Re: [Live-devel] Query on H.264 Streaming out in real-time systems

2009-06-14 Thread Ross Finlayson
I would like to transfer frame after frame (each a slice / NALU). However, in case of IDR/I frames, I get SPS, PPS along with slice. This is to ensure that any receiver connecting at anytime should be able to receive and decode data. However, I can pass only one NALU per call of my doGetNextFra

[Live-devel] Query on H.264 Streaming out in real-time systems

2009-06-14 Thread Ganesh V
Dear Experts, I am currently building a real-time system where in an encoder is connected to a streaming server. The encoded data in H.264 format is streamed out using Livemedia library. For the same, I have implemented a class which derives FramedSource. In "doGetNextFrame" function of my cla