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

Chromeでquicktimeコンテナの(H.264+AAC)の動画が再生できない #7894

Closed
mei23 opened this issue Oct 21, 2021 · 0 comments
Closed
Assignees
Labels
⚠️bug? This might be a bug ✨Feature This adds/improves/enhances a feature packages/frontend Client side specific issue/PR

Comments

@mei23
Copy link
Contributor

mei23 commented Oct 21, 2021

💡 Summary

Chromeでquicktimeコンテナの(H.264+AAC)の動画が再生できない。
quicktimeサポートしてないからそれはそうなんだけど
Firefoxでは再生できたり、Chromeでもタグの書き方次第で再生出来ちゃうみたい。

再生できない

<video>
<source src="~.MOV" type="video/quicktime">
</video>

再生できる

<video>
<source src="~.MOV">
</video>

再生できる

<video src="~.MOV"></video>

おそらくこれ、MIME typeチェックを迂回しちゃえば再生できちゃうHACK的なものでどこのバグでもない。

🙂 Expected Behavior

結果的に「再生できない」で正しくはある

☹️ Actual Behavior

再生できない

📝 Steps to Reproduce

  1. quicktimeコンテナの(H.264+AAC)動画をアップロードして投稿する。
  2. Chromeで再生を試みる。

📌 Environment

Windows 10 のデスクトップ版Chrome

@mei23 mei23 added ✨Feature This adds/improves/enhances a feature packages/frontend Client side specific issue/PR ⚠️bug? This might be a bug labels Oct 21, 2021
@tamaina tamaina self-assigned this Oct 25, 2021
@tamaina tamaina closed this as completed in b465bcd Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️bug? This might be a bug ✨Feature This adds/improves/enhances a feature packages/frontend Client side specific issue/PR
Projects
None yet
Development

No branches or pull requests

2 participants