Web (to change)
Video streaming
HTML5 introduced possibility to link video using <video>
tag
This video tag also provides various APIs to e.g. play, pause, seek or change the speed at which the video plays. Those APIs are directly accessible through JavaScript:
The Media Source Extensions
The “Media Source Extensions” (more often shortened to just “MSE”) is a specification from the W3C that most browsers implement today. It was created to allow those complex media use cases directly with HTML and JavaScript.
Last updated
Was this helpful?