** Changed in: media-hub (Ubuntu RTM)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365497
Title:
Inform user when a video format is not supported
To m
we were tracking the dupe
** Also affects: canonical-devices-system-image
Importance: Undecided
Status: New
** Changed in: canonical-devices-system-image
Importance: Undecided => High
** Changed in: canonical-devices-system-image
Status: New => Fix Released
** Changed in: ca
** Project changed: media-hub => ubuntu
** Package changed: ubuntu => media-hub (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365497
Title:
Inform user when a video format is not supporte
** Changed in: media-hub
Status: In Progress => Fix Released
** Also affects: media-hub (Ubuntu RTM)
Importance: Undecided
Status: New
** Changed in: media-hub (Ubuntu RTM)
Status: New => Fix Committed
** Changed in: media-hub (Ubuntu RTM)
Assignee: (unassigned) => J
** Changed in: media-hub
Status: Triaged => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365497
Title:
Inform user when a video format is not supported
To manage notifications
** Changed in: mediaplayer-app (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365497
Title:
Inform user when a video format is not supported
To m
** Changed in: mediaplayer-app
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365497
Title:
Inform user when a video format is not supported
To manage not
This bug was fixed in the package mediaplayer-app -
0.20.5+14.10.20141002-0ubuntu1
---
mediaplayer-app (0.20.5+14.10.20141002-0ubuntu1) 14.09; urgency=low
[ Akiva Avraham ]
* upgrade: import Ubuntu.Components 1.1 import Ubuntu.Components.
1.0 except: import Ubuntu.Componen
** Changed in: media-hub
Status: New => Triaged
** Tags removed: rtm14 touch-2014-09-25
** Tags added: ota-1 touch-2014-10-23
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365497
Title:
Inf
@Bill: yes I agree and there is a proper solution to this, I was just
trying to give you and Renato an idea of what could be a stop-gap
measure until I get the higher priority bugs out of the way. So my
question is, do you need/want a temporary solution or can you wait until
I tackle the other two
@Jim
it would be good to do the check at a low level like you suggest, either
qtubuntu-media or media-hub as many different apps could request playing media
of unsupported types, so checking that at the service level makes sense. Would
be good for media-hub to not crash either but I guess that w
@Renato: Thanks for the links, that'll be useful for a proper
implementation. However, as I noted above, there is nothing underneath
in the backend that will properly raise the error signal. In the
meantime, I think we could do a simple implementation in qtubuntu-media
based on the file extension t
@Jim
Well I am expecting that the QMediaPlayer object reports back an Error using
the signal "error"[1];
This is how the application can detect if there is an error or not.
Works very well on desktop with gstreamer (I tested it).
There is a enum[2] used to identify which error was. And one of t
@Renato: yeah media-hub will have completely undefined behavior for
unsupported formats right now as there is nothing in place to gracefully
handle them and report an error. I'm not quite sure what you were
expecting?
--
You received this bug notification because you are a member of Ubuntu
Bugs,
@Jim
Looks like media-hub is crashing and not reporting the correct error to
the app. If you want I can send you the file that I am using to test.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365497
** Changed in: mediaplayer-app
Status: Triaged => In Progress
** Changed in: mediaplayer-app (Ubuntu)
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/13654
** Tags removed: qa-manual-testing
** Tags added: qa-daily-testing
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365497
Title:
Inform user when a video format is not supported
To manage notificati
** Tags added: multimedia
** Tags removed: qa-daily-testing
** Tags added: qa-manual-testing
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365497
Title:
Inform user when a video format is not supp
I have implemented error handling on app level, is working fine on
Desktop but fails on device.
When I try to run a webm video I get this log:
mediaplayer-app file:///home/phablet/Videos/Tears_of_Steel-Trailer.webm
--desktop_file_hint=/usr/share/applications/mediaplayer-app.desktop
unity::act
** Branch linked: lp:~renatofilho/mediaplayer-app/fix-1365497
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365497
Title:
Inform user when a video format is not supported
To manage notifications a
@Renato: no, the app uses media-hub and media-hub uses playbin from
GStreamer. For how it should work, see my comment #3 above.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365497
Title:
Inform us
@Jim
Sorry I am not familiar with the new media-hub, but is the app using gstreamer
directly to play videos?
I am trying to understand how the app can test if the video is supported or
not? In my point of view we should try to play the video and receive a reply
saying that the video format is n
@Renato: exactly. We must rely on GStreamer's URI decodebin to tell us
what codecs the streams actually are.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365497
Title:
Inform user when a video for
@jim @bill
I think the most import is a way to check if a given file is supported we can
not relay on the file extension or mime-type since the contents of the file can
be different, and there is several containers that support h264 videos.
--
You received this bug notification because you are
@Bill: No formal way of doing it yet. I need to add some code to my
GStreamer decoder plugin to return this list (it already gets it from
the Android layer, just needs to export it) to media-hub where media-hub
would present it to a client. I would say for now, put in a static list
of mpeg4 and h26
@jhodap
how do we know if the video format is supported or not?
Is there an api on the media-hub or some other place to query?
** Changed in: mediaplayer-app
Importance: Critical => High
** Changed in: mediaplayer-app (Ubuntu)
Importance: Undecided => High
** Also affects: media-hub
Imp
** Changed in: mediaplayer-app (Ubuntu)
Status: New => Confirmed
** Also affects: mediaplayer-app
Importance: Undecided
Status: New
** Changed in: mediaplayer-app
Status: New => Triaged
** Changed in: mediaplayer-app
Importance: Undecided => Critical
--
You received
27 matches
Mail list logo