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.

New Request: Asking for pair of functions to start and stop RTSP

See original GitHub issue

Thanks to @butabi, we had noticed that set_rtsp_stream function might disable RTSP functionality for a camera, which was not my intention at all. I thought that calling this function with TRUE and FALSE, should just start the stream over respective URL and finish it when desired. To keep backwards compatibility and functionality as intact on your end, can you come up with a pair of functions as start_rtsp_stream and stop_rtsp_stream?

Respective issue: https://github.com/fuatakgun/eufy_security/issues/53

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

4reactions
bropatcommented, Oct 11, 2021

@fuatakgun

So, it would be great to implement CMD_NAS_TEST, which should be initiating RTSP streaming over given URL.

I’m working on it.

1reaction
fuatakguncommented, Sep 18, 2021

I had tested RTSP vs P2P streaming given;

  • I had enabled RTSP using EUFY app
  • I had called start_livestream function as a result, I had received video stream over P2P (as video chunks).

So, it would be great to implement CMD_NAS_TEST, which should be initiating RTSP streaming over given URL.

Read more comments on GitHub >

github_iconTop Results From Across the Web

GitHub - aler9/rtsp-simple-server
Features: Publish live streams to the server; Read live streams from the server; Proxy streams from other servers or cameras, always or on-demand;...
Read more >
Add on: RTSPtoWeb and RTSPtoWebRTC - Home Assistant OS
The RTSPtoWeb add-on lets you convert your RTSP streams to WebRTC, HLS, LL HLS, or even mirror as a RTSP stream. The RTSPtoWeb...
Read more >
how to have full control over a process (start/terminate) which ...
I found a way to automate start/stop the pedestrian detection. more details available in my repo: from os.path import join from os import ......
Read more >
RTSP – All You Need to Know About Real-Time Streaming ...
When a video stream is started, a device using the protocol sends an RTSP request to the media server that initiates the setup...
Read more >
Real Time Streaming Protocol 2.0 (RTSP) - IETF
Basically, clients can request information about streaming media from servers, by asking for a description of the media or use media description provided ......
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