Boiler Plugin
  • Overview
  • Commands
  • Display sources
    • Image
    • RTMP host
    • FFMPEG
    • FFMPEG-buffered
    • Twitch
    • Youtube
    • Clone
    • Section clone
  • Dsiplay settings
    • Buffer
    • Page
    • renderPeriod
    • Bundle
  • Display actions
    • Click
    • Input
  • Client Mod
    • Client Mod Setup
Powered by GitBook
On this page
  1. Display sources

RTMP host

/boiler display source <id> rtmp-server <url>

PreviousImageNextFFMPEG

Last updated 1 year ago

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.