Client Mod Setup
There is an additional Fabric client mod for boiler to provide better streaming performance
Last updated
There is an additional Fabric client mod for boiler to provide better streaming performance
Last updated
The Boiler plugin comes bundled with (a streaming server). The plugin publishes content to the streaming server. When you join the server the plugin will send the rtsp stream url and the credentials to your client. The client will open the stream using VLCj in the background and render the video output to a surface in minecraft
First, you need to install the AdvancedBoiler mod and its dependecies from modrinth
You will also need to install VLC media player because it's needed for video decoding
Edit the config of the Boiler plugin
First, you need to set client.enabled to true
rtmp_port
port of the streams
rtmp_host
the host that will be sent to the clients. The stream must be accesible from here. This should be your servers domain/ip address
You will need to open up an additional port on your server for the stream server! In this case 8554.