Hello.
Is it poosible to limit the duration of a live stream on server side
(e.g mount point ) to a certain time frame like 60 min ?
So the live stream stops for the user 60 min after he connected ?
So far we manage this in the asx file but this is very unsecure ...
Thanks for the help.
Regards
- Johann
Neil Smith [MVP Digital Media] - 12 Nov 2007 19:28 GMT
>Hello.
>
[quoted text clipped - 4 lines]
>
>So far we manage this in the asx file but this is very unsecure ...
See this article on customising the server playlist for the content :
http://msdn2.microsoft.com/en-us/library/ms744568.aspx
HTH
Cheers - Neil
------------------------------------------------
Digital Media MVP : 2004-2007
http://mvp.support.microsoft.com/mvpfaqs
vijay - 05 Dec 2007 13:35 GMT
HI Soukup,
my name is vijay, am new to this WMS programming. Please, help by guiding
on this.
Am trying to create online radio. which am able to create .asx file, which
contains all songs which need to played, but dont how to assign this file to
streaming server and play as per the time requested by the radio owner, based
on time zone.
Best regards
Vijay - globaliq_india@hotmail.com
> Hello.
>
[quoted text clipped - 9 lines]
>
> - Johann
Vladimir Polischuk - 21 Dec 2007 10:30 GMT
Here is the sample of the server-side playlist which will limit the duration
of the clip to 10 seconds:
<?wsx version="1.0"?>
<smil>
<media src="c:\wmpub\wmroot\Clip_1.wmv" dur="20s" end="10s" />
</smil>

Signature
Regards, Vladimir
http://voynex.com - custom software development, solutions for digital media
(pay per view, billing, protection, access control)