Forum Discussion
aliofwind
Jan 20, 2021Brass Contributor
HEVC video decoding broken with B-frames
When Edge Chromium playing HEVC video, sometimes video will be similar to stuttering but audio is normal. To find out the cause of the problem, I test to playback many HEVC video, include videos ...
HotCakeX
MVP
Good info,
also since Edge supports both .mp4 and x265, why does my browser download the file instead of playing it right in the browser when I paste that link in the address bar?
also since Edge supports both .mp4 and x265, why does my browser download the file instead of playing it right in the browser when I paste that link in the address bar?
GrandDynamo
Jan 24, 2021Brass Contributor
The reason it starts to download the file instead of playing it in the browser, is because the response header "Content-Disposition:" has the value "attachment". The browser sees that and it starts to download it.
Another interesting thing I found, is that for some reason when I click on my BigBunny video on this page it starts playing the video without issues.
Edit: I think the reason it plays fine here is because of shakaplayer. But I am not sure on that one.
- HotCakeXJan 24, 2021MVPThank you 🙂
- GrandDynamoJan 24, 2021Brass Contributorthe value is "inline" https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition : )
- HotCakeXJan 24, 2021MVPThanks that was useful!
what's the correct value of content-disposition in order to be played in the browser?