I have made a very simple asp.net core application with a static files binding to a folder with a video, and a html page with a video element that points to that video.
I wanted to test how many clients could stream the video at the same time. Once I hit 5 active players, the page will no longer load. So something tells me there's something somewhere that sets this limit. Can I change it anywhere?