Hi Jorge, I have a similar problem. I want to create a
publishing point that can switch from a playlist to live
and back to the playlist. The ideal senario is the client
pushes an encoder stream to a publishing point, the
current content stops to allow the live content to
broadcast. Once the live broadcast is over, the server
side playlist begins again. Is this possible?
>-----Original Message-----
>Yes, this is possible using server-side playlists and the server object
[quoted text clipped - 59 lines]
>The use of any included script samples are subject to the terms specified at
>http://www.microsoft.com/info/cpyright.htm
Jorge Novillo [MS] - 16 Dec 2003 18:30 GMT
If I understand your scenario correctly, you should be able to use a
slightly different version of the solution i provided earlier. If you want
to provide 1,2,3 steps and more details on your scenario, i can try to help
tailor the solution to your specific scenario.
Thanks for using Windows Media Technologies.
Jorge Novillo [MS]
Digital Media Division
This posting is provided "AS IS" with no warranties, and confers no rights.
The use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
wizard0304 - 25 Feb 2005 02:59 GMT
Tell me what is wrong with this vbscript:
I'm getting a syntax error
Const BCPPName = "Test"
'create server object
Set WMServer = CreateObject ("WMSServer.Server", "xyz.media.net" )
'set bcpp object
Set BCPP = WMServer.Publishingpoints(BCPPName)
'set sspl object
Set Playlist = test.SharedPlaylist
'fire event
Playlist.fireEvent "SwitchToBroadcast"
Also. I'm not using "encoder_ad.wmv"
I simply want the "unicast" BCPP to start when the "test" bcpp starts.
Help!