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

mime types: application/x-mpegurl, video/mp2t #7334

Closed
cyberduck opened this issue Jul 5, 2013 · 10 comments
Closed

mime types: application/x-mpegurl, video/mp2t #7334

cyberduck opened this issue Jul 5, 2013 · 10 comments
Assignees
Labels
bug fixed s3 AWS S3 Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

a304470 created the issue

afaics there's (yet) no way of setting the mime-types via preferences.

  • *.m3u8 hls playlists automatically are set to application/apple.vnd.mpegurl - they should be set to application/x-mpegurl, not only for non-Apple platforms, but also for consistency with JavaScript feature detection. Even iOS browsers and Mac OS desktop Safari report that they can play ("maybe") application/x-mpegurl, but not application/apple.vnd.mpegurl
  • It would be nice if the stream fragments - *.ts - are recognized, and correctly as video/mp2t
@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [7334 blacktrash]:

afaics there's (yet) no way of setting the mime-types via preferences.

  • *.m3u8 hls playlists automatically are set to application/apple.vnd.mpegurl

It is currently set to application/vnd.apple.mpegurl.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [7334 blacktrash]:

  • It would be nice if the stream fragments - *.ts - are recognized, and correctly as video/mp2t

In 7d11a76.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Some documentation found.

the recommended configuration is typically limited to specifying MIME-type associations for .M3U8 files and .ts files as shown in X Table 1:

  • .M3U8 application/x-mpegURL or vnd.apple.mpegURL
  • .ts video/MP2T

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 68e4d74.

@cyberduck
Copy link
Collaborator Author

a304470 commented

Replying to [comment:5 dkocher]:

Some documentation found.

Sorry about the mistake regarding application/vnd.apple.mpegurl - I still think that the non-proprietary type is better though (Android, Roku etc.).

@cyberduck
Copy link
Collaborator Author

a304470 commented

Replying to [comment:6 dkocher]:

In 68e4d74.

In the snapshot of today:

  1. cannot edit metadata (greyed out)

  2. both m3u8 and ts are set to application/octet-stream - that was the case with the previous snapshot as well (yes, also m3u8)

  3. unrelated: after creating a new folder and opening it, the current folder is listed within itself

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:8 blacktrash]:

Replying to [comment:6 dkocher]:

In 68e4d74.

In the snapshot of today:

  1. cannot edit metadata (greyed out)

  2. both m3u8 and ts are set to application/octet-stream - that was the case with the previous snapshot as well (yes, also m3u8)

  3. unrelated: after creating a new folder and opening it, the current folder is listed within itself

Thanks for testing. Snapshot builds are currently a rocky terrain due to heavy refactoring. We will add tests for all these issues.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 29d09ea.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:8 blacktrash]:

Replying to [comment:6 dkocher]:

In 68e4d74.

In the snapshot of today:

  1. cannot edit metadata (greyed out)

Fixed in 7824778.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:8 blacktrash]:

  1. unrelated: after creating a new folder and opening it, the current folder is listed within itself

Fix and test in 18bde3e.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed s3 AWS S3 Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants