Re: [Live-devel] The first H.264 SPS packet gets skipped

2010-10-20 Thread Ross Finlayson
I sub-classed H264VideoStreamFramer from FramedFilter class. I implemented currentNALUnitEndsAccessUnit() and isH264VideoStreamFramer() and returned TRUE for both since my encoder always provides me with a complete NAL. No, that's not what "currentNALUnitEndsAccessUnit()" is supposed to do (o

[Live-devel] The first H.264 SPS packet gets skipped

2010-10-15 Thread Mehran Ansari
I have a H.264 Streamer server, which gets the live encoded video frames from my own encoder device and tries to sent it out to the client requesting it. To do this I sub-classed H264VideoStreamFramer from FramedFilter class. I implemented currentNALUnitEndsAccessUnit() and isH264VideoStreamFram