Hi,
I am developing a video addon and scraped the URL (http://www.espncricinfo.com/ci/content/v…66439.html) and found the video URL as below –
<video preload=”none” class=”vjs-tech” data-setup=”{ "language": "en" }” id=”vjs_video_3_html5_api” autoplay=”” src=”blob:http://www.espncricinfo.com/da8f20c1-b810-493d-ae89-427cc7af2d5e”></video>
The video source is “blob:http://www.espncricinfo.com/da8f20c1-b810-493d-ae89-427cc7af2d5e”. Any pointer on how to play this type of video will be really helpful.
Thanks in advance.