Code: Select all
:sout=#transcode{acodec=mp3,samplerate=44100}:duplicate{dst=display,dst=std{access=http,mux=asf,dst=127.0.0.1:1234}}
Code: Select all
vlc --sout "#transcode{vcodec=FLV1,acodec=mp3,sameplerate=44100}:std{access=http{mime=video/x-flv},mux=ffmpeg{mux=flv},dst=0.0.0.0:8080/stream.flv}" http://127.0.0.1:1234 --loop -vvv --color -I dummy
Since you use "0.0.0.0" in the dst IP address, the server should already then listen on all addresses, which means that you can access it from an other computer using http://<server ip>:<server port>This is a guide how to stream flv from local computer only.
I've only tested in local computer so if anyone have tried to connect with two computers or other devices like computer (server) and console (client).
Please send a PM to me and describe how you did it.
Code: Select all
vlc --sout "#transcode{vcodec=FLV1,vb=<some bit rate for video>,acodec=mp3,ab=<some bit rate for audio>,sameplerate=44100}:std{access=http,dst=0.0.0.0:8080/stream.flv}" <some input> --loop -vvv --color -I dummy
It is implemented in VLC directly.hi toejam,
is this the only (simpliest) way to make vlc stream flv?
flv is getting so important- i was just hoping someone
yould implement it in vlc directly
cheers TOM
Return to “VLC stream-output (sout)”
Users browsing this forum: No registered users and 3 guests