Skip to content

Why i use ffmpeg push srt stream show a lot /ffmpeg*E:SRT.d: SND-DROPPED 30 packets - lost delaying for 1049ms #2755

Closed Answered by ethouris
xiaolitongxue666 asked this question in Q&A
Discussion options

You must be logged in to vote

This message means that the sender decided to not retransmit the lost packet upon request because it won't reach the receiver before it's time to play the packet following it, which will cause dropping this one, so even if it is retransmitted, the receiver would still drop it.

This mechanism can be switched off (snddropdelay option, see SRTO_SNDDROPDELAY in the documentation).

If dropping the packets is caused by largely fluctuating transmission speed cap, it could be mitigated by increasing the latency, which will give SRT more time to recover lost packets.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@xiaolitongxue666
Comment options

@xiaolitongxue666
Comment options

Answer selected by xiaolitongxue666
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants