]> git.sesse.net Git - nageru/blobdiff - nageru/main.cpp
Implement SRT output.
[nageru] / nageru / main.cpp
index 37034edd2c823fbb36eb7d3dc262be86f258c7e2..9b26426fb0a9e2e81111d9f62260df95b791b500 100644 (file)
@@ -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