Re: [Live-devel] RTP/RTCP Server Port number configuration

2012-03-30 Thread Ross Finlayson
> How does OnDemand RTSP Server choose RTP-RTCP server ports ? > How to configure these port numbers to a predefined value ? You can't configure these port numbers to *a* predefined value, because it's possible for the server to be handling concurrent connections from several different clients,

[Live-devel] RTP/RTCP Server Port number configuration

2012-03-30 Thread Kumar Sambhav
Hi, How does OnDemand RTSP Server choose RTP-RTCP server ports ? How to configure these port numbers to a predefined value ? Regards, Sambhav ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] RTP+RTCP

2008-11-21 Thread Ross Finlayson
Can I use RTP along with RTCP (I do not want RTSP)? If I use "testMPEG2TransportStreamer.cpp" , I am not getting any RTCP commands. You are mistaken. The "testMPEG2TransportStreamer" application *does* send RTCP packets. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/

[Live-devel] RTP+RTCP

2008-11-20 Thread sunil sunil
Hi, I want to use Live555 library for MPEG2 TS streaming. Can I use RTP along with RTCP (I do not want RTSP)? If I use "*testMPEG2TransportStreamer.cpp*" , I am not getting any RTCP commands. How can I use RTP+RTCP in Live555 library. Thanks and Regards, Sunil. __