Closed
Bug 1239969
Opened 9 years ago
Closed 7 years ago
[ogg file] Music app stops playing when called from an external app
Categories
(Firefox OS Graveyard :: Gaia::Music, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: tfeserver, Unassigned)
Details
(Keywords: foxfood)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0
Build ID: 20160114190120
Steps to reproduce:
Open an ogg file with the "new Activity()" to open the gaia music app:
var activity = new Activity({
name: 'open',
data: {
type: blob.type,
allowSave: false,
blob: blob,
title: item.name
}
});
Actual results:
The music starts playing well.
But when the phone goes iddle and the screen goes off, it stops playing the music.
Expected results:
The music should continue playing.
Actually when the music file is played directly from the music app (and not opened via a file manager), it doesn't stop.
Updated•9 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•9 years ago
|
||
I have the same problem on the Flame running the V5 Gonk with OTA 20160114150226
Comment 2•9 years ago
|
||
I've tested it using several different file managers and have got the same result - music stops playing after screen turns to sleep mode.
Sony Xperia Z3 Compact: 20151230201227
Updated•9 years ago
|
Flags: needinfo?(mozillamarcia.knous)
Comment 3•9 years ago
|
||
what more info do you need for this issue Marcia?
Comment 4•9 years ago
|
||
(In reply to Mihai Barbat from comment #3)
> what more info do you need for this issue Marcia?
Triage team believes this to be a dupe, we need to search for the dupe thus the needinfo on me.
Flags: needinfo?(mozillamarcia.knous)
Comment 5•9 years ago
|
||
FWIW, I wasn't able to reproduce this on the latest-nightly build on Aries. Reporter - which phone are you seeing this on - you are using a build that is only a day behind mine.
Flags: needinfo?(tfeserver)
Comment 6•9 years ago
|
||
Marcia, have you tested it using ogg file? Because this bug is related especially to ogg.
Comment 7•9 years ago
|
||
(In reply to Marcia Knous [:marcia - use ni] from comment #5)
> FWIW, I wasn't able to reproduce this on the latest-nightly build on Aries.
> Reporter - which phone are you seeing this on - you are using a build that
> is only a day behind mine.
Marcia to reproduce this you need to listen to an OGG file and also you need to start listening to it from a file manager app. We tried with File Manager, Tfe Drive...all of them have the same behaviour. The ogg stops playing once the screen is turned off.
This doesn't happen when you start the OGG from the default music app. You must use a file manager.
Comment 8•9 years ago
|
||
Updating summary to reflect is is ogg file related.
Summary: Music app stops playing when called from an external app → [ogg file] Music app stops playing when called from an external app
Updated•9 years ago
|
Component: General → Gaia::Music
B2G project canceled
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(tfeserver)
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•