Channel Preview

Preview and test live channel playback with URL parameters directly in the Uplynk CMS.

You can preview your channel within the Uplynk platform. This allows you to test and verify your channel, including URL parameters, before deploying it to a production environment.

Using the developer tools built into your web browser, you can view the actual HTTP requests for playback with your desired URL parameters and the returned manifests.

Test Channel Playback in the Uplynk CMS

To play back a channel in the Uplynk CMS:

  1. Go to the channel details page.
Channel details page with the Live Channels menu and Details tab highlighted
  1. At the top-right, observe the image under Live Preview and hover your cursor over the image.
Live Preview panel highlighted on the channel page with the player controls visible
  1. The Live Preview window should display Show Live Thumbnail, which means the live video channel is playing. If it says Show Audience View, select it to start the live video channel playback.
  2. Enter any desired Uplynk URL parameters in the Params box and select the Reload Player w/ Params button to its right. Uplynk URL parameters are described in Customizing Playback (Playback Customization Parameters).
Params box and Reload Player w/ Params button highlighted on a live channel's Details tab
  1. Observe the Live Preview with the new URL parameters applied.

Viewing Channel Manifests

The instructions below are for Google Chrome, but Apple Safari and Microsoft Edge are similar.

To view the HTTP requests to Uplynk and the returned manifests:

  1. In the browser menu, select View->Developer->Developer Tools.
Chrome View menu open over the channel details page with Developer Tools selected under the Developer submenu
  1. In the Developer Tools, select the Network tab.
Browser Developer Tools open beside the channel page with the Network tab selected
  1. To make it easier to see the new HTTP calls for manifests, enter m3u8 in the filter box and select the Clear network log icon.
Developer Tools Network tab with m3u8 entered in the filter box and the Clear network log icon highlighted
  1. Enter URL parameters and select the Reload Player w/ Params button. This forces a new video session to start, and the manifest calls appear in the Developer Tools. Manifest requests with a letter followed by .m3u8 indicate a ray manifest, while requests with a long name followed by .m3u8 indicate a top-level manifest.
Reload Player w/ Params selected with resolutions=720- in the Params box, and the resulting manifest calls highlighted in the network log
  1. Select the top-level manifest call to view the HTTP headers on the Headers tab.
Top-level manifest call selected in the network log with its headers shown on the Headers tab
  1. Select the Payload tab to view the URL parameters.
Payload tab in Developer Tools listing the channel manifest request's query string parameters
  1. Select the Response tab to view the HLS manifest.
Response tab in Developer Tools showing the channel's top-level HLS manifest

Did this page help you?