Redundant mode for video calls #2588
Chris5342
started this conversation in
Show and tell
Replies: 3 comments 3 replies
-
Thanks for sharing, I will be experimenting with this moving forward. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks I'll try that with SRT video connections |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is this still available? I can't find the setting at all as shown above. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was having problems with glitches on video calls (and it seems others do to).
It looked like Starlink was occasionally glitching (maybe as it switched satellites).
I am now using redundant mode which is a nice OMR feature that is not much documented.
Redundant mode uses all your interfaces in parallel ie packets are sent down all links so if a pocket is dropped on one interface it does not matter as it will get there on another interface.
This makes it much more reliable at the expense of reducing the bandwidth and potentially adding cost if some interfaces are metered.
I turn on redundant mode before an important call and turn it off after.
To turn it on simply:
Network -> MPTCP
![Screenshot 2022-10-01 at 08 04 30](https://user-images.githubusercontent.com/105393840/193397443-05604d8a-0f4b-447a-9ac8-1771a9848dc1.jpg)
and
(REMEMBER TO TAKE A NOTE OF THE PREVIOUS SETTiNG!)
To turn it off set it back (BLEST for me)
Here is a graph of redundant mode in action:
Note all three interfaces carrying about the same download traffic (ADSL struggling a bit)
Starlink and 4G are carrying the same upload traffic but ADSl nothing (which makes sense).
Beta Was this translation helpful? Give feedback.
All reactions