-
-
Notifications
You must be signed in to change notification settings - Fork 16
Configuration
Enable or disable automatic playback of .mdp / .m3u8 / .m3u links
Enable or disable playback of live streams with low delay.
Choose the default audio channel language. This function depends on the channels having correctly cataloged audio track language.
domain1.com>https://example1.com/widevine
domain2.com>https://example2.com/widevine
The format consists of a RegEx and a Widevine server separated by the >
character.
[RexEx]>[Widevine Server]
character.
The RegEx
is used to filter the custom Widevine server URL.
Having a video URL like the following:
https://video.server64.akamaized.com/testvideo/manifest.mpd
One can create a RegEx like the following to validate the URL:
server[\d]+\.akamaized\.com.*\.mpd
Easily, you can see if it is a correct RegEx with RegEx validation webs like the following one:
https://regex101.com/r/ygqIaw/1
The player already validates the RegEx in a case-insensitive way, so there is no need to add extra characters.
Once you have the custom RegEx and the URL of the Widevine server, you only have to join them in a single line separated by the >
character.
server[\d]+\.akamaized\.com.*\.mpd>https://serverforakamaized.com/widevine/license
The format is simple. It is a JSON Object with infinite ClearKey entries of "key_id":"key"
{
"11223344556677889900aabbccddeeff":"11223344556677889900aabbccddeeff",
"223344556677889900aabbccddeeff11":"223344556677889900aabbccddeeff11",
"deadbeefdeadbeefdeadbeefdeadbeef":"18675309186753091867530918675309",
"02030507011013017019023029031037":"03050701302303204201080425098033",
}