If you are creating a channel lineup for the H200 zapper and using Widevine encryption you can specify your Widevine server as part of the channel information in your lineup .json file.
Below is an example of a clear stream and a Widevine encrypted stream.
Note that the 'encrypting server' refers to your Widevine server url and not the actual manifest itself.
Media Type |
Example Source |
Minimal Config Example |
Native-Dash Media |
Clear Dash Stream http://<host>:<port>/[<file_path|playlist_path>] |
Example: www.domain.com/manifest.mpd { "type": "nativedash", "name": "100", "desc": "Clear Dash Stream", "addr": "www.domain.com/manifest.mpd" } |
Encrypted Dash Stream http://<host>:<port>/[<file_path|playlist_path>] Remark: "encrypting_request_header" is optional even for encrypted source. |
Example: www.domain.com/encrypted/manifest.mpd { "type": "nativedash", "name": "101", "desc": "Encrypted Dash Stream", "addr": "www.domain.com/encrypted/manifest.mpd", "encrypting_server": "www.domain.com/AcquireLicense", "encryption_type": "com.widevine.alpha", "encrypting_request_header": { "X-AxDRM-Message": "..." } } |
Comments
0 comments
Please sign in to leave a comment.