Sign in
Random on Windows Media
After 10 years of supporting Windows Media I might have a few tips you could use.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
503
ASP
ASX
Azure Media Services
Cache/Proxy
load balancing
mms
Proxy
Service Unavailable
Silverlight
wallclock
Windows Media
Windows Media Player
Windows Media Services
Windows Media Services 2008
Windows Media Services 9 Series
wsx
Archive
Archives
November 2012
(1)
June 2012
(2)
April 2011
(1)
August 2010
(1)
July 2010
(1)
November 2009
(1)
October 2009
(1)
August 2009
(1)
July 2009
(3)
May 2009
(1)
March 2009
(1)
February 2009
(2)
January 2009
(1)
December 2008
(1)
September 2008
(1)
August 2008
(3)
March 2008
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Random on Windows Media
Windows Media Services not supported on Windows Server 2012
Posted
6 months ago
by
David Bristol [msft]
2
Comments
I've been asked several times if Windows Media Services would be supported on Windows Server 2012. It is not. Microsoft stopped new development on WMS when Windows Media Services 2008 R2 was released. WMS is now in maintenance mode. This means that WMS...
Random on Windows Media
Error 400 Bad Request when using CloudMediaContext with Azure Media Services
Posted
11 months ago
by
David Bristol [msft]
0
Comments
When I was developing my first Azure Media Services application based on the how-to guide , I had a problem when I tried to initialize the CloudMediaContext. I was using code similar to: string accountName = "MyAccount" ; string accountKey = "abcdef12...
Random on Windows Media
Azure Media Services is live!
Posted
11 months ago
by
David Bristol [msft]
0
Comments
In April Microsoft announced Azure Media Services at NAB in Las Vegas. This enables encoding, encrypting, and hosting in the cloud. No longer do you have to rely on the processing power of a single (or small number) of encoding machines to convert your...
Random on Windows Media
Why you see packet fragments with WMS multicast
Posted
over 2 years ago
by
David Bristol [msft]
0
Comments
First a bit of terminology that will help keep things clear. For the purposes of this discussion I will use the term packet to mean an audio/video unit of data. Specifically this is an ASF packet based on the ASF file specification which includes WMA...
Random on Windows Media
Getting Windows Media Load Simulator to work on modern operating systems
Posted
over 3 years ago
by
David Bristol [msft]
1
Comments
The Windows Media Load Simulator (occasionally abbreviated as 'loadsim') tool was created to help stress test Windows Media Services (WMS) servers. Since WMS does live streaming and uses application specific control messages over RTSP and HTTP using a...
Random on Windows Media
Easiest way to use Smooth Streaming on the client
Posted
over 3 years ago
by
David Bristol [msft]
0
Comments
One of the things I’ve found with Smooth Streaming is that people have no idea how to create a Silverlight application and run that on their web server. One of the easiest ways for most people is going to be to use the Silverlight Media Framework...
Random on Windows Media
Causes of 408's in a Windows Media Services log
Posted
over 4 years ago
by
David Bristol [msft]
1
Comments
One common question I get from Windows Media Services admins who have looked through their log files is about the cause of the 408 status codes. Before answering the question directly, I need to define what a 408 is. Simply put, it is an abnormal disconnect...
Random on Windows Media
Using HTTP Referer to prevent deep linking to a WMS server
Posted
over 4 years ago
by
David Bristol [msft]
0
Comments
For a number of years now I've had customers ask me about how to prevent deep linking from random people directly to their Windows Media server. Deep linking is described on http://en.wikipedia.org/wiki/Deep_linking . Often this occurs when a web site...
Random on Windows Media
Using Windows Media Services 2008 Cache/Proxy plug-in
Posted
over 4 years ago
by
David Bristol [msft]
2
Comments
One of the main differences between Windows Media Services 9.1 on Windows 2003 and WMS 2008 on Windows Server 2008 is the inclusion of the Cache/Proxy plug-in. In WMS 9.1 you had to compile (and write some of your own code to do caching) to have cache...
Random on Windows Media
WMP debug page to dump player events
Posted
over 4 years ago
by
David Bristol [msft]
0
Comments
Attached to this post I've included a HTML file (inside the zip) that I use all of the time to see what events the player is throwing. I've used it to see if there are scripts in a customer's video, to see how many times my player rebuffers in a particular...
Random on Windows Media
Forcing the embedded player to reconnect when an error occurs
Posted
over 4 years ago
by
David Bristol [msft]
0
Comments
In the next few posts, I am going to discuss high availability scenarios for times when you absolutely must deliver your video. For today's post, I'm going to talk about how to have an embedded version of WMP reconnect to the stream if there is an...
Random on Windows Media
How to maintain an encoder/server connection on a problematic network
Posted
over 4 years ago
by
David Bristol [msft]
0
Comments
I occasionally get contacted by customers that are having problems keeping their Windows Media Encoder 9 Series encoder and Windows Media Services 2008 server connected. Often it is simply that the network between the two is having some issues, however...
Random on Windows Media
Silverlight installation requires the SSE CPU instruction set
Posted
over 4 years ago
by
David Bristol [msft]
1
Comments
One of the guys on my team recently tried installing Silverlight 2.0 on one of his older systems. He got the error, "Unable to install Silverlight" and, "Your processor is not supported." When you click on More information you see the error: Message...
Random on Windows Media
Fix for WMS 503 issue released
Posted
over 4 years ago
by
David Bristol [msft]
0
Comments
Since this is a fairly major issue for a number of people that are running Windows Media Services 2008 , I thought this warranted it's own post. I prevously described the issue at http://blogs.msdn.com/randomnumber/archive/2008/09/05/wmp-unable-to-connect...
Random on Windows Media
IIS Smooth Streaming beta released
Posted
over 4 years ago
by
David Bristol [msft]
0
Comments
The next big thing in streaming is now released in beta form. That is the IIS 7 Smooth Streaming: http://www.iis.net/extensions/SmoothStreaming This is the technology that was used last summer with Silverlight for the Olympics to stream the on demaind...
Random on Windows Media
Troubleshooting the Silverlight MediaElement 4001 Error
Posted
over 4 years ago
by
David Bristol [msft]
0
Comments
This is my first post on Silverlight, so I thought I would post on a common issue that I've seen developers have problems with. Since I focus mainly on the MediaElement piece of Silverlight I'm going to stick almost solely to that on this blog when I...
Random on Windows Media
Getting your CD or DVD listed so it shows automatically in Windows Media Player
Posted
over 4 years ago
by
David Bristol [msft]
0
Comments
When you are ripping CDs with Windows Media Player, the player can automatically go out to the Internet to retrieve the metadata describing the CD such as the album name, artist, track information, etc. If you are an artist that would like to have your...
Random on Windows Media
Windows Media Player now works with Kerberos
Posted
over 5 years ago
by
David Bristol [msft]
0
Comments
You may have seen in a network trace that when Windows Media Player connects to Windows Media Services that if the server had Negotiate authentication enabled for the publishing point that Kerberos would fail with a Service Principal Name unknown error...
Random on Windows Media
WMP unable to connect to WMS 2008; WMS returning 503 Service Unavailable
Posted
over 5 years ago
by
David Bristol [msft]
15
Comments
I've talked to a number of people that are having problems streaming from Windows Media Services 2008 on Windows Server 2008 when the server is behind a NAT firewall, some proxies, or load balancers. Clients on the internal network work just fine. In...
Random on Windows Media
Cheap load balancing using an ASX as created by an ASP
Posted
over 5 years ago
by
David Bristol [msft]
0
Comments
This load balancing solution will cost you a grand total of about 10 minutes of time. Now I will say that it's definitely not the best load balancing solution out there, but it's cheap and works amazingly well for something so simple. First I need...
Random on Windows Media
Using Wallclock Scheduling in WMS to start a broadcast at a specific time
Posted
over 5 years ago
by
David Bristol [msft]
0
Comments
Over the years I've talked to a number of people that want to broadcast a live video at a certain time of day. Usually this is in a corporate network where a CEO is doing a large broadcast to the entire company or something similar that needs to happen...
Random on Windows Media
Windows Media Player Protocol Rollover
Posted
over 5 years ago
by
David Bristol [msft]
1
Comments
When Windows Media Player connects to a Windows Media server the player tries to use the most efficient protocol for the job. However, the player is not always able to connect with the first protocol it tries. This is usually due to either a firewall...
Random on Windows Media
Easy automatic ASX generation
Posted
over 5 years ago
by
David Bristol [msft]
2
Comments
Easy automatic ASX generation In my first post, I thought it would be helpful to show how to use classic ASP to dynamically create ASX files for any file. An ASX file is essentially a shortcut or playlist file for Windows Media Player. Technically...
Page 1 of 1 (23 items)