-
Notifications
You must be signed in to change notification settings - Fork 863
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
Created TCP/SRT tunnel #504
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding a documentation to docs/tcp-tunnel.md
(or somth else) would be helpful.
In case you are planning to use this setup to handle RTMP you need to setup SRT<-->SRT in lossless mode without jitter(all packages arrives in the same order they send) or this will not gonna work. |
The tunnel works in a "file transmission" mode. So you make TCP>SRT <---> SRT>TCP combination so that you take advantage of a better loss handling by SRT, but there are no live mode features in use. For sending it using live SRT, some other application would have to be used - a combination of applications that serve as full-fledged RTMP client and server. |
srt-tunnel
application:srt-test-relay
application to test the SRT endpoint of two-way communicationtcp-echo-server.tcl
andtcp-echo-client.tcl
for testing the TCP endpoint of two-way communication