We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a33b2 commit e44a1d7Copy full SHA for e44a1d7
src/zm_monitor_go2rtc.cpp
@@ -51,7 +51,7 @@ Monitor::Go2RTCManager::Go2RTCManager(Monitor *parent_)
51
if (parent->janus_rtsp_user) {
52
User *rtsp_user = User::find(parent->janus_rtsp_user);
53
std::string auth_key = rtsp_user->getAuthHash();
54
- rtsp_path += "?auth=" + auth_key;
+ rtsp_restream_path += "?auth=" + auth_key;
55
} else {
56
Warning("No user selected for RTSP_Server authentication!");
57
}
0 commit comments