Re: [Live-devel] missed RTP packets when streaming directly from libx264

2012-04-25 Thread Ross Finlayson
> I'm try to stream live video using X264 and live555. Currently, what I do is: > (i) whenever doGetNextFrame() is called, I read a frame from a local YUV > file, and encode it into one or multiple NAL units, and (ii) whenever > deliverFrame() is called I copy all the NALs to the buffer This is

[Live-devel] missed RTP packets when streaming directly from libx264

2012-04-25 Thread Cheng-Hsin Hsu
Greetings, I'm try to stream live video using X264 and live555. Currently, what I do is: (i) whenever doGetNextFrame() is called, I read a frame from a local YUV file, and encode it into one or multiple NAL units, and (ii) whenever deliverFrame() is called I copy all the NALs to the buffer and