Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

One problem found when using mobilevlckit + mobileffmpeg in combination #255

Closed
idompolo opened this issue Feb 4, 2021 · 2 comments
Closed
Labels
no-issue-activity question Further information is requested

Comments

@idompolo
Copy link

idompolo commented Feb 4, 2021

You cannot play videos with flv extension.

It also gets bounced off of memory errors.

There seems to be a conflict between the ffmpeg version used by mobilevlckit and the specific library version used by the mobile_ffmpeg version.
Guess -> avformat_OpenDemux in avformat.c file used by mobilevlckit seems to crash..

Is there a solution?

I will provide a sample below.
https://github.com/idompolo/vlc_ffmpeg_test

@tanersener
Copy link
Owner

tanersener commented Feb 4, 2021

It seems like you have two ffmpeg implementations in your app. One comes from flutter_ffmpeg. Another one comes from mobilevlckit. The details are explained in this wiki page, https://github.com/tanersener/mobile-ffmpeg/wiki/Using-Multiple-FFmpeg-Implementations-In-The-Same-iOS-Application of mobile-ffmpeg, parent project of flutter_ffmpeg. I suggest applying solutions listed there.

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
no-issue-activity question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants