Page 1 of 1

Flash Video (FLV) stream output

Posted: 12 Dec 2006 20:57
by MrPlexX
(Sorry that i post it twice. i just saw this drawer today. I posted already in "VLC stream-output (sout)"...)

I would realy appreciate if you set the priority for the FLV sout higher. I would like to convert a incoming signal into a flash stream for the website using the Flash Video Player (from Jeroen Wijering).

Posted: 17 Feb 2007 03:33
by Jean-Baptiste Kempf
Use Revision: 18863 or later of VLC

Use this kind of command-line:
./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}" ~/media/aladin.avi --loop -vvv --color -I dummy

Posted: 19 Feb 2007 19:52
by supersaw
Wow! Awesome news! :o Where can I get rev. 18863 or later compiled for Windows? :?: I have 0.8.6a but it seems like it can't transcode to FLV. :roll:

Posted: 19 Feb 2007 20:03
by Jean-Baptiste Kempf
Nightlies.videolan.org but those are highly unstable !

Posted: 19 Feb 2007 20:11
by supersaw
Cool! Thank you for your fast reply!

Posted: 19 Feb 2007 22:10
by supersaw
How can I compile VLC with FFmpeg for Windows? I still can't transcode to FLV. :cry:

Posted: 20 Feb 2007 01:24
by Jean-Baptiste Kempf
Use a Nightly in one day or two !

Posted: 25 May 2007 11:31
by alrama
Use a Nightly in one day or two !
Any news about this?
Using 0.9 windows nightly build , yesterday downloaded, I did some tests but seems it does not work yet. Sometimes VLC crash due to libffmpeg, sometimes it seems get up and running but no stream is readable.

Alberto Ramacciotti
My sample command line:

"C:\Programmi\VideoLAN\VLC\vlc.exe" http://<source>:1234 :sout=#transcode{vcodec=FLV1,acodec=mp3,sameplerate=44100}:std{access=http{mime=video/x-flv},mux=ffmpeg{mux=flv},dst=0.0.0.0:1234/stream.flv}

streaming FLV from video camera

Posted: 14 Jun 2007 08:42
by vlasky
Hi,

Has anyone measured the latency (delay) when streaming FLV from a video camera input to a client running latest version of the flash player?

I am trying to see if flv streaming may be a better alternative to the div3 encoding I am using to stream to windows media player, which has a latency on the client between 2-5 seconds at best.

Thanks.