Page 1 of 1

transcode before stream on VOD

Posted: 05 Dec 2007 14:01
by KsmoinO
Hi,

I want to transcode video stream before stream them by "VOD", so I do :

Code: Select all

vlc -vvv --vlm-conf myconf.vlm --ttl 12 --color -I telnet --rtsp-host :5553
myconf.vlm

Code: Select all

new myvideo vod enabled setup myvideo input rtsp://myvideo.org/video
what can I add, to transcode input video before streaming ?

thanks

(Sorry for my English speaking)

Re: transcode before stream on VOD

Posted: 05 Dec 2007 16:37
by KsmoinO
a solution :
in myconf.vlm

Code: Select all

new myvideo vod input rtsp://myvideo.org/video output #transcode{vcodec=mp4v,acodec=a52,vb=128,ab=64,channels=1,scale=0.3} enabled
tanks for your attention