Live data from Hacker News

Flash-Free Video in 2016

open.blogs.nytimes.com

91–100 of 203 posts

Re: Flash-Free Video in 2016

#91
post #48

Let's see when Facebook converts. For some reason they love to serve Flash based SOLELY on user agent. So you have a chrome fork without flash? Here, watch this flash. Oh, and this gif is now flash as well. I can't quite figure out why.. but I would vote for incompetence. Can't see any business motivation for doing that.

Yes, Facebook, full of incompetent engineers. I'll never understand why HN is so desperate to believe something that clearly isn't true.

Because the alternative is some kind of conspiracy theory.

https://en.wikipedia.org/wiki/Hanlon's_razor

Re: Flash-Free Video in 2016

#93
post #6

So, basically Flash lives on because advertisers are still looking for a way to track us without our permission. Gee thanks.

They don't need Flash to track us. Google does it just fine without it.

The difference is whether or not you can detect it effectively.

Re: Flash-Free Video in 2016

#95

Earlier quoted context omitted.

Indeed. Frustrates the HELL out of me even more because all their videos are available in web-friendly MP4 for the mobile services and you can get to them if you spoof the user agent. I wish they would just let me toggle a "beta" feature or something.

I'm 99% sure they introduced a non-flash service in beta recently. Edit: Yeah, you can opt-in with a button on the right column here: http://www.bbc.co.uk/html5

Yes I was aware of the iPlayer HTML5 opt-in which is what I was hoping to see for the rest of the site. Given that they have all the content in HTML5-friendly video anyway it shouldn't be all that painful.

Re: Flash-Free Video in 2016

#97
It 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.

Re: Flash-Free Video in 2016

#98
post #23

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.

Is there any technical or legal reason why it's not as easy to handle playing video as it is to show an image, from a site developer point of view? Why can't the browser do it natively? Why does it have to be handled via JavaScript and whatever else?

Re: Flash-Free Video in 2016

#99
post #80
post #73

Earlier quoted context omitted.

I have autoplay disabled in FF. The trick in Youtube is to double click the play button the first time. After that all works normally. (For some reason double clicking the video area doesn't produce the same result.)

It doesn't quite work "normally," the play/pause button state is backwards, but yeah, it works good enough.

Ha, it may very well be, I never noticed.

I find a general difficulty with processing the meaning of "modal" buttons. If it's showing the "Pause" symbol, does it mean it's paused now, or that it will pause when I click it? I had the same problem with the stupid slider buttons that have become fashionable to use in place of checkboxes.

Re: Flash-Free Video in 2016

#100

Earlier quoted context omitted.

> You have little control over playback This sounds user-friendly. > insight into video events If "insight" means "tracking", this sounds very user-friendly.

> If "insight" means "tracking", this sounds very user-friendly. What about a slideshow which has a video of the speaker, and changes the slides for particular timestamps. At the moment you'll have to detect the playback event and just hope that the video is playing back at the "correct" speed, and change the slides based on a JavaScript clock. While that works most of the time, it isn't what I'd describe as reliable…

Or you can have a javascript loop check the video's current time.
Post reply on HN