You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now it works by calling metrics.StreamsRunning at the start of binary stream request, which is not suitable for HLS as each HLS stream is guaranteed to incur a multitude of requests.
One way to do it could be maintaining a list of clients that request HLS fragments, based on stream URL, and drop them off after a certain timeout.
The text was updated successfully, but these errors were encountered:
Right now it works by calling
metrics.StreamsRunning
at the start of binary stream request, which is not suitable for HLS as each HLS stream is guaranteed to incur a multitude of requests.One way to do it could be maintaining a list of clients that request HLS fragments, based on stream URL, and drop them off after a certain timeout.
The text was updated successfully, but these errors were encountered: