Replies: 1 comment 1 reply
-
Hello, the HLS converter shuts down when nobody requires the stream for 60 seconds. Maybe we can add a parameter to the configuration to make this editable by the user. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm sorry if this has been covered, I've searched but cannot find a specific topic on this.
Is there a way to stop a HLS feed? I'm able to terminate the feed by either closing the page, refreshing the page, or forcing the video tag to point to a new source URL. The problem is that the HLS feed continues on the RTSP-simple-server log for at least ~1-5 minutes.
I'm curious if the time is due to the allowed his segments and buffer? (set to 1, and 10 seconds respectively) or if this is another issue I'm seeing?
In general, is there a URL endpoint I can call to close the connection? I was thinking I could call something like /camera-1/on /camera-1/off to control the HLS feed. The 1-5 minute 'overrun' I'm seeing accounts for a few megabytes of data which I'm trying to avoid (cameras are behind a cellular data connection)
I am using HLS, perhaps there is another protocol I should use for this functionality?
Here is a path example
paths:
camera-1:
source: rtsp://:@...***:554/axis-media/media.amp?camera=1
sourceProtocol: tcp
sourceOnDemand: yes
Beta Was this translation helpful? Give feedback.
All reactions