Re: [Live-devel] how to make latency as low as possible

2017-01-17 Thread x...@vscenevideo.com
() never called. This means deliverFrame() is only called by doGetNextFrame() from the sink side object. Please correct me if I read the code wrong. Thanks. Xin Mobile: +86 186-1245-1524 Email: x...@vscenevideo.com QQ: 156678745 From: Ross Finlayson Date: 2017-01-17 16:31 To: LIVE555 Streaming

Re: [Live-devel] how to make latency as low as possible

2017-01-16 Thread x...@vscenevideo.com
yed with Mplayer) Thank you! Xin Mobile: +86 186-1245-1524 Email: x...@vscenevideo.com QQ: 156678745 From: Ross Finlayson Date: 2017-01-16 20:12 To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] how to make latency as low as possible You need to copy data to

Re: [Live-devel] how to make latency as low as possible

2017-01-16 Thread x...@vscenevideo.com
sr/lib/libBasicUsageEnvironment.so.1 #6 0x76dfe224 in BasicTaskScheduler0::doEventLoop(char volatile*) () from /mnt/nfs/target/usr/lib/libBasicUsageEnvironment.so.1 #7 0xbc44 in main (argc=1, argv=0x7efcfdc4) at ../rtspd_main.cpp:74 Again, thanks for your patience. Xin Mobile: +86 1

Re: [Live-devel] how to make latency as low as possible

2017-01-13 Thread x...@vscenevideo.com
issed something here? Xin Mobile: +86 186-1245-1524 Email: x...@vscenevideo.com QQ: 156678745 From: Ross Finlayson Date: 2017-01-13 01:30 To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] how to make latency as low as possible Your data source class (“FramedSource” s

Re: [Live-devel] how to make latency as low as possible

2017-01-11 Thread x...@vscenevideo.com
hi Ross, Let me explain how I transfer data from our camera to live555 library. I followed the second approach from instructions on the FAQ page, http://www.live555.com/liveMedia/faq.html#liveInput namely, to write my own "Gm813xSource" as subclass of "FramedSource", and my own "GM813XServerMe

[Live-devel] how to make latency as low as possible

2017-01-11 Thread x...@vscenevideo.com
hi there, I'm using live555 as our RTSP server on a live camera, which capture and encode video into H.264 stream. Everything works fine, except that the latency is a bit high. I tried different players, including VLC, ffplay, mplayer. The lowest latency is when I set -nocache to mplayer, but s