From 9aaaf8e61bc14d4f1a49c25600b1b24bd4ad66fc Mon Sep 17 00:00:00 2001 From: Ingo Oppermann Date: Mon, 18 Jul 2022 10:26:36 +0200 Subject: [PATCH] Fix wrong public player address --- src/views/Publication/Player.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Publication/Player.js b/src/views/Publication/Player.js index b33143f..974ffa4 100644 --- a/src/views/Publication/Player.js +++ b/src/views/Publication/Player.js @@ -279,7 +279,7 @@ export default function Edit(props) { const storage = $metadata.control.hls.storage; const manifest = props.restreamer.GetChannelAddress('hls+' + storage, _channelid); const poster = props.restreamer.GetChannelAddress('snapshot+' + storage, _channelid); - const playerAddress = props.restreamer.GetPublicAddress('player'); + const playerAddress = props.restreamer.GetPublicAddress('player', _channelid); const iframeCode = props.restreamer.GetPublicIframeCode(_channelid); return (