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

Change outbound UDP stream to accepting inbound UDP connections #24

Open
ahbosch opened this issue Feb 5, 2025 · 5 comments
Open

Change outbound UDP stream to accepting inbound UDP connections #24

ahbosch opened this issue Feb 5, 2025 · 5 comments

Comments

@ahbosch
Copy link

ahbosch commented Feb 5, 2025

Is there a way to change the outbound UDP stream, to accept inbound UDP connections so clients can connect to a UDP server?

@cannonbeach
Copy link
Owner

cannonbeach commented Feb 5, 2025 via email

@ahbosch
Copy link
Author

ahbosch commented Feb 5, 2025

Sure,

Currently, it's set up as SRT input (Listener) to UDP output, but I have a different use case and need something that could be:

SRT input (Listener) to UDP inbound on port 10001 (as an example)

Where the UDP client can connect to the OpenSRTHub on port 10001.

Hope this makes sense.

(Or if there is another solution that can take an inbound UDP connection and make it available to multiple UDP clients that would )
I looked at the multicast, but that's also an outbound connection.

@cannonbeach
Copy link
Owner

cannonbeach commented Feb 5, 2025 via email

@ahbosch
Copy link
Author

ahbosch commented Feb 5, 2025

That sounds about right, didn't know the possibility of the OpenSRTHub to be able to do it, maybe it can as a one-stop shop. Thinking of writing a Python app to run alongside it to do that, but not sure how functional that would be.

@cannonbeach
Copy link
Owner

cannonbeach commented Feb 5, 2025 via email

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