Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support range requests for video content #767

Closed
BPerlakiH opened this issue May 19, 2024 · 3 comments · Fixed by #894
Closed

Support range requests for video content #767

BPerlakiH opened this issue May 19, 2024 · 3 comments · Fixed by #894
Assignees
Milestone

Comments

@BPerlakiH
Copy link
Collaborator

Make sure our application is capable of handling range requests for video content.

Background: as of our current investigation the currently working html5 video player (for latest 17.3+ iOS) do not create range requests. These requests might appear at some point, we want to make sure we are prepared for it.

@kelson42
Copy link
Contributor

Still the priority, but would like to release 3.4.0 before.

@kelson42 kelson42 modified the milestones: 3.5.0, 3.4.1 Jun 29, 2024
@kelson42
Copy link
Contributor

@BPerlakiH @rgaudin Please organise a meeting together to assess current situation and sketch a plan to move forward

@kelson42 kelson42 pinned this issue Jul 12, 2024
@rgaudin
Copy link
Member

rgaudin commented Jul 24, 2024

I don't think there's been effort on this direction recently.
To me there is still a technical assessment that must be conducted: how does it work with major browsers over HTTP? How does it work with the WKWebView over HTTP? How does it work in app mode (Custom Scheme and WKWebView)?
This is a mandatory first step IMO to understand what should be changed and why.
I believe browser behavior adapt to environment/network so results might be complex and require peeking at source code.

This implies having a proper testing setup with identical videos of various sizes.

@kelson42 kelson42 unpinned this issue Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment