Re: [Live-devel] RTCP RR reports do not reach to the server using UDP

2015-11-10 Thread Ross Finlayson
> We are using Amazon cloud, Amazon EC2 g2xlarge Server Instance. IP multicast > is not supported on amazon server. But you should still be able to add a route for 224.0.0.0/4 for your ‘public’ IP address. Run (as root) route add 224.0.0.0/4 your-public-ip-address That would be the be

Re: [Live-devel] RTCP RR reports do not reach to the server using UDP

2015-11-10 Thread Muhammad Mohsin Abbasi
From: live-devel on behalf of Ross Finlayson Sent: Monday, November 9, 2015 3:35 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] RTCP RR reports do not reach to the server using UDP OK, you confused me by talking about ‘pri

Re: [Live-devel] RTCP RR reports do not reach to the server using UDP

2015-11-09 Thread Ross Finlayson
OK, you confused me by talking about ‘private’ and ‘public’ addresses. That actually turns out to be irrelevant. The real issue is that your server is multi-homed (i.e., has more than one IP address), and is currently choosing (for LIVE555) an address that you don’t want. The best way to fix

Re: [Live-devel] RTCP RR reports do not reach to the server using UDP

2015-11-08 Thread Muhammad Mohsin Abbasi
s the way we did in above code. what should we do in this case? Best Regards Mohsin From: live-devel on behalf of Ross Finlayson Sent: Thursday, November 5, 2015 3:18 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel

Re: [Live-devel] RTCP RR reports do not reach to the server using UDP

2015-11-04 Thread Ross Finlayson
It wasn’t totally clear from your message, but you seem to be implying that there is a NAT between your server and your client - with your server on the public Internet, and your client in a private IP address space (i.e., behind a NAT). In general, you *cannot* expect RTP/RTCP/RTSP streaming t

Re: [Live-devel] RTCP RR reports do not reach to the server using UDP

2015-11-04 Thread Muhammad Mohsin Abbasi
Best Regards Mohsin From: live-devel on behalf of Ross Finlayson Sent: Tuesday, November 3, 2015 11:28 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] RTCP RR reports do not reach to the server using UDP > But we are having problem with UDP

Re: [Live-devel] RTCP RR reports do not reach to the server using UDP

2015-11-03 Thread Ross Finlayson
> But we are having problem with UDP (REQUEST_STREAMING_OVER_TCP false) . First > issue was that SR reports were sent by the server but were not reaching the > client. the wireshark on the server shows the ICMP destination unreacheable > (port unreachable) message from the client in response to

[Live-devel] RTCP RR reports do not reach to the server using UDP

2015-11-02 Thread Muhammad Mohsin Abbasi
We are streaming from the amazon aws EC2 server using live555 media streaming, and i am using testopenrtsp demo on the client side for testing. we want to use the RTSP RR packets for the checking of our client liveliness. Everything works well when we are recieving streams using RTP over TCP (

Re: [Live-devel] RTCP RR

2010-12-13 Thread Monica Morogan (mmorogan)
Finlayson Sent: Monday, December 13, 2010 5:04 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] RTCP RR >I followed your suggestions (thank you) and indeed with openRTCP I >receive without problems the RTCP RRs. However, >VLC doesn't send any RTCP RR

Re: [Live-devel] RTCP RR

2010-12-13 Thread Ross Finlayson
I followed your suggestions (thank you) and indeed with openRTCP I receive without problems the RTCP RRs. However, VLC doesn't send any RTCP RR (using exactly the same setup, stream). I made also sure that I am using the latest VLC 1.1.5. Could you please let me know how shall we proceed further?

Re: [Live-devel] RTCP RR

2010-12-13 Thread Monica Morogan (mmorogan)
ll we proceed further? Thank you for your time, Monica -Original Message- From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Friday, December 10, 2010 9:51 PM To: LIVE555 Streaming Media - development & use Subject: Re: [L

Re: [Live-devel] RTCP RR

2010-12-10 Thread Ross Finlayson
I suggest that you begin by running "openRTSP" instead of VLC as your RTSP client. "openRTSP" should definitely be sending RTCP "RR" packets. If you see "openRTSP" sending "RR" packets, but VLC does not (and you're using the latest version of VLC), then let

Re: [Live-devel] RTCP RR

2010-12-10 Thread Monica Morogan (mmorogan)
[mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Friday, December 10, 2010 12:47 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] RTCP RR >I ran into an issue where RTCP SRs are sent to my VLC client (playing >jpeg, h264 streams, UDP

Re: [Live-devel] RTCP RR

2010-12-10 Thread Ross Finlayson
I ran into an issue where RTCP SRs are sent to my VLC client (playing jpeg, h264 streams, UDP transport, frequency 5 seconds but experimented with higher numbers as well), but no RTCP RRs are sent back. Could you please let me know when such situations occur? If your version of VLC is using the

[Live-devel] RTCP RR

2010-12-09 Thread Monica Morogan (mmorogan)
Hello, I ran into an issue where RTCP SRs are sent to my VLC client (playing jpeg, h264 streams, UDP transport, frequency 5 seconds but experimented with higher numbers as well), but no RTCP RRs are sent back. Could you please let me know when such situations occur? Thank you for your

[Live-devel] RTCP RR handler

2010-06-30 Thread George Toma
Hello, I want to implement an adaptive streaming algorithm in the livemedia server, based on the information sent in the RTCP reports and also in some additional RTCP APP reports. I studied a bit the livemedia code and I was thinking that the way to do this is to create a RRhandler which will