1
0
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:
Shyim 2018-04-25 20:45:59 +02:00
parent d0dce24305
commit 2851620f40

View File

@ -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();
}
}