Project

General

Profile

Actions

Bug #999

closed

mod_flv_streaming

Added by Anonymous about 18 years ago. Updated about 1 year ago.

Status:
Obsolete
Priority:
Low
Category:
mod_flv_streaming
Target version:
-
ASK QUESTIONS IN Forums:
No

Description

I've downloaded lighttpd with darwinports specifically for streaming flv files.

The version I have is 1.4.13. However, when I fire up lighttpd.

server.modules = (
...
"mod_flv_streaming"
...
)

flv-streaming.extensions = ( ".flv" )

It can not find the mod_flv_streaming.so file.

2007-01-28 10:05:55:
(plugin.c.147) dlopen() failed for: /usr/local/lib/mod_flv_streaming.so dlopen(/usr/local/lib/mod_flv_streaming.so, 1): image not found

It is not there in /usr/local/lib with the other so's and la's.

I thought next I'd try to install 1.4.11 manually since that is where there was some success w/flv?

Thank you! :P

-- paul

Actions #1

Updated by Anonymous about 18 years ago

This sounds like a bug specificly in the darwin ports version, and perhaps you should report it to darwin ports.

In the source build the file is there:

ls -lah /usr/local/lib/mod_flv_streaming.so
-rwxr-xr-x 1 root wheel 63K Dec 21 09:56 /usr/local/lib/mod_flv_streaming.so

however, even with it implimented, on our minis it does not appear to honor the start= parameter :(

-- james

Actions #2

Updated by jan almost 18 years ago

  • Status changed from New to Fixed
  • Resolution set to worksforme

Closing as it is not a bug on our side. Feel free to report it to the darwin-ports project.

Actions #3

Updated by stbuehler over 16 years ago

  • Status changed from Fixed to Missing Feedback
Actions #4

Updated by gstrauss about 1 year ago

  • Description updated (diff)
  • Status changed from Missing Feedback to Obsolete
  • ASK QUESTIONS IN Forums set to No

mod_flv_streaming is no longer part of the lighttpd base.
For replacement, see lua mod_flv_streaming

Actions

Also available in: Atom