Windows Media Services SDK banner art
PreviousNext

Channel.UnicastURL Property

Returns or sets a String value specifying the URL of the Unicast publishing point.

Syntax

Station.UnicastURL

Remarks

A unicast URL can be specified so that clients unable to receive a multicast can roll over to a unicast. The unicast URL is a text string that uses the following formats:

where the <virtualroot> is the alias for the publishing point and path of the station. This can be an Advanced Streaming Format (.asf) file on a server, or a stream from an encoder, such as:

msbd:\\<servername>\<stationname>



Example

' Get the second station
Set MyStation = NSChannelMgr.Channels.Item(1)
' Specify unicast rollover location
MyStation.UnicastURL = "mms://www.opera.org/bottesini"

See Also

Channel Objects, Channel.AutoArchive, Channel.AutoArchiveDir

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.