Anatolii
Anatolii
I get the same error: GlRect.kt line 61 com.otaliastudios.opengl.draw.GlRect.setRect Log: Fatal Exception: java.nio.BufferOverflowException at java.nio.Buffer.nextPutIndex(Buffer.java:536) at java.nio.ByteBufferAsFloatBuffer.put(ByteBufferAsFloatBuffer.java:109) at com.otaliastudios.opengl.draw.GlRect.setRect(GlRect.kt:61) at com.otaliastudios.opengl.draw.GlRect.setRect(GlRect.kt:44) at com.otaliastudios.zoom.ZoomSurfaceView.onContentOrContainerSizeChanged(ZoomSurfaceView.kt:238) at com.otaliastudios.zoom.ZoomSurfaceView.onMeasure(ZoomSurfaceView.kt:215) at android.view.View.measure(View.java:25777) at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:7036) at...
I managed to catch this error when turning the screen frequently. Haven't found a solution yet
> Oh me too. Have you solved the problem yet? No, for now I use ExoPlayer for GooglePlay users.
I was able to successfully upload the application to GooglePlay from GiraffePlayer2. Here's what I did: 1- Installed the GiraffePlayer2 library locally as a module of my application. 2- LazyLoadManager...
Try this: private fun goTest() { val result = analyzeUrlImageWithGPT(GPT_API_KEY, "https://www.hmy.com/cdn-cgi/image/width=1200,format=auto/https://www.hmy.com/storage/article/images/19842/Nimbus-1.png") println("Gpt answer: $result") } private fun analyzeUrlImageWithGPT(apiKey: String, imageUrl: String): String = runBlocking { val client = HttpClient() try...
This is an open link, you can check it yourself: 'rtsp://171.25.235.253/9ba7c5c359614d9394bace7c7947cea1' Here is the error in full stack trace: Playback error androidx.media3.exoplayer.ExoPlaybackException: Source error at androidx.media3.exoplayer.ExoPlayerImplInternal.handleIoException(ExoPlayerImplInternal.java:927) at androidx.media3.exoplayer.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:903) at android.os.Handler.dispatchMessage(Handler.java:103)...
Thank you. Yes, please update this ticket when in-stream sprop processing appears in the ExoPlayer.