[streaming] RTMP output and streaming without transcoding
Julian Cable
julian.cable at yahoo.com
Wed Jan 27 05:42:18 CET 2010
Hi,
I found this:
http://mailman.videolan.org/pipermail/vlc-devel/2008-April/042306.html
An an announcement that 0.9.x included RTMP output and indeed, my 1.0.3 has this access element. I tried the
vlc -vvv xxx.flv --sout '#transcode{vcodec=FLV1,acodec=mp3}:std{access=rtmp,mux=ffmpeg{mux=flv},dst=localhost:1936/x/x}'
with red5 and there is some communication going on, but it doesn't do anything useful. Is there any any more documentation on how to stream from VLC to flash using RTMP ?
There is a note in this email:
"Transcoding is necessary, else only sound is played"
I've had this with MPEG TS streaming too - is there any way to use VLC to stream without transcoding. For example to take a TS file with audio and video and output it as UDP, with or without RTP but without transcoding it, or to take an mp4 file containing H.264 video and AAC audio and stream it as a transport stream without transcoding it. The following ought to work, but doesn't seem to include all the media:
vlc mymovie.mp4 --sout="#std{access=udp,mux=ts,dst=239.255.0.1:1234}" :sout-all
Julian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/streaming/attachments/20100126/d45344bc/attachment.htm>
More information about the streaming
mailing list