Fix wrong public player address

This commit is contained in:
Ingo Oppermann 2022-07-18 10:26:36 +02:00
parent b5f0fe386e
commit 9aaaf8e61b
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

View File

@ -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 (