You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -864,6 +863,7 @@ function streamStart(monitor = null) {
864
863
forceAlmBtn.prop('title',forceAlmBtn.prop('title')+': disabled because cannot edit Monitors');
865
864
enableAlmBtn.prop('title',enableAlmBtn.prop('title')+': disabled because cannot edit Monitors');
866
865
}
866
+
manageStreamQualityVisibility();// In order for the Auto mode AFTER the start to register the player value .activePlayer and based on this we select the correct "Stream quality", i.e. either the quality for ZMS, or the channel for go2rtc/RTSP2Web
867
867
}
868
868
869
869
functionstreamReStart(oldId,newId){
@@ -905,27 +905,39 @@ function streamReStart(oldId, newId) {
// When switching monitors, cookies may store a channel from the previous monitor that the current monitor does not have.
923
+
streamChannel.value=streamChannelValue;// This will be easier than checking for a disabled option by going through the options. That is, we set the required option and if it is disabled, then we select the 'Primary' channel
0 commit comments