Brian

Results 17 comments of Brian

@psolyca do you have an example of what the file should look like? I tried something like this: ``` #1280x720 6 Mbps writel 0xA011B8E0 0x49927C00 #1.20 Mbps- base bitrate value...

@psolyca thank you! Will try it. Edit: It works! But it doesn't seem to go any higher than 5Mbps.

@psolyca no it's not stable 5 Mbps it switches from around 4 to 6 Mbps at 720p but mostly around 5 Mbps. btw I'm working together with dayz_hk he has...

@psolyca would you like to join this discord server https://discord.gg/Kdt7MU we like to get everything working properly and test a lot too.

Hi @FkManu, You can set the offline trigger to a value greater than 0 to force it to change to the offline scene when the bitrate drops below that number.

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 /...

@TaRs-one you also have to change the WorkingDirectory. ``` [Unit] Description=NOALBS service After=network.target [Service] Restart=always User=root Group=root WorkingDirectory=/home/pi/nginx-obs-automatic-low-bitrate-switching ExecStart=/home/pi/nginx-obs-automatic-low-bitrate-switching/noalbs SyslogIdentifier=NOALBS [Install] WantedBy=multi-user.target ```

Hi @thegamingstig, The `Obs` type has been broken since OBS WebSocket version 5. Using listener mode on a media source is also not recommended, it's better to use something like...

Hi @reedog117 , This is on the todo list, I'm waiting for official API's to be available.