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
358 stars 77 forks source link

Add support for Xiu server #162

Closed datagutt closed 6 months ago

datagutt commented 6 months ago

This adds support for getting stats from the Xiu server.

Description by Xiu author:

Xiu is a simple,high performance and secure live media server written in pure Rust, it now supports popular live protocols like RTMP[cluster]/RTSP/WebRTC[Whip/Whep]/HLS/HTTP-FLV.

According to the documentation, the HTTP stats API currently only supports RTMP. It seems there are plans to support other protocols in the api in the future.

715209 commented 6 months ago

Hi @datagutt ,

Looks good to me, thanks for adding the stream server!