> 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 "OnDemandServerMediaSubsession" subclass's reimplementation of the "createNewStreamSource()" virtual function would create an object of your filter class (from your raw frame input source), and then pass it to a "H264VideoStreamDiscreteFramer" object. Ross Finlayson Live Networks, Inc. http://www.live555.com/
_______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel