1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00

Make each live unique

This commit is contained in:
Daniel 2021-08-04 11:26:46 -03:00
parent c89e8478b9
commit c233b25293
4 changed files with 4 additions and 6 deletions

View file

@ -22,7 +22,7 @@ window.addEventListener('message', event => {
});
function startLiveRestream(m3u8, forceIndex) {
console.log('WebRTCLiveCam: startLiveRestream', m3u8);
console.log('WebRTCLiveCam: startLiveRestream', m3u8, forceIndex);
modal.showPleaseWait();
$.ajax({
url: webSiteRootURL + '/plugin/Live/webRTCToLive.json.php',