This example requires that the HLS Recording is setup properly server-side. Within the conf/hlsconfig.xml file, you will need to define the following properties:

<property name="outputFormat" value="FMP4"/>
<property name="dvrPlaylist" value="true"/>

You will need to restart the server after making the configuration changes.

Subscriber Live VOD Test

STREAM UNKNOWN

You can optionally provide either a baseURL or fullURL to be used in locating the HLS file associated with the live broadcast that will provide live seeking capability.

The default functionality is to assume the HLS file is located on the same origin that the live broadcast is being streamed to, but by providing a baseURL or fullURL, you can override this behavior.

  • baseURL will be used as the base URL to access the HLS file. The baseURL will be appended with the app context and streamName to form the full URL.
  • fullURL will be used as the full URL to access the HLS file.

    

On hold.

...