Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for bonding #24

Draft
wants to merge 24 commits into
base: master
Choose a base branch
from
Draft

Adding support for bonding #24

wants to merge 24 commits into from

Conversation

maxsharabayko
Copy link
Owner

@maxsharabayko maxsharabayko commented Nov 4, 2020

Command Line Syntax

Group type:

  • broadcast
  • backup

Single connection

./srt-xtransmit <subcommand> <source> <target> [options]

One Listener Accepting a Group Connection

./srt-xtransmit receive srt://:4200?groupconnect=on

Multiple listeners

./srt-xtransmit receive [srt://:4200?groupconnect=on srt://:4201]
  • groupconnect=on is set implicitelly
  • Later sockets inherit URI querry from the main socket?

Multiple callers

./srt-xtransmit receive [srt://192.168.0.1:4200 srt://192.168.2.1:4201]

A mix of listeners and callers (not allowed)

@maxsharabayko maxsharabayko self-assigned this Nov 4, 2020
@lgtm-com
Copy link

lgtm-com bot commented Nov 4, 2020

This pull request introduces 3 alerts when merging be8e064 into 19e44b1 - view on LGTM.com

new alerts:

  • 2 for Expression has no effect
  • 1 for Use of potentially dangerous function

@maxsharabayko maxsharabayko force-pushed the develop/bonding branch 2 times, most recently from e50b490 to f517398 Compare November 11, 2020 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant