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

Download #37

Open
3 tasks done
MadVanz opened this issue Apr 25, 2023 · 3 comments
Open
3 tasks done

Download #37

MadVanz opened this issue Apr 25, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@MadVanz
Copy link

MadVanz commented Apr 25, 2023

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

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
  • I have written a short but informative title.
  • I will fill out all of the requested information in this form.
@MadVanz MadVanz added the bug Something isn't working label Apr 25, 2023
@BeamlakAschalew
Copy link
Owner

BeamlakAschalew commented Apr 28, 2023

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 :)

@DarkCrypt
Copy link

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?

@BeamlakAschalew
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants