yyms3275
yyms3275
> Android Q has introduced some breaking changes with folder/file permissions. I get the following error when using the converter on Android: > > java.io.IOException: Cannot run program "/data/user/0/com.ltcfastpay.timecard.debug/files/ffmpeg": error=13,...
> The targetSdkVersion The exception message: > **java.io.IOException: Cannot run program "/data/user/0/package name/files/ffmpeg": error=13, Permission denied**, > Please help me with the author and developers. thank you all. I solved...
> I am using this code to convert my mp3 file in m4a because I want to merge audio and video files and using mp4parser library for this. But I...
> @adrielcafe With Android 10 the converter is not working anymore because ffmpeg can't be executed. As you are using the ffmpeg library by WritingMinds and they haven't added Android...
**Please write as below. You can solve the above problem.** AndroidAudioConverter.load(this, new ILoadCallback() { @Override public void onSuccess() { IConvertCallback callback = new IConvertCallback(){ @Override public void onSuccess(File convertedFile){ //...
@naveedhassan913 Thanks for the fix. After I edit the code, it plays well. p.s Can you know what kind of problem it wasn't?
> You can either use a proxy in your app... As a result of checking, it seems that the setting according to the location does not matter, and I found...
> @yyms3275 Hi, I am also facing the same issue, did you got any solution to fix this? @surendar2831 Hi I didn't solve the problem on this part either. Instead,...
> 한국사람인가요?? > > I tested your url, > All the tags you want are coming out of adativeStream. > > Perhaps you did not apply #24 . Please update...
I am developing mainly for regeneration. Basically, in order to support various quality videos through muxedStream and adativeStream, we have implemented playback by mixing with audio through extraction. There was...