-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Todo: Full processing of the second stream from the camera #4208
Comments
Mostly just needs Monitor elements to which stream to record and which to do analysis on. I recently added code to select a different video stream when the container contains multiple video streams so adding another couple lines is trivial. Live view needs to transition away from mjpeg. Need to switch to webrtc. But that is a separate issue. |
Yes.
Great!
Yes, of course, I agree. |
@connortechnology
rtsp://name:pass@1ХХ.1ХХ.1ХХ.2ХХ:554/main is: "rtsp_path" Everything else To support displaying the second channel using RTSPToWeb I will do it myself. |
To transmit audio, you need to add one line to the parameters.
|
I think that full processing of the second stream from the camera is necessary, and not just audio processing.
This would eliminate some problems/inconveniences for high-resolution cameras:
I suggest discussing this problem.
I could implement the Frontend part, but I am not very familiar with the Backend part yet.
I previously mentioned it here: #3815
The text was updated successfully, but these errors were encountered: