Page 1 of 1

Need help: Serving MJPEG without Transcoding

Posted: 06 Oct 2014 18:15
by dbezrukov
Hey, guys!

I'm trying to configure a VOD server using VLC.
My input stream is an MJPEG-over-UDP stream from a web camera.
Is it possible to serve this stream using RTSP without any transcoding? - Low time latency is desirable for the video.

The current VLM config that transcodes the video is:
new MyCam vod enabled
setup MyCam input "udp://@192.168.237.103:40000" output "#transcode{vcodec=h264,vb=0,scale=0,width=640,height=480,acodec=none}".

What should I put to the 'output' parameter to remove the transcoding? I can't get it to work so far, please help.