Latest News

Two Tier3+ Datacenters

With Every Amenity

Click here to read more about our data center facilities.

Managing a Dedicated Windows Media Server


Step 1 - Launch Remote Desktop and Connect

Go to Start menu, click Run… then enter ‘mstsc /admin’ into the box and press enter.  If you don’t have a Run… option you type directly into the text field in the Start menu’s search box.

image

Enter the IP address of the server, then press the ‘Options’ button.

image

Type in the username (usually ‘administrator’) and check the ‘Allow me to save credentials’ box.  Then press Connect.

image

Check the ‘Remember my credentials’ box, then type the password and press ‘OK’

image

Step 2 - Open Computer Management console

Right click ‘My Computer’ and choose ‘Manage’.

image

Drill down into the Windows Media Services snap-in.

image

Step 3 - Add the Publishing Point

Right click ‘Publishing Points’ and choose the ‘Add Publishing Point (Advanced)...’ option.

image

Select ‘Broadcast’ (should be the default).  Enter a unique publishing point name, then type ‘push:*’ into the Location field and click ‘OK’.

image

Step 4 (optional) - Define Limits

Click the new publishing point (ExampleStream in this case), click the ‘Properties’ tab, click ‘Limits’ and now you can define some limits such as maximum player connections.  NOTE: It is not recommended to limit anything except for max connections because it will slow down player connection times.

image

At this point your publishing point is ready, and an encoder can now connect to the publishing point using ‘Push’ mode and the username ‘push’ and password ‘push’.  You don’t have do do anything more than this.  However, if you would like your encoder to use a unique username and password, you can add Windows users.  The next few steps describe how to add a unique user and password.

Accessing the Stream

The stream location for use in player links and embed code, in this case, will be in the format http://1.2.3.4/ExampleStream (replace 1.2.3.4 with the actual IP of your server).

Step 5 (optional) - Add Encoding Users

In the main Computer Management screen, Drill down into Local Users and Groups snap-in, right click ‘Users’ and choose ‘New User…’

image

Enter the User name and password, and optionally a full name and description to help identify the user.  Uncheck ‘User must change password at next login’ and check ‘Password never expires’.  Now click ‘Create’.

image

Right click the new user you created, and choose ‘Properties’.

image

Click the ‘Member Of’ tab and click ‘Add…’.  Enter ‘wms’ and click ‘OK’.

image

Click the ‘Terminal Services Profile’ tab and check the ‘Deny this user…’ checkbox.  This is to prevent the user from being able to remote desktop into the server and limits him only to WMS streaming.

image

That’s it, now your client can now encode to the new publishing point using the new username and password you just created.


Share the Love

Back to Server Management