yanwsh / videojs-panorama

a plugin for videojs run a full 360 degree panorama video.
http://yanwsh.github.io/videojs-panorama/
Other
485 stars 160 forks source link

How to use video of type BLOB (made with createObjectURL) ? #34

Open tonual opened 7 years ago

tonual commented 7 years ago

videojs question reference: http://stackoverflow.com/questions/27890088/video-js-play-a-blob-local-file-the-client-created-with-createobjecturl

james4388 commented 6 years ago

$video.src({type: 'video/mp4', 'src': URL.createObjectURL(...)};