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:
parent
c89e8478b9
commit
c233b25293
4 changed files with 4 additions and 6 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue