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

Video and image is not downloading instead viewing #158

Open
softpottk opened this issue Aug 28, 2024 · 2 comments
Open

Video and image is not downloading instead viewing #158

softpottk opened this issue Aug 28, 2024 · 2 comments

Comments

@softpottk
Copy link

Is it possible to make image file downloadable?

For the video, is it possible to use chunking method for displaying the video to save more bandwidth?
ex: 800MB of mp4 files is taking a long time to load the video cause it loads the whole 800MB files Screenshot 2024-08-29 031251

Maybe it can be downloadable instead, i guess?

If this can be add on new features?

@s3rius
Copy link
Owner

s3rius commented Aug 28, 2024

Image files are downloadable. They just have correct content-disposition. Also, videos are streamed, so you receive them chunk by chunk.

Also soon the project will receive a big update and maybe the download part will become much better.

@softpottk
Copy link
Author

Is the chunk size 167MB? I tested on Chrome, the video can be played, but i cant forward or skip video part, and no sound.
test1
On Mozilla, the video is struggle to play i dont know why, is it because content type header or what? On localhost i think it should be fine and playable. I tried video files below 100MB is fine and playable but above them, it struggles to play or not playable.

Image files are downloadable. They just have correct content-disposition. Also, videos are streamed, so you receive them chunk by chunk.

Also soon the project will receive a big update and maybe the download part will become much better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants