Multiple RTSP streams are not managed
See original GitHub issueDescribe the bug
I can send commands to start RTSP on multiple cameras and they are working fine but when I need to stop, only last one is succeeded and initial ones are throwing errors.
To Reproduce
Steps to reproduce the behavior:
set_rtsp_stream serial_number_2 True -> rtsp_livestream_started event generated
set_rtsp_stream serial_number_1 True -> RTSPLivestreamNotRunningError RTSP livestream for device serial_number_1 could not be stopped, because it is not running
set_rtsp_stream serial_number_2 True -> rtsp_livestream_stopped event generated
Expected behavior
As RTSP is managed by devices, there is no reason to limit number of parallel streams. They should all be playing independently.
Versions:
Eufy Security WS 0.5.2
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Multiple RTSP streams from a single camera
Hello,. Should I be able to get multiple RTSP streams from a single camera (restreamed through the NVR)?. I have the re streamning...
Read more >Streaming multiple RTSP IP cameras on YouTube and/or ...
For one RTSP stream we need one YouTube account that will accept the stream but what should we do if we have not...
Read more >Multiple rtsp streams - Help - info-beamer community
Hi All, i wondered if anybody has gotten working multiple RTSP streams on a single device? i have managed to get a single...
Read more >windows 7 - Listen to multiple RTSP Streams - Super User
Is there any way I can listen to all of them in Windows 7 at the same time? I don't need them to...
Read more >How to Capture Multiple IP Streams as a single Webcam Stream
What's great about this is that you can use RTSP streams from a single, or multiple IP cameras and combine them into one...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
As I said, feel free to consume the way you prefer, as the initial error was about 0.5.2 and you released 0.5.3 which removed exception raising, but did not fix the expected result.
Attached the server logs and sorry for weird characters as I am using windows as development environment and apparently there is a bug about characters.
logs.zip
I will check this out.