Re: [Live-devel] use live555 with raw rgb data input

2013-06-11 Thread Ross Finlayson
> Is it possible to use live555 as an rtsp server that its input is raw rgb > images and the output stream is mpeg4/h264 ? Yes. You would need to write your own filter class (a subclass of "FramedFilter") that converts raw RGB frames to H.264 frames (NAL units). Your "OnDemandServerMediaSubse

Re: [Live-devel] use live555 with raw rgb data input

2013-06-11 Thread Markus Schumann
Jacob, You need an H.264 encoder before live555 will stream it. You could use x264 http://www.videolan.org/developers/x264.html or ffmepg with x264 or any other H.264 compressor. You may have to do a little post processing on the compressed stream: adjust for start codes, AU delimiters and PPS/