Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jan 16, 2025
1 parent 2174593 commit c6e3341
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions objects/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2299,6 +2299,9 @@ function getPorts()
$ports[8443] = 'NGINX https';
$ports[1935] = 'RTMP';
}
if ($obj = AVideoPlugin::getDataObjectIfEnabled('WebRTC')) {
$ports[$obj->port] = 'WebRTC';
}

if ($obj = AVideoPlugin::getDataObjectIfEnabled('YPTSocket')) {
$ports[$obj->port] = 'Socket';
Expand Down

0 comments on commit c6e3341

Please sign in to comment.