Skip to content

Commit

Permalink
https://github.com/WWBN/AVideo/issues/9379
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Sep 12, 2024
1 parent 2a5777c commit b7988d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/Live/Live.php
Original file line number Diff line number Diff line change
Expand Up @@ -3009,7 +3009,7 @@ public static function isLiveAndIsReadyFromKey($key, $live_servers_id = 0, $live
//_error_log("isLiveAndIsReadyFromKey::key: {$key} $name ".json_encode(array($cache, $json)));
$json = new stdClass();
$key = self::getLiveKeyFromRequest($key, $live_index);
_error_log("isLiveAndIsReadyFromKey::key: {$key} checking live_servers_id={$live_servers_id} " . $_SERVER['HTTP_USER_AGENT']);
_error_log("isLiveAndIsReadyFromKey::key: {$key} checking live_servers_id={$live_servers_id} " . (@$_SERVER['HTTP_USER_AGENT']));
$isLiveFromKey = self::isKeyLiveInStats($key, $live_servers_id, $live_index, $force_recreate);
$_isLiveAndIsReadyFromKey[$name] = true;
if (empty($isLiveFromKey)) {
Expand Down

0 comments on commit b7988d7

Please sign in to comment.