ant-media / Ant-Media-Server

Ant Media Server is a live streaming engine software that provides adaptive, ultra low latency streaming by using WebRTC technology with ~0.5 seconds latency. Ant Media Server is auto-scalable and it can run on-premise or on-cloud.
https://antmedia.io
Other
4.29k stars 636 forks source link

Add 144p ABR option to web panel application settings #6791

Open lastpeony opened 1 day ago

lastpeony commented 1 day ago

There is no 144p option available. If a user attempts to add it manually to the encoderSettingsString via advanced settings, it won’t work because the basic settings automatically override it.

Solution: Add a 144p option to the basic settings UI. Workaround: Use broadcast-level ABR settings via REST API.

image