Re: [Live-devel] Please suggest me how can I organize decoding of the stream.

2015-12-02 Thread Ross Finlayson
> 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

[Live-devel] Please suggest me how can I organize decoding of the stream.

2015-12-02 Thread Michael Margold
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