The final phase of your live streaming implementation is to create the following items:
In order to help you test your Smooth Streaming configuration, a sample Smooth Streaming player is provided on the Smooth Streaming Player page. This sample Smooth Streaming player allows you to visualize how the media player is able to dynamically switch between bit rates to adjust for changing network conditions and CPU usage. Additionally, a tool is provided to limit the maximum bit rate at which the player will download the stream. This provides the means through which you can simulate network congestion or excessive CPU usage.
Once you have created your Smooth Streaming-compatible player, you will need to generate an instance of it that points to the player URL. One way of accomplishing this is to create a web page that references it. A sample web page called "SmoothStreamingStatisticsTracker_Live.html" is provided from the Smooth Streaming Player page. This sample web page relies on our sample Smooth Streaming player.
To set up the sample web page