Add a URL Seeker that uses HTTP Range headers as appropriate to handle the seeking.
Possible approaches:
Considerations:
- What to do if the remote server doesn't support Range?
- If the file is small enough, just retrieve all of it? Let the user configure this via config/constructor?
Add a URL Seeker that uses HTTP Range headers as appropriate to handle the seeking.
Possible approaches:
fopen()call: https://www.php.net/manual/en/function.stream-context-create.phpConsiderations: