Search code examples
javascriptbrowserhtml5-videohttp-live-streaming

What makes video tag "save video as" in context menu disabled


When I use e.g. hls.js or video.js with HLS extension

http://www.mediaelementjs.com/

https://video-dev.github.io/hls.js/demo/

"save video as" item in context menu is disabled. I'd like to know why? Since JS loaded BLOB put to src of video element doesn't disable the "save video as" item.


Solution

  • Seems it's due use of media source extension (MSE) e.g.:

    https://html5-demos.appspot.com/static/media-source.html