Is there a way for simulating rtp packets drop/loss? #2361
Unanswered
XimingCheng
asked this question in
Ideas
Replies: 1 comment
-
I have implemented |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Go pion
webrtc.TrackLocalStaticSample
has functionWriteSample
for sending rtp package to webrtc client, but if I want to simulate packets to force some specific data to get lost, I can not find a suitable interface to do that. Maybewebrtc.TrackLocalStaticSample
can provide a function namedWriteSampleForceDrop
or some way else to do that?Beta Was this translation helpful? Give feedback.
All reactions