RE: Controlling Publishing Points on multiple servers
- From: jChambers <jChambers@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 4 Aug 2005 14:50:06 -0700
Ravi, thank you for responding.
Yes I get the idea from the sample.
Downloaded the SDK's and I only see samples for C.
I looked on microsoft's and only found refrences for .net.
Any chance you know of a link(s) of refrence calls?
I think my main probelm is knowing the possible calls.
Regards,
Jon C.
"Ravi Raman" wrote:
> WMS provides an object model with which you can create/edit/delete publishing
> points using VBSCript and other programming languages.
>
> For more references, please install the WIndows Media Services SDK. I
> believe it has some samples in it.
>
> For example, from one server, you can manipulate publishing points on other
> server as follows (assuming serverarray is the array with all the server
> names)
> for each itm in serverArray
> set obj = createobject("WMSServer.server",itm)
> set pubpoints = obj.PublishingPoints
> pubpoints.Add NewPub,1,"c:\wmpub\wmroot"
> next
>
> (Script is approximate and may have some errors in it, but you get the idea
> of what is possible)
>
> You can also write an event plug-in that will get invoked on one server when
> a publishing point related event happens and then that plug-in will go and
> create similar publishing point on other server. For more details, see the
> SDK.
>
> Thx,
> Ravi
> --
> This posting is provided "AS IS" with no warranties, and confers no rights.
> "jChambers" wrote:
>
> > I have an NLB cluster setup for streaming media and would like to be able to
> > create/delete/edit publishing points for all the servers in the cluster. Each
> > server needs to be exactly the same, so I am looking for a way to do this
> > from a single app.
> >
> > Does anyone know if there is 3rd party software that can do this?
> > I am open to programming it as well but don't really know where to start.
> > (hopefully VBS is possible)
> >
> > Currently I have been adding all the PP’s manually, which is a nightmare…
> >
> > Any help to get started is appreciated.
> >
> > jc
> >
.
- References:
- Controlling Publishing Points on multiple servers
- From: jChambers
- RE: Controlling Publishing Points on multiple servers
- From: Ravi Raman
- Controlling Publishing Points on multiple servers
- Prev by Date: RE: Installing WMS Web Administrator
- Next by Date: RE: Get stream from HTTP source
- Previous by thread: RE: Controlling Publishing Points on multiple servers
- Next by thread: RE: Controlling Publishing Points on multiple servers
- Index(es):
Relevant Pages
|