Comment on Show HN: Strimpack – roll your own livestreaming portal, chat, subs, and forumparentComments−madeofpalk8yDoes Safari support DASH yet? Or, does Chrome support HLS?−Sir_Cmpwn8yDash.js polyfills it in for unsupported browsers and it works fine, I suggest just using that and not worrying about it.−melito8ySafari doesn't support DASH and probably will not.Chrome does not support HLS.DASH isn't plug and play. It's an XML representation describing how to ingest media streams using something like Media Source Extensions.There are a lot of players out there that will do this heavy lifting for you.
Comments
Does Safari support DASH yet? Or, does Chrome support HLS?
Dash.js polyfills it in for unsupported browsers and it works fine, I suggest just using that and not worrying about it.
Safari doesn't support DASH and probably will not.
Chrome does not support HLS.
DASH isn't plug and play. It's an XML representation describing how to ingest media streams using something like Media Source Extensions.
There are a lot of players out there that will do this heavy lifting for you.