A middleware to intercept and modify sourceopen request #8941
aliforever
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm behind a CDN where it removes headers, causing range requests to not reach destination and streams being disabled.
One solution I've found is to pass range requests in url as parameters: (https://example.com/video/bytes/1-1024)
Now I want to implement this approach in video.js where I intercept the request containing Range header and insert the bytes to url instead and pass it). Any ideas on how and where I can begin doing it?
Beta Was this translation helpful? Give feedback.
All reactions