New Request: Asking for pair of functions to start and stop RTSP
See original GitHub issueThanks 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:
- Created 2 years ago
- Comments:9 (9 by maintainers)
Top 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 >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
@fuatakgun
I’m working on it.
I had tested RTSP vs P2P streaming given;
So, it would be great to implement CMD_NAS_TEST, which should be initiating RTSP streaming over given URL.