diff --git a/src/main/native/cpp/HttpCameraImpl.cpp b/src/main/native/cpp/HttpCameraImpl.cpp index 8805eb1e57..d0cc3852d5 100644 --- a/src/main/native/cpp/HttpCameraImpl.cpp +++ b/src/main/native/cpp/HttpCameraImpl.cpp @@ -319,6 +319,7 @@ bool HttpCameraImpl::SetUrls(llvm::ArrayRef urls, std::lock_guard lock(m_mutex); m_locations.swap(locations); m_nextLocation = 0; + m_streamSettingsUpdated = true; return true; }