[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

Re: [Live-devel] Is it possible to give access to parseScaleHeader

2013-07-04 Thread Ross Finlayson
> Do you think it will be possible in a future release to give access to > parseScaleHeader. OK, this will be done in the next release of the software. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@l

[Live-devel] Is it possible to give access to parseScaleHeader

2013-07-04 Thread PROMONET Michel
Hi Ross, In our customization of RTSPServer, we already access to parseRangeHeader that is defined in RTSPCommon.h, but I also need to parse the Scale Header. Do you think it will be possible in a future release to give access to parseScaleHeader. Thanks & Regards, Mich