You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prism+ lets you multicast your rtmp stream to multiple destinations. You point your OBS at prism+ and then add your destinations to prism+. It will relay your stream to the destinations. Allowing you to stream to multiple platforms at the same time.
Prism+ main Features:
Admin web interface to login and manage streamers and sessions
Ability to add streamers with their streamkeys
Ability for streamers to login and add/remove destinations
Verified working Destinations
Owncast
Twitch
Youtube - only seems to work with variable bitrate setting in OBS. Your results may vary
Starting prism+
Clone the repo locally and enter the folder
Build frontend. The frontend is written in svelte
cd web
npm install
npm run build
Build backend. The backend is written in golang.
go get
go build
Run
./prismplus
On startup it will automatically generate an adminKey. If you want to define your own adminKey so that it will be the same every startup you can start up with: