
Streaming without Flash
What is the state of the art for streaming without flash? I am targeting all popular browser versions n-1 and popular Operating Systems, which, unfortunately, includes IE11 and Edge on Windows 7 (which is not n-1 but too popular for me to ignore).
Looking at the Streaming Protocols matrix at https://support.jwplayer.com/customer/portal/articles/1403635-media-format-reference it would appear that DASH via HTML5 would work everywhere except Safari, iOS, and Android and that those three exceptions support HLS via HTML5. Therefore, I should be out of the Flash business and all HTML5 if I use HLS V3 for those three and DASH everywhere else.
I tried that but DASH isn't supported by IE on Windows 7. See https://msdn.microsoft.com/en-us/library/dn594470(v=vs.85).aspx
I thought maybe the hlshtml option would be useful but the Streaming Protocols matrix (if correct) would indicate that both IE and Firefox would still need Flash for HLS. It seems that hlshtml really only helps on Chrome. Is that correct?
If so, am I stuck with Flash, at least for IE11 or Edge on Windows 7?