You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of srt-xtransmit checks if a correct URI query was provided, but only reports a warning.
Instead, it is better to report an error and do not start data transmission, because the user may miss the warning, especially if ran from some scripts that suppress std error.
Current behavior when rexmit_algo=1 is given instead of retransmitalgo=1:
As of
srt-xtransmit
checks if a correct URI query was provided, but only reports a warning.Instead, it is better to report an error and do not start data transmission, because the user may miss the warning, especially if ran from some scripts that suppress
std error
.Current behavior when
rexmit_algo=1
is given instead ofretransmitalgo=1
:TODO
generate
andreceive
subcommands report an error. PR Throw exception on invalid URI query #27.route "srt://:4200?modest=caller" srt://4201 -v
tries to connect destination first, then check source and report an error.The text was updated successfully, but these errors were encountered: