Tag Archives: video

ERROR:HLSError – Cannot load M3U8: crossdomain access denied:Error #2048

 

ERROR:HLSError(code/url/msg)=1/http://www.domain.com/tutorials/laravel_facade/hls.m3u8/Cannot load M3U8: crossdomain access denied:Error #2048 VM1749:1 INFO:HLSNetStream:close

This is my crossdomain.xml example…

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
    <allow-access-from domain="*" secure="false" />
    <allow-http-request-headers-from domain="*" headers="*" secure="false"/>
</cross-domain-policy>

pornzrus – HTML5 Video Player like YouTube in jQuery plugin

Well, as you might know porn industry is sometimes associated to HUGE revolutions on media…

On the search for articles about HTML5 responsive video players I’v found this free video player from pornzrus.com.
This is a 100% copy past from their article.

Continue reading pornzrus – HTML5 Video Player like YouTube in jQuery plugin

VideoJS – full width

So,

I’m deploying a VideoJS on a website since HTML5 player player doesn’t has sound control…. I want the player to have 100% of the div’s width…. any normal attempt – css, inline css blablabla didn’t worked….
From several solutions that I’v found on the interwebs 🙂 this was the one that worked out… THIS ONE! –> http://jsfiddle.net/alexbell/Zs5WB/

It was posted on VideoJS – Auto height based on aspect ratio #771  by baloneysandwiches.
On his post there’s a reference for a 2009 article on A List Apart – Creating Intrinsic Ratios for Video.