-1 is a general failure that usually comes from somewhere in OpenCore.
Unfortunately a lot errors end up as -1 by the time they bubble up.

-4 is PVMFErrNotSupported, which also seems to be a catch-all that
usually occurs during prepare() and probably means that OpenCore found
something it didn't like in the stream.

-44 means that the video codec cannot keep up. The issue here is that
the OpenCore player engine currently has no mechanism for recovering
if the video codec gets behind. Other frameworks usually drop to an i-
frame only mode until the video codec is back in sync. We expect a fix
for this in a future OpenCore release. In the meantime, you need to be
a bit more conservative about the encoding of your content.

On Jan 23, 8:11 am, Allan Beaufour <[email protected]> wrote:
> On 20 Jan., 18:22, Dave Sparks <[email protected]> wrote:
>
> > We are working on improving media player error codes for the next
> > major SDK release.
>
> Cool. Could you reveal what some of them are though until then? I'm
> getting -1 and -4 a lot, and -44 iirc occasionally.
>
> --
> Allan Beaufour
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to