rtmp flv streaming not working
Added by heropage over 16 years ago
I follow this instruction
http://blog.lighttpd.net/articles/2006/03/09/flv-streaming-with-lighttpd
add
server.modules = (
...,
"mod_secdownload", ## optional
"mod_flv_streaming",
...
)
flv-streaming.extensions = ( ".flv" )
to lighttpd.conf file.
after I restart lighttpd, the server seems fine.
But I can not access via
rtmp://myipaddress/video/22.flv
I can only access via
http://myipaddress/video/22.flv
Replies (4)
RE: rtmp flv streaming not working - Added by heropage over 16 years ago
my lighttpd version is lighttpd-1.4.18
OS fedora core 6.0
RE: rtmp flv streaming not working - Added by darix over 16 years ago
i think we never said rtmp streaming was implemented.
i think you have to stick to the old http based way.
RE: rtmp flv streaming not working - Added by heropage over 16 years ago
Sorry, I made a mistake.
then what is mod_flv_streaming for?
Any advantage to use mod_flv_streaming?
Is there anyway to prevent video bandwidth stealing?
RE: rtmp flv streaming not working - Added by darix over 16 years ago
1. streaming flv
2. yes there are advantages
3. mod_secdownload.