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

Automated passing of the dst ip address from receiver to sender in unicast mode #57

Open
David-P-B opened this issue Mar 25, 2021 · 1 comment

Comments

@David-P-B
Copy link

In the nmos node there is no mechanism to autoamtically pass the dst ip address from receiver to sender in unicast mode.
In nmos-js this would currently be done with a manual edit of the SDP file.
It would make sense to automate passing of the dst ip adress in the first step of connection with a unicast Sender!

@garethsb garethsb transferred this issue from sony/nmos-cpp Mar 25, 2021
@garethsb
Copy link
Contributor

garethsb commented Mar 25, 2021

As discussed on Slack, this can currently be accomplished with nmos-js but means visiting the Receiver to check its active interface_ip and destination_port, then visiting the Sender, using the Edit button to enter these as the destination_ip and destination_port and activating these new parameters, and then going back to the Receiver to connect it to the Sender. Not great user experience!

The Connect tab workflow could be cleverer and attempt to PATCH the Sender before doing the Receiver.

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

No branches or pull requests

2 participants