> Please suggest me how can I organize decoding of the stream.
> Now I can get the h264 frames from RTSP as byte arrays, their sizes in bytes,
> mediumNames and codecNames of these frames.
> 1. But which test*.cpp file have I use as a base in order to decode
> these frames? Is it openRTSP.c
Hi!
Please suggest me how can I organize decoding of the stream.
Now I can get the h264 frames from RTSP as byte arrays, their sizes in
bytes, mediumNames and codecNames of these frames.
1. But which test*.cpp file have I use as a base in order to decode
these frames? Is it openRTSP.cpp or