-
Notifications
You must be signed in to change notification settings - Fork 866
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
SRT-bonding send data via 2 network interface #2550
Comments
now I am using the following command: sender/caller: receiver/listener: Logging looks like:
In the case of broadcast, only eth0 is seen to be sending data through iftop. Is this normal? |
As an alternative, you could try srt-xtransmit. |
I don't remember to have added any The member connection specification URI (following the In order to establish a bonded connection (which isn't checked by SRT at all - you can just as well make two member connections with exactly the same address, it just makes little sense), there are two methods you can use:
Note that in order to unleash the power of bonding you need to already have two bidirectional UDP links available that are at least for most of the network path completely separate - otherwise you'll just double the bandwidth usage with no advantage. It is then unavoidable that your listener machine feature at least two separate IP addresses through which it can be reached, and there are appropriate routing rules that will drive the traffic through a specific route with no common parts. This is possible also if you have only one network device on the listener side, but you have to set it up two IP addresses, and the routing rules are defined so that each one is reachable over a different network route. |
Thanks maxsharabayko for the advice. However,I have build with Also thanks ethouris for the answear, and this answered some questions for me. Anyway I have comfirmed the PULL type (listener acts as sender) with |
The question seems to have been answered and no activity observed since more than one month - closing the ticket. Please reopen if anything new appears. |
Hello, I recently tried the function of SRT bonding on AWS EC2.
I now have two instances, where the sender acts as a caller and has two network interfaces(say caller's ip1:1.2.1.2 and ip2:1.2.3.4); the receiver acts as a listener and has a network interface(say ip:1.2.1.5). I want to establish bonding connections between them.
I don't quite understand how to use srt-test-live to specify the caller to send data from two network interfaces at the same time. Shoule I change the routing thing or modify some parametars?
One more questions: should I open 2 port in the receiver side? (the listener is using same port in the document for bonding)
The text was updated successfully, but these errors were encountered: