Skip to content

mp4 video failed on only Safari browse #411

Description

@ebijun

mp4 file can play on osf.io, But playing mp4 video failed on only Safari browser.

I've seen the issues. and the problem still remains the same?

Safari needs "HTTP Range Request" on large file transfer. (RFC7233)
If the server can't reply HTTP Range Request,Safari can't read the requested file.

Request:
Range: bytes=0-1 
              ===============>
                                                        206 Partial Content returns,
                                                        and should return mp4 first 1byte,
                                                         but Waterbutler returns 2bytes and failed.
              <===============

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions