diff --git a/capture/src/capture.cpp b/capture/src/capture.cpp index 7a6544f8..5b4bf436 100644 --- a/capture/src/capture.cpp +++ b/capture/src/capture.cpp @@ -45,7 +45,7 @@ int main( int argc, char** argv ) #endif bool overwrite = false; - const char* address = "localhost"; + const char* address = "127.0.0.1"; const char* output = nullptr; int port = 8086;