nginx-obs-automatic-low-bitrate-switching icon indicating copy to clipboard operation
nginx-obs-automatic-low-bitrate-switching copied to clipboard

(Question) Fetching OBS bitrate instead of NGINX bitrate

Open anondevjay opened this issue 2 years ago • 3 comments

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.

anondevjay avatar Jan 02 '22 09:01 anondevjay

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.

715209 avatar Jan 03 '22 19:01 715209

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

DigibitDK avatar Jan 28 '22 21:01 DigibitDK

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

b3ck avatar Jan 29 '22 07:01 b3ck