NOALBS / nginx-obs-automatic-low-bitrate-switching

Simple app to automatically switch scenes in OBS based on the current bitrate fetched from the NGINX stats page.
http://noalbs.com
MIT License
340 stars 77 forks source link

(Question) Fetching OBS bitrate instead of NGINX bitrate #82

Open anondevjay opened 2 years ago

anondevjay commented 2 years ago

I'm using this program exclusively for the automatic low bitrate switching and all of my sources are USB cameras so I need to fetch the bitrate of OBS and use that to determine when to switch scenes rather than fetch the bitrate of an NGINX source. Does anyone know how I'd go about this? Thank you.

715209 commented 2 years ago

Hi anondevjay,

This is not possible from OBS, you would need something to calculate the bitrate. From OBS WebSocket it's possible to detect when a media source has started / ended, but NOALBS doesn't use this yet.

DigibitDK commented 2 years ago

Alternative, send OBS-stream to RTMP, and push it to eg. Twitch. Then Noalbs can fetch bitrate.

b3ck commented 2 years ago

I guess we would need to know the whole workflow first right? Could you explain your setup in detail? Thank you.