Page 1 of 1

reduce delay

Posted: 27 Mar 2014 19:37
by TheBEarF8
Hi All

I'm Running
cvlc -vvv rtsp://10.10.10.89/channel=1_stream=1.sdp?real_stream --sout="#transcode{vcodec=h264,vb=200,scale=0.2}:std{access=livehttp{seglen=3,delsegs=true,numsegs=3,index=/var/www/cam89.m3u8,index-url=http://10.10.10.70/cam89-####.ts},mux=t ... 89-####.ts}"

To transcode an rtsp stream into a livehttp stream so that it can be viewed on an iPad

however this is creating I believe a double buffering delay.
It buffers between the incoming stream and the livehttp stream
and then buffers again on the iPad when it receives the live http stream
The delay is around 20 to 25 secs.

Is there any options I can add to the cvlc to reduce or minimize the delay

Thanks in advance