First, great library and thank you for writing this! Using this library in C++ is painful even if it is a necessary evil at times.
Have you tried this with streaming H.264 video data? My use case for this library would be streaming video part of a wireless meeting project. So, I am sending out the individual NAL units of encoded data until the entire frame is sent then it is rendered. Would this project be able to handle that kind of data flow? If so, is there an example?
Thank you.
First, great library and thank you for writing this! Using this library in C++ is painful even if it is a necessary evil at times.
Have you tried this with streaming H.264 video data? My use case for this library would be streaming video part of a wireless meeting project. So, I am sending out the individual NAL units of encoded data until the entire frame is sent then it is rendered. Would this project be able to handle that kind of data flow? If so, is there an example?
Thank you.