-
Notifications
You must be signed in to change notification settings - Fork 12
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
Latency and Passphrase #10
Comments
@vasudevavarun you could specify them in URL. You could check specification here https://obsproject.com/wiki/Streaming-With-SRT-Protocol The example of URL: |
About |
Hi @vasudevavarun. About passphrase, what you mean under "outgoing" connection? (I ask this question since the server now supports only pull mode) |
I tried with srt-server "srt://0.0.0.0:9008?latency=2000000&passphrase=test12345" "srt://0.0.0.0:9009?latency=2000000&passphrase=test12345" srt-server 0.0.0.0:9008?passphrase=test12345678 0.0.0.0:9009?passphrase=test12345678 But it says operation not supported: Invalid socket ID or srt_listen: Operation not supported: Invalid socket ID So I have tried to set a passprase on both listen port and send port I can't make it work - but to get passprase solution I run another ffmpeg in listen with passprahse and with srt output to port 9008 but maybe a silly workaround but this is because I cant assign a passphrase. But a very usefull if you need more than one OBS to get the stream from the server. |
I solved the need for passphrase using /etc/systemd/system/securesrt.service [Unit] Wants=network.target [Service] Restart=on-failure [Install] |
Hey,
I want to define "latency"and "passphrase" options in the outgoing connection.
Can you please tell me how can I do it!
Thanks.
The text was updated successfully, but these errors were encountered: