Xenofon Karydis

Results 14 comments of Xenofon Karydis

Yeap...me too! You must fix it. Its a hotfix bug

You should have fixed this by now. I dont think its something workful..

E/FFmpeg: Exception while trying to run: [Ljava.lang.String;@8ad8590 java.io.IOException: Cannot run program "/data/user/0/com.package.name/files/ffmpeg": error=13, Permission denied I got the same issue. Any update on this??

I think that in Android 10 and on some things change about the Internal storage permissions. Perhaps this library has not taken care of it. I personally changed the position...

> Hi, I have achieved PIP mode in my video calling app. I will try to generate PR for it. Hello. I would really appreciate if you could do so,...

I dealt with the same issue today using API 31!

> the problem is that you are using an uri like mine and you have to use an uri like a fileprovider: content://com.google.android.apps.photos.contentprovider/-1/2/content%3A%2F%2Fmedia%2Fexternal%2Fvideo%2Fmedia%2F1000000095/ORIGINAL/NONE/video%2Fmp4/1108575362 > > I am trying to parse...

Just a reminder in case you didn t see it!

I don't think that this can be implemented in sockets functionality. Socket is just a pipe that you either throw stuff in or get stuff from it. There is not...

No...thats not the way Sockets work. Socket is just an open bi-directional "road" between two end points and they can send data packets one to another. The only way to...