Page 1 of 1

VLC rtsp streaming question.

Posted: 28 Jan 2009 10:17
by Orcephrye
Hey guys! Quick question. Can I transcode across a VOD? If I remember correctly i got that to work on 0.9.6 build. However I am now using 0.9.8a and can't seam to get it going. The tutorials http://www.videolan.org/doc/streaming-h ... /ch05.html only show how to set it up in telnet. I have used both that and in the nice new VLM gui to no luck. Heres what I do in telnet...

I fallow the instructions posted at the end of the page linked above to get me started.

Code: Select all

cvlc --ttl 12 -vvv --color -I telnet --telnet-password videolan --rtsp-host 0.0.0.0:5554
and then log into telnet and

Code: Select all

new Test vod enabled setup Test input /path/to/video.avi
that works YAY! But then i wanna out a change to the output right?
this no worky

Code: Select all

#transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128}
Now guys I hope I am just doing something dumb.. like forgeting something.. i tried setting the muxer i tried doing a rain dance... but alias to no avail! :-(
Thanks for your help!