Compose retrieve video frame from network #1534
hadiyarajesh
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've tried this code to retrieve video frame from remote URL using
MediaMetadataRetriever
but it lags and results in very low performant UI.I am aware about video support by
Coil
but not sure how to build customVideoFrameDecoder
as my aws s3 url (here) does not contain file extension.Can anyone let me know how to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions