RTMP host
/boiler display source <id> rtmp-server <url>
Last updated
/boiler display source <id> rtmp-server <url>
Last updated
Stream to your display using OBS
The plugin hosts an rtmp server you can stream to using obs. Set the stream platform in OBS to custom and enter an rtmp url. If you have your server running on localhost it could look like this
Now you can execute the following command in minecraft and start the stream in OBS.
/boiler display source <id> rtmp rtmp://localhost:5782/live
If you want to stream content to your server located somewhere else, you need to replace localhost with your servers ip. The port you choose doesnt matter but make sure the port is opened up on your server.