Hi
I want to build a rtsp VOD server combined with transcode(ffmpeg).
The application acts as a VOD server, when the client asks for some video
through RTSP, it will establish a rtsp request to remote VOD server and
acquire the data. Then do a demux/transcode/mux, and finally stream it to
the clien
Hi
I'm trying to streaming a ts from from 264 es stream, the pipeline is like:
ByteStreamFileSource->H264VideoStreamFramer->MPEG2TransportStreamFromESSource->MPEG2TransportStreamFramer.
While at the end of playback, there's a little chance to crash.
In MPEG2TransportStreamFromESSource.cpp,
void MP