Re: [Live-devel] One-frame delay in h264 streaming app

2014-04-09 Thread Алексей Алексеевич Карнаухов
Thanks, I follow your recommendation and now I get almost zero delay. Problem was when I tried to use ..DiscreteFramer, I`ve got a lot of those errors about "MPEG start code found...", even if I use annex_b=0 flag in x264 settings. Only when I truncate first 4 bytes of every NAL unit all begins to

Re: [Live-devel] One-frame delay in h264 streaming app

2014-04-07 Thread Ross Finlayson
> I`m implementing low-latency h264 rtsp source. Based on this code > http://stackoverflow.com/questions/13863673/how-to-write-a-live555-framedsource-to-allow-me-to-stream-h-264-live > Oh please! Only second-rate programmers use 'stackoverflow.com'. The proper web site for documentation on the

[Live-devel] One-frame delay in h264 streaming app

2014-04-07 Thread Алексей Алексеевич Карнаухов
Hello. I`m implementing low-latency h264 rtsp source. Based on this code http://stackoverflow.com/questions/13863673/how-to-write-a-live555-framedsource-to-allow-me-to-stream-h-264-live I wrote subclass of FramedSource and able to watch this stream in my client app. But even if I put 1 frame per se