FLV streaming on Windows with 0.9.8a
Posted: 22 Jan 2009 06:31
Howdy,
I'm having a problem streaming FLV video using 0.9.8a. I'm attempting to do the following:
I've tried a wide variety of permuations of this command including removing the MIME definition, removing the scale, etc. It seems to start streaming (no errors in the logs except "avformat error: could not write header") but VLC on the other end can't view the stream. I can't get anything to see the stream. I can stream other types of video (mp4 via MPEG transport, etc), but FLV seems totally borked.
When I use the GUI to try the same thing, I get an error regarding the lack of matching mux modules:
Any suggestions on what I'm doing wrong? From what I can tell this as worked for others in the past so I'm not sure what's up.
Thanks for any help.
I'm having a problem streaming FLV video using 0.9.8a. I'm attempting to do the following:
Code: Select all
VLC screen:// :screen-fps=5 --sout "#transcode{vcodec=FLV1,vb=400,scale=0.5,width=800,height=600}:standard{access=http{mime=video/x-flv},mux=ffmpeg{mux=flv},dst=:8080/stream.flv}"
When I use the GUI to try the same thing, I get an error regarding the lack of matching mux modules:
Code: Select all
main info: creating httpd
main error: no sout mux module matched "flv"
stream_out_standard error: no suitable sout mux module for `http/flv://192.168.1.8:8080'
stream_out_duplicate error: no destination given
stream_out_transcode error: cannot create chain
main error: stream chain failed for `transcode{vcodec=h264,vb=800,scale=0.25}:duplicate{dst=std{access=http,mux=flv,dst=192.168.1.8:8080}}'
main error: cannot start stream output instance, aborting
Thanks for any help.