Samy Benmeddour

Results 23 comments of Samy Benmeddour

> There is a fork which supports Kotlin2.1 : https://github.com/XilinJia/krdb > Note, the maven artifacts are built on Linux and lack support for iOS and MacOS, hopefully a github actions...

> I have the same issue, how did u disable audio on flutter? `setAudioBackends([])`

I am not using flutter, but Android native But i think this is [what you are looking for](https://github.com/wang-bin/fvp/blob/43fd8736aeb2a13d67771d1126922834e561f072/lib/src/player.dart#L239)

@wang-bin Hi, do you have an estimate on when this might be addressed? I’m trying to plan around it.

doc says `jni surface ptr(jobject): decode to provided surface, video tunnel mode. Usually you have to use the return value of NewGlobalRef()` I tried this because I wasn't able to...

> decode to surfaceview can support hdr, but not dolby vision. dolby vision requires decoder support, for example using decoder `AMediaCodec:dv=1`, but not all systems support it(and it seems broken...

> Can you share your example so I can test the freeze? Do you mean video file or code ? file is https://github.com/ietf-wg-cellar/matroska-test-files/raw/master/test_files/test5.mkv I you want code, I need to...

```kotlin private val surfaceCallback = object : SurfaceHolder.Callback { private var currentRef: Long = 0L set(value) { field = value if (mdkConfig.decodeToSurfaceView) { LibMdkJni.setProperty(handle, "video.decoder", "surface=$value") } } override fun...

By the way dolby vision is not an issue anymore, the main issue is subtitle rendering. I can use new api to get subs as text and display them in...