Browse Source

Fix mixer stream link

master
Shyim 6 years ago
parent
commit
2851620f40
  1. 2
      src/Component/Services/Mixer.php

2
src/Component/Services/Mixer.php

@ -45,6 +45,6 @@ class Mixer extends AbstractService @@ -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…
Cancel
Save