Skip to content

Reproduction case for video.js 7.2.1+ blob url playback issue

Notifications You must be signed in to change notification settings

flipace/video.js-7.2.1-blob-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

video.js v7.2.1 blob url issue reproduction

this repo offers a simple reproduction case for an issue with blob url compatibility which was introduced with video.js v7.2.1

usage

clone repo, spin up a little webserver (eg python -m SimpleHTTPServer) and check index-7.2.0.html (works) and index-7.2.1.html (doesn't work).

what happens is that videojs never sets its source cache correctly when a blob url is being passed as src and therefor it thinks that the sources are not ready (or sth like that...)

this was introduced with this PR: videojs/video.js#5371

About

Reproduction case for video.js 7.2.1+ blob url playback issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages