• 1 Post
  • 5 Comments
Joined 1 year ago
cake
Cake day: July 6th, 2023

help-circle


  • What about if you want to serve adaptive bitrate content (eg. 4k on a fast connection and 720p on a slower one). The best solution I’ve run across so far (posted in another comment) is encoding locally to MPEG-DASH and using dash.js from the browser to let people view the file.

    I guess this has some issues if users want to download it, but I’m really just looking for a quick way to view it in the browser.

    It also looks like MPEG-DASH isn’t supported by iPhones yet, but everyone else supports it (and MSE might be supported in iOS 17, rounding out browser support).