Glimesh / broadcast-box

A broadcast, in a box.
MIT License
1.41k stars 76 forks source link

How to setup it to stream worldwide? #16

Closed devintly closed 10 months ago

devintly commented 1 year ago

Hello, i'm on windows server 2022 vds rightnow, without virtualizaton, so how can i deploy this tool to be able to connect from every part of planet without using docker? It only starts localhost, no matter development or production enviroment, thanks in advance!

devintly commented 1 year ago

So i mean i need stream from obs to vds with broadcast box, and then i can connect from another device to frontend part and watch stream

makindotcc commented 1 year ago

How do you start broadcast-box server? Can you show logs?

APP_ENV=production go run .

By default following command should bind server on every network interface. You probably need to configure firewall somehow, but unfortunately I've never used windows server.

Sean-Der commented 10 months ago

Hi @devintly

I have updated the docker-compose to use Caddy. All you need to do is set URL and everything will just work! https://github.com/Glimesh/broadcast-box?tab=readme-ov-file#docker-compose

I would suggest using Linux instead of Windows if possible.

thanks