Stream a live event using our Live Smooth Streaming service by updating the code that references your Smooth Streaming-compatible player to point to the player URL associated with desired publishing point.
Key information:
A sample HTML code fragment for a Silverlight object is provided below.
In the above HTML code fragment, you should replace the entire URL with the previously copied player URL. A definition is provided below for each italicized term in the above URL.
Tip: An alternative to the above player URL is to use an edge CNAME to mask it. This type of configuration requires that you replace the CDN hostname and content access point (e.g., http://wsp.0001.{Base Domain}/210001/) with the edge CNAME hostname (e.g., http://www.mydomain.com/). Before using an edge CNAME, verify that it points to "/21xxxx (Live Smooth Streaming Origin)."
In order to stream content to iOS devices, you will need to first make sure of the following:
As mentioned above, an iOS-specific player URL is required when streaming content to an iOS device. The syntax for this URL is provided below.
In the above URL, you should replace the following terms:
The above link will automatically launch the stream corresponding to the live event in full screen mode. If you would like to define additional video options, then you should use an HTML 5 video tag. A sample HTML 5 tag is provided below.
<video width="320" height="240" controls="controls">
<source src="http://wsp.0001.{Base Domain}/210001/MyPublishingPoint.isml/Manifest(format=m3u8-aapl).m3u8" />
</video>
Tip: An alternative to the above player URL is to use an edge CNAME to mask it. This type of configuration requires that you replace the CDN hostname and content access point (e.g., http://wsp.xxxxThis term represents your CDN account number which can be found in the upper right-hand corner of the MCC..{Base Domain}/21xxxxThis term represents your CDN account number which can be found in the upper right-hand corner of the MCC./) with the edge CNAME hostname (e.g., http://www.mydomain.com/). During configuration, verify that the edge CNAME points to "/21xxxxThis term represents your CDN account number which can be found in the upper right-hand corner of the MCC. (Live Smooth Streaming Origin)."