> I want to know if is it possible to relay a transport stream streamed from a > source using udp to a destination using RTP. The chain is : > UDPSource> (TransportStream(H264 + AAC)) to be relayed to >RTPSink. Is it > possible to setup an RTSP server serving this RTP stream.
Yes, you can use the "testOnDemandRTSPServer" application code as a model for this. You can define your own subclass of "OnDemandServerMediaSubsession", and redefine the "createNewStreamSource()" virtual function to return a "BasicUDPSource", fed into a "MPEG2TransportStreamFramer" object. See http://www.live555.com/liveMedia/faq.html#liveInput-unicast 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