📺 Streaming OBS video into maps on item frames at a high frame rate
I'm not providing support for this, please stop asking me for help.
This was just an experiment and I haven't touched it since since 2020
@mbahmodin created a whole bunch of changes available at branch/mbahmodin
- Load jar plugin onto 1.13+ Spigot server
- It will start a thread to listen for UDP packets on port 1337
- Use ffmpeg to send OBS-VirtualCamera as JPG frames to the UDP socket
- Renders the latest available frame in Minecraft!
Beware that map ID 0 and 1 will probably be overwritten
- Download MakiScreen jar and place in Spigot 1.13+ server plugins
- Download FFmpeg and make sure its in your path
- Download OBS
- Download OBS-VirtualCamera
- Run Spigot server and make sure port 1337 UDP is available
- Run OBS and make sure the output resolution is 256x128
- Enable Tools>VirtualCam
- Open terminal shell and enter
ffmpeg -y -f dshow -i video="OBS-Camera" -vf scale=256:128 -f rawvideo -c:v mjpeg -qscale:v 1 -r 60 udp://127.0.0.1:1337
- Type
/maki
in Minecraft to get both maps