Appreciate the prompt help, all I did is change the playlist sdp
created by the web admin.
Here is the summary of the sdp file created:
o= IN IP4 136.244.96.107
c= IN IP4 127.0.0.1
m= audio 0 RTP/AVP 96
m= video 0 RTP/AVP 96
Changed to this for multicast clients:
o= IN IP4 136.244.96.107
c= IN IP4 233.88.214.140
m= audio 9004 RTP/AVP 96
m= video 9006 RTP/AVP 96
(above sdp summarized)
And put it on a web server, after creating the relay.
Frank Fulchiero
Digital Media Specialist
Connecticut College
On Mar 10, 2008, at 9:55 AM, George Cook wrote:
Frank:
Looks like the basic approach you are using to create the multicast
sdp is OK. You might also try setting up your relay destination to
announce, then it should generate the sdp file for you (if
everything is working OK with the relay).
Once you have the multicast sdp file, put it on a web server and
use an http url to access it. (If you put it on the streaming
server then it will be reflected as a Unicast to clients when they
connect, which isn't what I think you are after).