Closed
Bug 1005854
Opened 11 years ago
Closed 9 years ago
[Toolkit] Built-in media player cannot display seekbar for low resolution video (176x144)
Categories
(Toolkit :: Video/Audio Controls, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: whsu, Assigned: ethan)
References
Details
Attachments
(1 file)
(deleted),
image/png
|
Details |
* Description:
This problem happens on v2.0 build.
Built-in media player cannot display seekbar when plays video RTSP.
This problem doesn't happen on audio RTSP.
Attach the screenshot.(2014-05-05-18-43-52.png)
* Reproduction steps:
1. Connect to a hotspot
2. Launch the following page via browser
- http://goo.gl/FyHFNs
3. Tap the "Video test page (3GP)"
4. After FxOS launches the video to play RTSP stream, please seek the video RTSP.
* Expected result:
Built-in media player displays seekbar.
* Actual result:
No seekbar.
* Reproduction build: V2.0 (Buri)
- Gaia f55fc5c507312c7aac51ec9bb73061fd4ed5c5fb
- Gecko https://hg.mozilla.org/mozilla-central/rev/3285e030d9c0
- BuildID 20140504160202
- Version 32.0a1
Assignee | ||
Comment 1•11 years ago
|
||
This problem seems to exist when the resolution is too low.
(The resolution of this media: 176x144)
I will further clarify the root cause.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → ettseng
Reporter | ||
Updated•11 years ago
|
blocking-b2g: --- → 2.0?
Updated•11 years ago
|
Blocks: b2g-RTSP-2.0
Assignee | ||
Comment 2•11 years ago
|
||
I verified that HTTP streaming has the same problem.
If the video resolution (width/height) is too low, the seek bar would disappear.
William, you can try to link to the following media, which is also a 176x144 video.
http://10.247.24.86/han.3gp
I think once we resolved bug 1005861, this bug would not be a problem anymore.
Besides, as David Flanagan mentioned elsewhere (https://bugzilla.mozilla.org/show_bug.cgi?id=1005865#c2), this kind of problem might could be fixed by tweaking this file:
b2g/chrome/content/touchcontrols.css
At last, this is not a bug of RTSP component.
We should adjust it to the proper component, but I am not sure which one.
I found these candidates:
Firefox OS > Gaia::System::Browser Chrome
Firefox OS > Gaia;:Video
Core > Video/Audio
Howie, could you please help to coordinate to locate to the right component?
Flags: needinfo?(hochang)
Comment 3•11 years ago
|
||
Hi Hema, this one should be built-in media player's issue, could you re-assign the right person to solve it? thank you.
Assignee: ettseng → hkoka
Component: RTSP → Gaia::Video
Flags: needinfo?(hochang) → needinfo?(hkoka)
Comment 4•11 years ago
|
||
I see that the changes to media controls is maintained by the firefox OS frontend team (based on change history on the touchcontrols.css file). Moving this to Toolkit > Video/Audio Controls component for triage and fix. If I got the component wrong, please correct me.
Thanks
Hema
Assignee: hkoka → nobody
Component: Gaia::Video → Video/Audio Controls
Flags: needinfo?(hkoka)
Product: Firefox OS → Toolkit
Comment 5•11 years ago
|
||
We don't have much time for implementation here ( aprox ~1.5wk so to 2.0), this is definitely 2.0 blocker as i don't think we allow no seek bar function for RTSP video playback. who can work on this?
Flags: needinfo?(hochang)
Comment 6•11 years ago
|
||
Hi Mark, could you take a look and assign to the right person if this belongs to your team? If no, do you know who should in charge of this? Thanks!
Flags: needinfo?(hochang) → needinfo?(mark.finkle)
Updated•11 years ago
|
Flags: needinfo?(mark.finkle)
Priority: -- → P1
Comment 7•11 years ago
|
||
After clarification, found that this is only occur while low video resolution, and not happend when turning to full screen, thus i don't see this is critical now. Howie, per team discuss, please remove blocking 2.0. thanks!
Flags: needinfo?(hochang)
Reporter | ||
Comment 8•11 years ago
|
||
Modify the title because it belongs to toolkit component.
Summary: [RTSP][V2.0] Built-in media player cannot display seekbar when plays video RTSP → [Toolkit] Built-in media player cannot display seekbar when plays video RTSP
Updated•11 years ago
|
blocking-b2g: 2.0? → ---
Flags: needinfo?(hochang)
Priority: P1 → --
Assignee | ||
Comment 9•11 years ago
|
||
Edit the bug summary to make it precise.
Assignee: nobody → ettseng
Summary: [Toolkit] Built-in media player cannot display seekbar when plays video RTSP → [Toolkit] Built-in media player cannot display seekbar for low resolution video (176x144)
Assignee | ||
Comment 10•9 years ago
|
||
No one is actually working RTSP for FxOS for now.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•