I have a low end device with Live555 RTSP server serving live H264 stream. My application needs acts as a RTSP client and do the following 2 things a) Store this H264 data in mp4 format. b) Re - stream the H264 data to another application(can be more than one) for a doing some other processing.
feature a) can be directly done using the current Live555 library. To implement feature b) one option is , my application has to packetize the elementary H264 data into RTP and stream this data on a UDP socket. On Thu, Jan 19, 2012 at 10:43 AM, Ross Finlayson <[email protected]>wrote: > Thanks Ross. Is there a way to get these RTP packets out of the live555 > library for usage by application ? > and which Class in the library handles H264 RTP packets and extracts the > media data ? > > > Let's step back a bit. Could you please explain specifically what you > want to do with the incoming H.264/RTP stream, and why you feel that you > can't do this with the LIVE555 library as it currently stands? > > > Ross Finlayson > Live Networks, Inc. > http://www.live555.com/ > > > _______________________________________________ > live-devel mailing list > [email protected] > http://lists.live555.com/mailman/listinfo/live-devel > >
_______________________________________________ live-devel mailing list [email protected] http://lists.live555.com/mailman/listinfo/live-devel
