Re: [Live-devel] Detecting when a RTSP server has gone offline

2017-01-13 Thread Ross Finlayson
> On Dec 21, 2016, at 9:07 PM, Robin Imrie wrote: > > I have adapted the testRTSPClient application so I can see the data received > from my RSTP server which sends SOAP packets when various events occur (no > audio or video data). These data packets are not continuous. However when I > unplu

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

2017-01-13 Thread Ross Finlayson
> For the start code, I have eleminated them all. My camera's working pattern > is like this, when encoding key frame, it outputs SC+SPS+SC+PPS+SC+Frame, > when encoding non-key frame, it outputs SC+Frame. So, after I eleminated the > SC, what I sent to the sink object is SPS+PPS+FRAME for key f

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

2017-01-13 Thread x...@vscenevideo.com
hi Ross, I followed your suggestion to use “H264VideoStreamDiscreteFramer” instead of “H264VideoStreamFramer”. Now that the data seems to be consumed right away after "afterGetting" callback, but VLC player can't set up session. For the start code, I have eleminated them all. My camera's worki

Re: [Live-devel] how to use H264or5VideoRTPSink

2017-01-13 Thread Roland Aigner
>> First, don’t waste time with Mickey Mouse third-party sites like ‘Stack >> Overflow’. They are never authoritative, and top-tier people don’t bother >> posting to them. Instead, go straight to the source. Haha, I agree, the quality is not always that good. To my experience however, the com

Re: [Live-devel] how to use H264or5VideoRTPSink

2017-01-13 Thread Ross Finlayson
First, don’t waste time with Mickey Mouse third-party sites like ‘Stack Overflow’. They are never authoritative, and top-tier people don’t bother posting to them. Instead, go straight to the source. > @NAL units: I am using NvCodec for encoding and neither documentation nor > samples even me

Re: [Live-devel] how to use H264or5VideoRTPSink

2017-01-13 Thread Roland Aigner
Hi, Thanks a ton for your detailed reply. In the meantime I figured out that I completely misunderstood how the FramedSource is supposed to work and what has to happen in the respective methods. Others on stackoverflow, asking similar questions, seemed to misunderstand as well, so I completel