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

Ross Finlayson finlayson at live555.com
Tue Jun 11 17:34:55 PDT 2013


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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20130611/3dc3b64f/attachment.html>


More information about the live-devel mailing list