mirror of
https://github.com/r4sas/recastin-panel
synced 2025-03-12 13:21:14 +00:00
Fix mixer stream link
This commit is contained in:
parent
d0dce24305
commit
2851620f40
@ -45,6 +45,6 @@ class Mixer extends AbstractService
|
||||
*/
|
||||
public function buildStreamUrl(Endpoint $endpoint): string
|
||||
{
|
||||
return 'rtmp://' . $endpoint->getServer() . ':1935/beam' . $endpoint->getStreamKey();
|
||||
return 'rtmp://' . $endpoint->getServer() . ':1935/beam/' . $endpoint->getStreamKey();
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user