I was looking at VideoJS to test out their video player and noticed from the demo video page https://videojs.com/forest, their source video URL is a blob URL.
I recalled seeing the exact format for this blob src URL from several different video sites in the recent past, and would like to learn more about what type of backend they're using. The demo seems to stream TS files, so they could be using HLS to serve up the VOD with NginX or some sort.PHP Code:
<video class="vjs-tech" playsinline="playsinline" id="vjs_video_3_html5_api" tabindex="-1" src="blob:https://videojs.com/e3625799-8531-49db-8864-dff2c1a6bad4"></video>
I've ever only see mp4 files being serve directly as video src before, but never this blob format. Does anyone know where I can get more info on this?
Thanks.
+ Reply to Thread
Results 1 to 3 of 3
Similar Threads
-
Merging url video and url audio
By lafamar in forum Video Streaming DownloadingReplies: 7Last Post: 9th Apr 2020, 03:52 -
Need to grab a url from a website using Flowplayer
By Damione in forum Newbie / General discussionsReplies: 3Last Post: 15th Jan 2019, 10:19 -
How to download this Blob?
By mothernerd in forum Newbie / General discussionsReplies: 1Last Post: 29th Oct 2018, 07:02 -
How to get playable url to vlc? See the url (uplync)
By bloodhod in forum Video Streaming DownloadingReplies: 3Last Post: 5th Jul 2016, 04:13 -
Windows 7 video player that can save URL videos with applied video effects?
By coolvibe in forum Newbie / General discussionsReplies: 7Last Post: 13th Jun 2016, 16:52