-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FLV ParserException #2634
Comments
This issue is being closed because it does not adhere to our issue template, and/or because it omits information requested in the issue template that is required for us to investigate the problem efficiently. The issue template can be found here. If you’re able to provide complete information as requested in the issue template, please do so below and we’ll re-open the issue. Thanks! |
ok, sorry for that. Issue descriptionWhen prepare some FLV videos, the player fails with ParserException. Reproduction stepsUsing ExoPlayer demo app and replace the video url as I sent. Link to test contentIn the mail I sent. Version of ExoPlayer being used2.2.0 Device(s) and version(s) of Android being usedany Android OS Device I used. A full bug report captured from the deviceIn the mail I sent. |
Thanks. We'll push a fix for this shortly. The fix is just to swap:
for:
|
ok. Thanks. |
Issue: #2634 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=151816597
I think we'd need a specific reason to parse additional properties. I think we already derive width and height from the actual video stream, for example. |
Hi
I'm using v2.2 in my project, and I found that there are several FLV videos fails with ParserException as below.
The exception locate that line with notes says 'should never happen' when type is not AMF_TYPE_ECMA_ARRAY.
The type value is AMF_TYPE_OBJECT but not AMF_TYPE_ECMA_ARRAY when exception occurred.It seems that only metadata tag is illegal while audio tags and video tags are all right.And when I use some other player to play these video, there is no problem.
I believe that there must be some reason to check that type, but I don't know why.
So what should I do to avoid this exception ? And I hope to know the reason that why type can't be the object type.
The text was updated successfully, but these errors were encountered: