mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
update
This commit is contained in:
parent
fde68bdb45
commit
dddb904c4d
1 changed files with 1 additions and 0 deletions
|
@ -800,6 +800,7 @@ class API extends PluginAbstract {
|
|||
$obj->user['DonationButtons'] = _json_decode($obj->user['DonationButtons']);
|
||||
|
||||
$obj->livestream = LiveTransmition::createTransmitionIfNeed($user->getBdId());
|
||||
$obj->livestream["users_id"] = $user->getBdId();
|
||||
$obj->livestream["live_servers_id"] = Live::getCurrentLiveServersId();
|
||||
$obj->livestream["server"] = $p->getServer($obj->livestream["live_servers_id"]) . "?p=" . $user->getPassword();
|
||||
$obj->livestream["server_v2"] = Live::getRTMPLinkWithOutKey($user->getBdId());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue