Has anyone here that is excited about HTML5 video (and Flash being dead) ever written an enterprise video player? It's a total nightmare in HTML5. You have little control over playback and insight into video events. Meeting business requirements (that Flash fulfilled) with HTML5 video ranges from hard to not possible.
I'd recommend one of the open source players, like video.js[1]. Unless you are doing some really advanced things it should cover your needs. [1] http://videojs.com/
Flash-Free Video in 2016
151–160 of 203 posts
Re: Flash-Free Video in 2016
#152Earlier quoted context omitted.
Not only that, but the GPU exposure to HTML5 creates a massive stability and security risk. Flash failed not just because it was a browser plug-in, but also because it was terrible - Adobe no longer knew how to tame the beast they'd created and the result was terrible performance and bad user-experience. I'm sad a more sane platform for game/video content didn't win. The browser doesn't need to do everything . HTML5…
Disagree, Adobe's problem was they made it too easy to create crappy content which could give the browser bad performance. And by make it too easy to deploy that bad content to the web. Now that the majority of bad flash developers are gone, and it's being used less for ads and more for mobile, maybe it can make a come back.
Re: Flash-Free Video in 2016
#153It should be noted that the native browser decoders for h264 still produce worse color presentation than flash players. Also, the flash runtime's pseudo-streaming is faster than Chrome's http pseudo-streaming (it takes longer for the same h264 file to start playing back). I love HTML5 video, but there are still huge areas for improvement that show up frequently.
> native browser decoders for h264 still produce worse color presentation than flash players which browsers? Which platforms?
Re: Flash-Free Video in 2016
#154If they still serve video via Brightcove, seems like a big win for the Zencoder acquisition, which included the video.js player. I do see video.js in the source.
there's no Brightcove neither videojs, VHS was built from scratch and we have plans to open source it.
Re: Flash-Free Video in 2016
#155Re: Flash-Free Video in 2016
#156Earlier quoted context omitted.
What do you mean? There are extensions for blocking autoplay HTML5 media same as flash...
They don't work reliably (some things still autoplay), and sometimes they break the media entirely or don't discriminate between things you actually want to autoplay. For example, the one I currently have installed also blocks "gifv" files from autoplaying in the browser, even though there's no play button to click on. Every time I click on a reddit link that turns out to be a gifv file on imgur, it stays frozen on t…
Re: Flash-Free Video in 2016
#157Fantastic news and congrats to the NY Times team. Does anyone know, who at this point still continues to use Flash?
Re: Flash-Free Video in 2016
#158I was at a primarily Flash based company during the glory days of Flash and then through the transition to HTML5/JS. While I understand perfectly (and even support) why the shift happened (thanks Steve!), its still frustrating sometimes to know that now, years later we still aren't able to provide the quality of games that we were in Flash 3-4 years ago. We can do a lot, and things have come a ways, but right before…
I remember trying Flashes Unreal demo and though it ran it was barely playable.
Most of the games I've played in Flash could definitely be done in HTML5 using the 2D Canvas.
Re: Flash-Free Video in 2016
#159Earlier quoted context omitted.
Today playing a video more complex than just decode a .mp4 file: most broadcasters use Adaptive Bitrate streaming formats like HLS and MPEG-DASH, that add a lot of complexity: How do you get the qualities and languages list? how and when do you switch the video quality? etc In case of hls.js used by the NYT, you actually need to transmux the mpeg-ts content used in HLS into fMP4 to make it playable by the Media Sourc…
yea, the transmuxing is unfortunately buggy though. i had to recently switch my site back to flash because so many browsers have issues with it. it loads way faster though
Re: Flash-Free Video in 2016
#160It should be noted that the native browser decoders for h264 still produce worse color presentation than flash players. Also, the flash runtime's pseudo-streaming is faster than Chrome's http pseudo-streaming (it takes longer for the same h264 file to start playing back). I love HTML5 video, but there are still huge areas for improvement that show up frequently.