Video players Video chunking not working for mp4 and webm
tracked
hacked user
I have videos on webm VP9,
A web server where I have the videos ready and with their ssl so that vrchat in quest allows the urls:
The problem is that they are perfect conditions for everything to work, if I load the video in the browser it works like any VOD. open the video url, it loads some chunks and it loads fast correctly, pass the link to any vrchat player, the chunking does not work,it downloads the full video from the server and then loads it, the problem is the vrchat pc since I started to capture the packets and it only loads whet downloads all the complete video.
Log In
StormRel
tracked
Cinema3d
This is what the logs show me when sending a video from my webserver
http/1.1" 206 53142801"
http/1.1" 200"
According to 206 it is partialcontent but it sends the entire video before it loads
As it should be and it is what happened before correctly would be something like this:
http/1.1" 206 100000"
http/1.1" 206 100000"
http/1.1" 206 100000"
http/1.1" 206 100000"
http/1.1" 206 100000"
http/1.1" 200"
D
Docteh
Cinema3d: your log is not showing up properly on mobile website, I'll check on desktop later.
http/1.1" 206 53142801"
http/1.1" 200"
D
Docteh
chunking, like with a bunch of segments?
Also since you're looking at the logs, is it one user agent or both that are downloading the complete video? yt-dlp shows as a Google Chrome user-agent, and the actual player will be media player, like "NSPlayer/12.00.19041.2364 WMFSDK/12.00.19041.2364"
hacked user
The problem is recent, this did not happen before, recently players in my world began to complain that the videos take too long to load