X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fmain.cpp;h=9b26426fb0a9e2e81111d9f62260df95b791b500;hb=e2b654d6a8cc8c64142a9a8ef8bcd82e9d9a9289;hp=37034edd2c823fbb36eb7d3dc262be86f258c7e2;hpb=0a087eeaf663c3f7b1d9431c725fcae10f60d732;p=nageru diff --git a/nageru/main.cpp b/nageru/main.cpp index 37034ed..9b26426 100644 --- a/nageru/main.cpp +++ b/nageru/main.cpp @@ -82,7 +82,7 @@ int main(int argc, char *argv[]) #endif #ifdef HAVE_SRT - if (global_flags.srt_port >= 0) { + if (global_flags.srt_port >= 0 || !global_flags.srt_destination_host.empty()) { srt_startup(); } #endif