I'm using this solution to load video frame from network url in jetpack compose.
However, I want to use coil's video support and implement VideoFrameDecoder as my AWS S3 url here does not contain file extension.
VideoFrameDecoder
How can i do it?