Closed
Bug 1176768
Opened 10 years ago
Closed 9 years ago
Video on the Rai website doesn't work in Firefox
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: marco, Unassigned)
Details
(Whiteboard: [country-it][notcontactready])
http://www.ray.rai.it/dl/ray/media/Un-chimico-in-famiglia-37bb061d-f424-4600-98f0-1a517c767122.html works in Chrome, doesn't work in Firefox.
Rai is the national public (and largest) Italian TV network, so its website is probably used by a lot of people.
(I've tested this on a Nexus 5 with Android 5.1.1)
Reporter | ||
Comment 1•10 years ago
|
||
The video works in Firefox desktop on Linux.
Comment 2•10 years ago
|
||
Looks to break using a Firefox for Android user agent on desktop. Thus has a webcompat component. Mike do you have a moment to look at this? Took a quick look at the the source but could not determine the Video player.
Flags: needinfo?(miket)
Comment 3•10 years ago
|
||
Hey Kevin,
Yep, in the console I see:
> HTTP "Content-Type" of "application/vnd.apple.mpegurl" is not supported. Load of media resource http://uspushmp4-vh.akamaihd.net/i/VOD/Rai/Ray/Ray_EP_Generico_NEW/4076043_,250,400,700,.mp4.csmil/master.m3u8?auth=daEdyandtd5avaabEa8aDcSbtdNcAaMbxas-bvIElX-c0-EjuxAHu&aifp=V001 failed.
In their media.js I see they're using m3u8/HLS. But there's also mention of a h264/mp4 stream that might work.
See also this inline script:
<script type="text/javascript">
MediaItem.type = 'WMV';
var videoURL = "//mediapolisvod.rai.it/relinker/relinkerServlet.htm?cont=S0LJpsmfhEkeeqqEEqual";
var videoURL_MP4 = "//mediapolisvod.rai.it/relinker/relinkerServlet.htm?cont=S0LJpsmfhEkeeqqEEqual";
var videoURL_M3U8 = "//mediapolisvod.rai.it/relinker/relinkerServlet.htm?cont=S0LJpsmfhEkeeqqEEqual";
var videoTitolo="Un chimico in famiglia";
var isUgc = false;
var subtitle = '';
var videoFormat = '43';
var estensioneVideo = 'mp4';
var codificaVideo = '';
</script>
Component: Audio/Video → Mobile
Product: Firefox for Android → Tech Evangelism
Whiteboard: [needsdiagnosis]
Updated•10 years ago
|
Assignee: nobody → miket
Comment 4•10 years ago
|
||
Unassigning since we should just support HLS at some point and this will just work™. But if someone who speaks Italian wants to try to talk to the website about their mp4 stream... :thumbsup:
Assignee: miket → nobody
Reporter | ||
Comment 5•10 years ago
|
||
I could send them an email, but I guess it'll just get ignored.
Reporter | ||
Comment 6•9 years ago
|
||
Per bug 577084 comment 27, we're not going to support HLS.
Flags: needinfo?(miket)
Comment 7•9 years ago
|
||
I think it would be very bad for us to not support HLS on Android -- "video doesn't work" is a very good reason to switch browsers.
That said, bug 577084 comment 29 mentions Android specifically. So not much has changed (the video works in desktop). :/
Flags: needinfo?(miket) → needinfo?(mcastelluccio)
Reporter | ||
Comment 9•9 years ago
|
||
I agree, I commented when I read bug 577084 comment 27 but before bug 577084 comment 29 was posted.
Comment 10•9 years ago
|
||
Hopefully the work in Bug 1286133 will make this work finally...
Whiteboard: [needsdiagnosis] → [country-it][notcontactready]
Reporter | ||
Comment 11•9 years ago
|
||
Looks like they're now using a different player (http://mediaelementjs.com/) and it's working in Firefox Beta as well.
Status: NEW → RESOLVED
Closed: 9 years ago
No longer depends on: m3u8video
Resolution: --- → WORKSFORME
Assignee | ||
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
Assignee | ||
Updated•1 years ago
|
Component: Mobile → Site Reports
You need to log in
before you can comment on or make changes to this bug.
Description
•