> I'm developing an application which supports RTP Multicast video streaming. > The video stream would be H.264 encoded video stream. > The application should join the appropriate family address of the streamed > video and behave as a video client.
Because you are transmitting H.264 video via RTP, your server (transmitter) application should include a RTSP server. Note, for example, our "testH264VideoStreamer" demo application, and read http://www.live555.com/liveMedia/faq.html#rtsp-needed to understand why it's valuable to use RTSP when streaming H.264 via RTP. If you do this, then our standard RTSP client applications - e.g. "testRTSPClient" or "openRTSP" <http://www.live555.com/openRTSP/> could be used to receive the data. 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