Simple question: why is the <video> HTML tag not good enough? #756
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
|
Thanks for your honesty @heff ✌️ First, some context ... Why am I questioning this? Some history: Yeah, I remember, Video.js from 2010. I think it gave Macromedia's Dreamweaver the final blow, lol Videomail was set up in 2013 and at that time there was no MediaRecorder, so Videomail is streaming image frames from the getUserMedia API over WebSocket to our server where the final video is encoded on FFmpeg before sending out that email. Mad science, but worked very well so far. Due to Videomail's popularity, we're refactoring a lot. I'm researching various libraries for reuse, so that's why. Back to topic ...
Ah, perhaps you want to highlight that main goal in your README? Because it leaves the impression that the HTML video tag isn't good enough, hence my initial question. Because I feel, we often over-engineer too much ...
I don't know and haven't researched nor studied the W3C papers about that yet. Or users can pick their preferences, choose their preferred browser, instead of enforcing one appearance? I don't know. It's an interesting topic :) All good. If you would like, I can raise a small PR to tweak your README to clarify the above? |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Browsers and W3C have already invested a lot in the
<video>HTML tag. It works very well.Also, it comes with plenty of attributes to customise.
Skins can be customised with CSS, for example.
So, why the need for videojs, if I may ask here?
Beta Was this translation helpful? Give feedback.
All reactions