[Live-devel] How to build a transcode proxy VOD server?

2013-07-04 Thread jing li
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

[Live-devel] Is this a known issue in MPEG2TransportStreamFromESSource?

2012-09-09 Thread jing li
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