[Live-devel] Why proxy server automatically send "PLAY"?

2012-10-08 Thread Андрей Шадрин
Hi Ross, After sending the proxy command "SETUP", it sends "SETUP" to source, and after that immediately sends "PLAY", without the command "PLAY" on the server side. Why before sending "PLAY" to source, proxydoes not expect this command froma server-side proxy server? __

Re: [Live-devel] modify live555ProxyServer to support multicast

2012-10-08 Thread Meftah Tayeb
True, ross so he maybe asked his question with a strange maner. Anyway, thank you for that. you allready explained him a lot;-) - Original Message - From: "Ross Finlayson" To: "LIVE555 Streaming Media - development & use" Sent: Monday, October 08, 2012 5:10 PM Subject: Re: [Live-deve

Re: [Live-devel] modify live555ProxyServer to support multicast

2012-10-08 Thread Ross Finlayson
> this ip is not Multicast > 129.X.X.X is Unicast That's true, but irrelevant to "kingaceck"s question. He was asking how to write a RTSP proxy that relays from a (unicast or multicast) 'back-end' RTSP stream to a multicast 'front-end' RTSP stream. This front-end RTSP stream would be accessed

Re: [Live-devel] modify live555ProxyServer to support multicast

2012-10-08 Thread Meftah Tayeb
this ip is not Multicast 129.X.X.X is Unicast Multicast is 224.0.0.0|239.255.255.255. and i belieuv The Live555 Proxy server support both Multicast and Unicast - Original Message - From: "kingaceck" To: "live-devel" Sent: Monday, October 08, 2012 11:41 AM Subject: [Live-devel] modify l

[Live-devel] modify live555ProxyServer to support multicast

2012-10-08 Thread kingaceck
Hi I have read the live555ProxyServer code,but I find It doesn't support multicast. I want to modify this project to support multicast so that clients can receive the data using multicast(url like this rtsp://129.1.5.1:554/proxyStream).What can I do? Please show me the details step by ste