localaddr

This commit is contained in:
devdatt 2025-12-07 05:00:15 +05:30
parent 00894634cd
commit daa4c38fd4
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ function update_service($which_service)
switch ($which_service) {
case 'input':
$input .= " -c:v copy -c:a aac -b:a 128k -f matroska udp://@239.255.254.254:39000?pkt_size=1316&localaddr=127.0.0.1";
$input .= " -c:v copy -c:a aac -b:a 128k -f matroska udp://@239.255.254.254:39000?localaddr=127.0.0.1";
$service = $input;
$file = "/var/www/encoder-main.sh";
if (file_put_contents($file, $service) !== false) {