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

2012-10-10 Thread Ross Finlayson
> Now I want to modify ProxyServerMediaSubsession to inherit > PassiveServerMediaSubsession(not OnDemandServerMediaSubsession ). As is stated clearly in the FAQ (that everyone was asked to read before posting to the mailing list!), you should not "modify" the existing code. Instead, you would

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

2012-10-10 Thread Meftah Tayeb
please dont start a new discution to continu your old discution thank ross, kiss my ass if i'm wrong. - Original Message - From: "kingaceck" To: "live-devel" Sent: Wednesday, October 10, 2012 12:42 PM Subject: [Live-devel] modify live555ProxyServer to suppor

[Live-devel] modify live555ProxyServer to support multicast

2012-10-10 Thread kingaceck
Thanks for your reply. Your have replied : 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 via uni

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

2012-10-08 Thread Meftah Tayeb
10 PM Subject: Re: [Live-devel] modify live555ProxyServer to support multicast 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&#

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
[Live-devel] modify live555ProxyServer to support multicast 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/p

[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