Closed xgw closed 6 years ago
I think Dash.js doesn't support any kind of HEVC. This maybe be confined to MediaSource, which doesn't support HEVC at present.
@fujunustc thanks
Codec support is browser/platform dependent. In some situations Edge/Safari support it.
@LloydW93 Thank you. I'll try some other browsers.
@xgw, as others pointed out, supporting or not HEVC it is up to the browser in which you are running dash.js. Dash.js uses Media Source Extensions API to build the media stream and is totally agnostic regarding the video/audio codecs used. In other words, Dash.js passes the "responsibility" of decoding video/audio buffers to the browser.
I am closing this issue because there is nothing we can do in dash.js regarding supporting H.265.
From Chrome 105+, MSE is available for HEVC, please see https://caniuse.com/#feat=hevc
I used the command line tool FFMPEG with libx265 or kvazaar or any other hevc encoder to encode a raw video. But I found that the console tells that Dash.js does not support hvt1. So I wanna ask that if Dash.js support any kind of HEVC? Thanks a lot!