Closed Bug 857510 Opened 12 years ago Closed 12 years ago

[Buri][Shira-REQ-MTR-25419][HTML5]Video tag can't play on html5.

Categories

(Core :: Audio/Video, defect, P1)

ARM
Gonk (Firefox OS)
defect

Tracking

()

RESOLVED INVALID
blocking-b2g -
Tracking Status
b2g18 + affected

People

(Reporter: sync-1, Unassigned)

References

Details

(Whiteboard: [tef-triage])

+++ This bug was initially created as a clone of Bug #433899 +++
 
 AU_LINUX_GECKO_ICS_STRAWBERRY_V1.01.00.01.19.055
 Firefox os  v1.0.1
 Mozilla build ID: 20130327153857
 
 DEFECT DESCRIPTION:
 [HTML5]Video tag can't play on html5.
 
  REPRODUCING PROCEDURES:
 
 1. Go to the link http://www.ftgroup-devices.com/index_php.php
 2. Select "Browsing WAP TP v2.9"
 3. Enter login "181005" and password "905344"
 4. Select "Browsing - HTML5 - CSS3"
 5. Select "Browsing - HTML5"
 6. Select "Video", the Codecs, Fallback, auto&loop,Advanced test are can't test, videos are can't play->K.O
 
 PS:From the MTR table, it's complies.
 
  EXPECTED BEHAVIOUR:
 The video should support and play normally.
 
  ASSOCIATE SPECIFICATION:
 
  TEST PLAN REFERENCE:
 
  TOOLS AND PLATFORMS USED:
 
  USER IMPACT:
 
  REPRODUCING RATE:
 
  For FT PR, Please list reference mobile's behavior:
 
 ++++++++++ end of initial bug #433899 description ++++++++++
 
 
 
 CONTACT INFO (Name,Phone number):
 
  DEFECT DESCRIPTION:
 
  REPRODUCING PROCEDURES:
 
  EXPECTED BEHAVIOUR:
 
  ASSOCIATE SPECIFICATION:
 
  TEST PLAN REFERENCE:
 
  TOOLS AND PLATFORMS USED:
 
  USER IMPACT:
 
  REPRODUCING RATE:
 
  For FT PR, Please list reference mobile's behavior:
blocking-b2g: --- → tef?
This test page doesn't seem to work on Firefox Nightly on desktop either.
See Also: → 854823
A general comment to sync-1@bugzilla.tld about filing bugs.

It would be great if you could put strings like "[Buri][Shira-REQ-MTR-25419][HTML5]" in the whiteboard field instead of the bug title. These kinds of prefixes make bug titles difficult to read for those of us who don't know what this means :)

Thanks
The videos on this site are being served with an incorrect MIME type which is why they are not playing. For example:

http://browsing.ftgroup-devices.com/Browsing_WAP_TP_v2_9/HTML5/video/trailer.webm

That is served as "text/plain". It needs to be "video/webm".
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
blocking-b2g: tef? → ---
(In reply to comment #3)
 > Comment from Mozilla:The videos on this site are being served with an incorrect
 > MIME type which is why they are not playing. For example:
 > 
 > http://browsing.ftgroup-devices.com/Browsing_WAP_TP_v2_9/HTML5/video/trailer.webm
 > 
 > That is served as "text/plain". It needs to be "video/webm".
 > 
 
 The video on http://browsing.ftgroup-devices.com/Browsing_WAP_TP_v2_9/HTML5/video/trailer.webm could play both on firefox of PC and other Android phone. It should be a b2g issue.
(In reply to sync-1 from comment #4)
>  The video on
> http://browsing.ftgroup-devices.com/Browsing_WAP_TP_v2_9/HTML5/video/trailer.
> webm could play both on firefox of PC and other Android phone. It should be
> a b2g issue.

It does not play on Desktop firefox for me. It gives me the error "video format or mime type is not supported" which is correct.
(In reply to Chris Double (:doublec) from comment #5)
> (In reply to sync-1 from comment #4)
> >  The video on
> > http://browsing.ftgroup-devices.com/Browsing_WAP_TP_v2_9/HTML5/video/trailer.
> > webm could play both on firefox of PC and other Android phone. It should be
> > a b2g issue.
> 
> It does not play on Desktop firefox for me. It gives me the error "video
> format or mime type is not supported" which is correct.

We will provide video that shows it works on firefox desktop version.

> Daniel Coloma:dcoloma 2013-04-09 12:53:34 PDT
> blocking-b2g: tef? → ---

please keep as tef?, or please add comments for the flag change.

thanks
Status: RESOLVED → REOPENED
blocking-b2g: --- → tef?
Resolution: INVALID → ---
any update on the video that's working on firefox desktop? thanks
Flags: needinfo?(chengan.xiong)
Whiteboard: [tef-triage]
Until someone provides video we'll put this as tracking, not a blocker nomination.
blocking-b2g: tef? → -
tracking-b2g18: --- → +
So I see what the point of confusion is on this bug.

* Play in the browser - http://browsing.ftgroup-devices.com/Browsing_WAP_TP_v2_9/HTML5/video/trailer
* Will not play in browser - http://browsing.ftgroup-devices.com/Browsing_WAP_TP_v2_9/HTML5/video/trailer.webm

Both cases above however work in Chrome though.
Component: Gaia::Browser → Video/Audio
Flags: needinfo?(chengan.xiong)
Product: Boot2Gecko → Core
Version: unspecified → Trunk
(In reply to Jason Smith [:jsmith] from comment #9)
> * Play in the browser -
> http://browsing.ftgroup-devices.com/Browsing_WAP_TP_v2_9/HTML5/video/trailer

This is served with the video/mp4 mime type which is why it plays in a desktop Firefox that supports H.264.

> * Will not play in browser -
> http://browsing.ftgroup-devices.com/Browsing_WAP_TP_v2_9/HTML5/video/trailer.
> webm

his is served with text/plain, we don't sniff or play text/plain by design. It either needs to be served as video/webm or application/octet-stream. That latter results in sniffing.
Status: REOPENED → UNCONFIRMED
Ever confirmed: false
Sorry, didn't mean to change the status, but now I can't change it back.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Okay. Given this is expected behavior, then I'll close this as invalid.

Do we know why Chrome happens to be allowing both cases however?
Status: NEW → RESOLVED
Closed: 12 years ago12 years ago
Resolution: --- → INVALID
(In reply to Jason Smith [:jsmith] from comment #12)
> Do we know why Chrome happens to be allowing both cases however?

IIRC they were ignoring the mime type and sniffing all content.
You need to log in before you can comment on or make changes to this bug.