Hi everyone,
I already started a topic about my problem but I start this new one to
make it clear again
If use the wsx failover option. like this:
<?WSX VERSION=\"1.0\" ENCODING=\"UTF-8\"?>
<SMIL>
<MEDIA SRC=\"HTTP://ENCODER:6080\" WMNODATATIMEOUT=\"1000\"
WMRECONNECT=\"0\"/>
<MEDIA SRC=\"F:\WMS\PREVIEW\WAIT.JPG\" DUR=\"10S\"/>
</SMIL>
The problem is as soon i put another file in the wsx the failover
doesn't work.
<?WSX VERSION=\"1.0\" ENCODING=\"UTF-8\"?>
<SMIL>
<MEDIA SRC=\"HTTP://ENCODER:6080\" WMNODATATIMEOUT=\"1000\"
WMRECONNECT=\"0\"/>
<MEDIA SRC=\"F:\WMS\PREVIEW\WAIT.JPG\" DUR=\"10S\"/>
<MEDIA SRC=\"F:\WMS\NOCHEBUENA.WMV\" BEGIN=\"WALLCLOCK( 18:45:00 )\"
/>
</SMIL>
So what happens is if te encoder fails it swicth to the wait.jpg but i
will stay there as long as the time (18:45) comes for the wmv to start.
So it will never switch back to the encoder.
I just can't see what's going wrong, please help me

Signature
cho
http://forums.techarena.in
Mike Lowery - 20 Nov 2007 14:53 GMT
> Hi everyone,
>
[quoted text clipped - 31 lines]
>
> I just can't see what's going wrong, please help me
I believe what's going wrong is that WMS is waiting until 18:45 to start
streaming the third entry because that's what you're telling it to do. It's
stuck until that time.