> 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
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