RE: Problem of url Rollover
From: Ravi Raman (ravira_at_Online.microsoft.com)
Date: 09/27/04
- Previous message: Ravi Raman: "Re: wsx to asp ad rotator doesn't work"
- In reply to: Ryan: "RE: Problem of url Rollover"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 27 Sep 2004 09:47:01 -0700
Ryan,
An easy way is to make up an ASX that points to 2
different entries like this:
<asx version="3.0">
<entry> <ref href="mms://server:rtsp_port/test.wmv"/>
</entry>
<entry> <ref href="mms://server:mms_port/test.wmv"/>
</entry>
</asx>
and ask users to use this ASX. ASX allows fail over - so
if the 6.4 client cannot connect to first entry (i.e, RTSP
port), it will try the next entry which will succeed. This
should work, but the one problem would be that users
connecting to mms_port will take a little longer to connect
(because it has to first try the rtsp_port fail and then
try the next one).
Alternatively, see if enabling HTTP streaming will work
for you (please check the "Using the HTTP Protocol"
section on the server Admin documentation).
Thx,
Ravi
-- This posting is provided "AS IS" with no warranties, and confers no rights. >-----Original Message----- >Thanks for your reply. >Actually , I want to let wmp 9 and wmp6.4 to play the >movie with the same url. >If I use "mms://x.x.x.x:rtsp_port_number/test.wmv",the wmp >9 can play it successfully,but the wmp 6.4 can't play. >If I use "mms://x.x.x.x:mms_port_number/test.wmv",only wmp >6.4 can play it successfully. > >Must I specify two url for wmp9 and wmp6.4 separately if >both mms and rtsp protocol using non_default port? > >Ryan. > > >>-----Original Message----- >>Try: mms://x.x.x.x:newportnumber/test.wmv. If you change >the standard server >>port, then you must specify it on the URL. >> >>Shan. >> >>"Ryan" wrote: >> >>> When I use a windows media player 9 to visit movie >>> using "mms://x.x.x.x/test.wmv",the player will rollover >to >>> rtsp protocol to play the movie. >>> But when I config the rtsp port to a Non-default port >(i.e. >>> 555),and using windows media player 9 to play the same >>> url,I was encounted the error of 0xC00D1197. >>> Is there anyway to resolve this problem ? >>> thanks for any help. >>> >>. >> >. >
- Previous message: Ravi Raman: "Re: wsx to asp ad rotator doesn't work"
- In reply to: Ryan: "RE: Problem of url Rollover"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|