-
Notifications
You must be signed in to change notification settings - Fork 24
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
Download #37
Comments
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! |
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
The text was updated successfully, but these errors were encountered: