diff --git a/web/js/MonitorStream.js b/web/js/MonitorStream.js index eda01451e..359a16b03 100644 --- a/web/js/MonitorStream.js +++ b/web/js/MonitorStream.js @@ -1909,7 +1909,7 @@ function startRTSP2WebPlay(videoEl, url, stream) { error: function(xhr, status, error) { console.warn('Error request localDescription:', error, xhr.responseText); stream.updateStreamInfo('', 'Error'); //WEBRTC - stream.kill(); + stream.restart(stream.currentChannelStream); }, complete: function() { //console.log('Request localDescription completed.');