Open MadVanz opened 1 year ago
The download button on the current player doesn't work because I have disabled any navigation towards outside to block pop-ups, even if I enable navigation, the download button doesn't really work. But since I found a direct video source users will have a native player instead of webview in the future. And if I found a Flutter library to convert m3u8 files into mp4, mkv or whatever, It'll have a properly working download option with a dedicated download manager etc.
I will announce further updates, and sorry for the later reply! Thanks for the comment :)
And if I found a Flutter library to convert m3u8 files into mp4, mkv or whatever, It'll have a properly working download option with a dedicated download manager etc.
For converting and downloading videos you could use FFmpeg-Kit for Flutter. Sounds like it could be super bloated and slow, idk. Maybe there's alternatives?
And if I found a Flutter library to convert m3u8 files into mp4, mkv or whatever, It'll have a properly working download option with a dedicated download manager etc.
For converting and downloading videos you could use FFmpeg-Kit for Flutter. Sounds like it could be super bloated and slow, idk. Maybe there's alternatives?
Yeah I also found this but it needs modifications (VLC uses FFmpeg but it chocks when you convert m3u8 to mp4) otherwise it's gonna be bloated and broken as you said. It also takes time but I'll announce progresses made.
Steps to reproduce
Download doesn't work
Expected behavior
It should download
Actual behavior
It didn't download
Android version
Android 11
Other details
No response
Acknowledgements