This commit is contained in:
Ingo Oppermann 2024-02-23 13:03:21 +01:00
parent 2c88c4dbde
commit de6fa8d64f
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

View File

@ -82,7 +82,7 @@
liveui: true,
responsive: true,
fluid: true,
sources: [{ src: playerConfig.source, type: 'application/x-mpegURL' }],
sources: [{ src: window.location.origin + '/' + playerConfig.source, type: 'application/x-mpegURL' }],
plugins: {
license: playerConfig.license
}
@ -90,7 +90,9 @@
if (playerConfig.chromecast) {
config.techOrder = ["chromecast", "html5"];
config.plugins.chromecast = {};
config.plugins.chromecast = {
receiverApplicationId: 'CC1AD845'
};
}
if (playerConfig.airplay) {