Closed
Bug 1350842
Opened 6 years ago
Closed 5 years ago
Remove codes which are related with using external video player to play unsupported type media
Categories
(Core :: Audio/Video: Playback, enhancement, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1479270
People
(Reporter: alwu, Unassigned)
References
Details
(Whiteboard: [webcompat])
Attachments
(4 files)
Since now we don't support playing HLS with Gecko, we use the external video player, which is created by Android view, to play this kinds of files. We should remove the related codes [1] after finishing native support. [1] Eg. https://goo.gl/Q4Hi3K
Updated•6 years ago
|
Priority: -- → P3
Comment 2•6 years ago
|
||
Hi Alastor, is it correct that we can fix this bug once Bug 1365505 is resolved? Thanks.
Flags: needinfo?(alwu)
Updated•6 years ago
|
Whiteboard: [webcompat]
Reporter | ||
Comment 3•6 years ago
|
||
Yes, we should remove the workaround after using our native solution as default option (pref-on).
Flags: needinfo?(alwu)
Reporter | ||
Comment 4•6 years ago
|
||
Hi, handsome James, Do you have interest in taking this bug? Feel free to remove the NI if you don't have interest. Thanks!
Flags: needinfo?(jacheng)
Comment 5•6 years ago
|
||
Hi most handsome Alastor, Please ni your manager first since they have some discussion whether they want to keep this workaround feature not only for HLS. IMO, I want to leave this feature. Thanks.
Flags: needinfo?(jacheng)
Comment 7•6 years ago
|
||
Most handsome Alastor and James (listed in alphabetical order), You are both funny and handsome. :-) To have a consistent user experience, it would be good to remove those codes. Let me know if you see any reasons that we should keep it.
Flags: needinfo?(bwu)
Comment 8•6 years ago
|
||
Intuitively, if I were user, I cannot play the video and I will try using Chrome and it usually works. I will remove my Firefox permanently since Chrome is more comprehensive and I have no reason to use Firefox at all.
Comment 9•6 years ago
|
||
Which format/link Firefox can not play it and Chrome can play?
Reporter | ||
Comment 10•6 years ago
|
||
(In reply to James Cheng[:JamesCheng] from comment #8) > Intuitively, if I were user, I cannot play the video and I will try using > Chrome and it usually works. > > I will remove my Firefox permanently since Chrome is more comprehensive and > I have no reason to use Firefox at all. It's based on the way we use to play video is robust, but now that mechanism is just a mess. I would prefer to remove it, or using other external player to play it (if any).
Reporter | ||
Comment 11•6 years ago
|
||
I could list lots of disadvantage of present external video player, (1) break the error handling (bug1382298) - we make the exception not to throw error when playing the unsupported type media (2) doesn't request the Android's audio focus - it would interfere other app, causing two different app playing at the same time (3) doesn't request firefox's internal audio focus - it would cause two different audio playing at the same time (4) doesn't provide the media control interface - user couldn't easily control the video via system notification bar --- But now I can't trigger our external video player on Firefox release 54, I guess it might have been broken at some time but we didn't noticed that. Test website : http://mb.ntd.tv/2017/06/12/strong-quake-shakes-turkey-and-greek-islands/
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Reporter | ||
Updated•6 years ago
|
Assignee: nobody → alwu
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Reporter | ||
Comment 20•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=3a77cf27675107582cf6eb749bb53356faa6a74a
Comment 21•6 years ago
|
||
We may need to keep it alive for a while due to bug 1389990. Let's wait for the conclusion in that bug.
Reporter | ||
Comment 22•6 years ago
|
||
(In reply to Blake Wu [:bwu][:blakewu] from comment #21) > We may need to keep it alive for a while due to bug 1389990. Let's wait for > the conclusion in that bug. OK, let's wait for it.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Reporter | ||
Comment 27•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=42e7e133782707c74f58e19668d9f8f5a10a19bd&selectedJob=123227629
Reporter | ||
Updated•5 years ago
|
Assignee: alastor0325 → nobody
Reporter | ||
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•