Bug #999
closedmod_flv_streaming
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
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
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.
Updated by stbuehler over 16 years ago
- Status changed from Fixed to Missing Feedback
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
Also available in: Atom