Re: [Live-devel] Control connection issue: OPTIONS not received

2013-09-30 Thread Ross Finlayson
Conchi, Unfortunately it's hard to get a consistent view of what is going wrong with your proxy server, so I don't think that I'm going be able to resolve your problem on this mailing list. Instead, it's probably going to require more focused one-on-one interaction via private email. If you'r

Re: [Live-devel] Control connection issue: OPTIONS not received

2013-09-30 Thread Conchi Abasolo
Hi Ross Indeed, it works with UDP and we know it is a better option. Unfortunately we cannot use it. We did the UDP test to narrow down the problem and to provide you with more info but it is not a valid solution for us. As you said, there is a blocking firewall. Furthermore TCP is working perfec

Re: [Live-devel] Control connection issue: OPTIONS not received

2013-09-27 Thread Ross Finlayson
> We also made some testing connecting through UDP instead TCP without any > problem, using same 3G network. If streaming over UDP works, then why are you streaming over TCP?? Streaming RTP/RTCP-over-TCP is suboptimal, and should be done only as a last resort - if you have a firewall that bloc

Re: [Live-devel] Control connection issue: OPTIONS not received

2013-09-27 Thread Conchi Abasolo
Thank you Ross for the quick response. Analyzing further the problem, we think we can discard that it's a lost packets issue due to the 3G network because we can reproduce the problem so many times as we want just following the same steps. It's systematic. Besides, we don't see any anomalous behav

Re: [Live-devel] Control connection issue: OPTIONS not received

2013-09-27 Thread Ross Finlayson
As far as I can tell, the problem is a failure of the (3G) network between your proxy server and (back-end) media server. The proxy server's send of the "OPTIONS" command has failed (that's the cause of the "lost connection to server ('errno': 11)" message; you'll need to check your own system

[Live-devel] Control connection issue: OPTIONS not received

2013-09-26 Thread Conchi Abasolo
Hello, We are working using the following architecture: OpenRTSP client > OpenRTSP client > ProxyServer ->MediaServer OpenRTSP client > The videos served by the MediaServer are accessed through the ProxyServer.