-
Notifications
You must be signed in to change notification settings - Fork 453
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
Add a way to enable decoder fallback in CompositionPlayer #2028
Comments
If I understand correctly, you would like to have a method Could you clarify what would your custom renderers be like? Would you only customize the video renderer? Would you wrap an ExoPlayer renderer? |
Yes, I required for CompositionPlayer, I'm getting following exception when playing composition, Error processing video frames. Furtherly, If i choose .MOV file after some .mp4 file then this excption couldn't triggered. If I choose this file at very first it throws above exception. |
The error seems to occur when applying effects (not when decoding the frame), so using Could you also provide the .mov file that is failing? If you're unable to share bug reports Thanks |
Here is the complete report, when Exception Generated:
|
Hi, I have marked this issue as an enhancement but we unfortunately don't have the capacity to add this feature at the moment. |
Ok, sometimes there's happening exception, onPlayerError Callback
triggered how I can check for the position of mediaItem index or period
that represents the item from player 0, that is having the issue.
…On Thu, 16 Jan 2025, 19:08 kim-vde, ***@***.***> wrote:
Hi,
I have marked this issue as an enhancement but we unfortunately don't have
the capacity to add this feature at the moment.
—
Reply to this email directly, view it on GitHub
<#2028 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMVY75TGZUSDWL33PMUDU4D2K64PXAVCNFSM6AAAAABU2VOWOWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJVHAZDEOJQGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I'm working on CompositionPlayer could you provide me something regarding to Fallback rendererFactory,
because before implementing this I use Playlist or Mergers, there's multiple formats to be played, and this fallback == true, help me to get rid of many exceptions.
Currently CompositionPlayer Builder allowing GraphRenderFactory, I couldn't find someway to add fallback renderer factory to be added through Builder, and getting certain exceptions over input files some times are playing and some times throwing exception.
Could you provide me solution to add this to CompositionPlayer.
Exception needs to be resolved:
Exception:1.
Exception:2.
[exoplayer2.ParserException: Invalid NAL length when playing .MP4 file](https://github.com/google/ExoPlayer/issues/8268#top)
The text was updated successfully, but these errors were encountered: