> 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
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/