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.24k stars 622 forks source link

Configure SRT Receive Latency through application settings #6665

Open mekya opened 5 days ago

mekya commented 5 days ago

Is your feature request related to a problem? Please describe. User would like to configure SRT ingest latency so that he'll let the SRT handle the packet loss and other things better. I think the parameter we need to set is this one. https://github.com/Haivision/srt/blob/master/docs/API/API-socket-options.md#SRTO_RCVLATENCY

We need to find and use it in the proper java function.

sporttotal

burak-58 commented 1 day ago

https://gitlab.com/Ant-Media/Ant-Media-Enterprise/-/merge_requests/734