In my testing, I am restreaming SRT to the Ant Server over a LAN where latency is not an issue using the srt-live-transmit tool. The reason for doing this is my hardware encoder does not support the streamid feature so when I restream SRT I am adding the streamid.
e.g. srt://server:5200?mode=listener -> srt://server:4200?mode=caller&latency=20&streamid=WebRTCAppEE/test
When I add latency=20ms this parameter does not take effect until latency is greater than around 120ms. I'm assuming this is because the minimum/default latency on the Ant Server is 120ms?
If this is correct, is there a way to override this? Restreaming is over a LAN with negligible RTT/packet loss so I do not need 120ms
Question
Chris P
In my testing, I am restreaming SRT to the Ant Server over a LAN where latency is not an issue using the srt-live-transmit tool. The reason for doing this is my hardware encoder does not support the streamid feature so when I restream SRT I am adding the streamid.
e.g. srt://server:5200?mode=listener -> srt://server:4200?mode=caller&latency=20&streamid=WebRTCAppEE/test
When I add latency=20ms this parameter does not take effect until latency is greater than around 120ms. I'm assuming this is because the minimum/default latency on the Ant Server is 120ms?
If this is correct, is there a way to override this? Restreaming is over a LAN with negligible RTT/packet loss so I do not need 120ms
Link to comment
Share on other sites
Top Posters For This Question
3
2
Popular Days
Mar 14
4
Mar 13
1
Top Posters For This Question
Chris P 3 posts
Mohit 2 posts
Popular Days
Mar 14 2023
4 posts
Mar 13 2023
1 post
Popular Posts
Mohit
Hi @Chris P, There are no such configurations parameter specifically on the server side as it is expected. You can fine tune the latency with -tune zerolatency Let me know if it helps.
Chris P
Hi Mohit, Understood. Thank you for your help.
4 answers to this question
Recommended Posts