damontecres
damontecres
I didn't see an example in the demo apps that used `setVideoEffects`, so I made a test one https://github.com/damontecres/media3-issue if that helps. Thanks!
Hi @claincly! > I was wondering what output is connected to this? Is it a PlayerView? Yes, defined very simply: ```xml ``` > Can you help me double check a...
@claincly, is there any other information I can provide to help debug this? Any ideas on if there is a work around? I tried sending the `MSG_SET_VIDEO_OUTPUT_RESOLUTION` message manually a...
Hi @claincly, here are some logs from in that method. Thoughts? ``` 2024-08-27 19:56:19.353 23576-23612 issue1620 com...hub.damontecres.myapplication D MSG_SET_VIDEO_OUTPUT_RESOLUTION Size=0x0 2024-08-27 19:56:19.353 23576-23612 issue1620 com...hub.damontecres.myapplication D MSG_SET_VIDEO_OUTPUT_RESOLUTION videoSink!=null = false...
The no video issue is reproducible in the basic demo app with a change to import the `lib-effect` module (it crashes when calling `setVideoEffects` otherwise). I tried on another NVIDIA...
> Although I don't recommend it, could you try commenting that line out and see if the video plays? Commenting out the `EGLExt.eglPresentationTimeANDROID` method call does not resolve the issue,...
> Adding glFinish() after calling eglSwapBuffers(), and No change > change the color to something like red in clearFocusedBuffers(), here to something not black, maybe set red to 1 Screen...