question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Multiple RTSP streams are not managed

See original GitHub issue

Describe 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:closed
  • Created 2 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
fuatakguncommented, Nov 17, 2021

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

0reactions
bropatcommented, Nov 17, 2021

Logs from client

I will check this out.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found