I am developing a RTSP client for desktop (C++). I now understand the operation of the library live555 and I can receive frames with the example "testRTSPClient". Now I want to display the video on the screen. How to convert data received to image ?
I am developing a RTSP client for desktop (C++). I now understand the operation of the library live555 and I can receive frames with the example "testRTSPClient". Now I want to display the video on the screen. How to convert data received to image ?