stream from OBS onto an editableimage
Go to file
minish b86c087a4b credit 2024-12-02 21:31:41 -06:00
src fix on laptop + opt 2024-11-28 00:24:40 -05:00
.gitignore initial commit 2024-11-27 21:23:18 -05:00
Cargo.lock fix on laptop + opt 2024-11-28 00:24:40 -05:00
Cargo.toml fix on laptop + opt 2024-11-28 00:24:40 -05:00
README.md credit 2024-12-02 21:31:41 -06:00
VideoServer.rbxm upload ingame component 2024-12-02 21:24:50 -06:00

README.md

srt2rvt

stream from OBS onto a Roblox editableimage

best quality is around 1280x720 @ 20fps. this could definitely be improved with a more efficient encoding scheme (like not using zstd for video compression lol)

support for multiple servers left as an exercise to the reader :D

credit: heavily adapted from srt-tokio crate example