Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Does ffmpeg-kit support playing video from AVFrame format buffer data? #965

Open
dinhthienkhai opened this issue Apr 17, 2024 · 1 comment
Labels
all-platforms library Affects the library question Further information is requested

Comments

@dinhthienkhai
Copy link

Hi everyone,
I am building a Flutter application that can liveview IPCAM. Currently my application is using native lib (libc++.so) to receive data stream from IPCAM.
I used ffi and was able to get buffer data on Dart, the current buffer is in AVFrame format because I used ffmpeg_mobile decode from h265 (int libc++.so).
I want to ask if ffmpeg_kit has an api that supports playing video from buffer with avframe format? Or is there another plugin that supports this, hope everyone can support.
Thanks a lot

@tanersener
Copy link
Collaborator

We don't have that kind of API in FFmpegKit. I'm not sure if another plugin supports that behaviour.

@tanersener tanersener added question Further information is requested library Affects the library all-platforms labels Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
all-platforms library Affects the library question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants