HLS Multiple Connections from same IP #4099
raphael-ba
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
It's not a real "bug" I just noticed something strange. OSSRS opens Steam on HLS, everything works without any problems. But what I noticed is that with some clients (I noticed it with TVHeadend and Kodi) there are several connections from the same IP connected to the same user Agend. However, only one is actively watching at any one time, the others do not see any outgoing traffic.
This distorts the statistics of users who are watching, because clients who are not actively watching are also counted.
Version
v6.0-d4
To Reproduce
Steps to reproduce the behavior:
send_bytes
andrecv_bytes
Expected behavior
Perhaps there is a timeout for Nginx that kicks clients that are connected for longer than a certain time and do not request data from the server.
Screenshots
Here is an example for a connected client
Additional context
Beta Was this translation helpful? Give feedback.
All reactions