vlc works with ffserver streaming

Bill Eldridge bill at rfa.org
Fri Mar 8 16:54:55 CET 2002



At least with the Linux vlc client (www.videolan.org/vlc),
ffserver from the ffmpeg package (ffmpeg.sourceforge.net)
works with live streaming.  Should also work with the vlc Windows
client.

(in this quick short test I used a file input, but no reason ffmpeg
can't
be reading out of the V4L card instead).  

ffserver.conf:

	<Stream test2.vob>
	Feed feed1.ffm
	Format mpeg
	AudioBitRate 32
	AudioChannels 1
	AudioSampleRate 44100
	VideoBitRate 64
	VideoFrameRate 3
	VideoSize    160x128
	VideoIntraOnly
	</Stream>

 ffmpeg -i /var/www/html/presentation_short.vob
http://localhost:8090/feed1.ffm
 vlc --noaudio http://ffserver.rfa.org:8090/test2.vob


--
Bill Eldridge
Radio Free Asia
bill at rfa.org

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc mailing list