mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 09:45:50 +03:00
[GH-ISSUE #491] Serve video #180
Labels
No labels
Docs
Docs
Docs
Security
UnitTest
bug
dependencies
duplicate
enhancement
enhancement
enhancement
hacktoberfest
help wanted
invalid
pull-request
question
stale
version 1
version 2
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flyimg#180
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @w3blogfr on GitHub (Sep 6, 2024).
Original GitHub issue: https://github.com/flyimg/flyimg/issues/491
Originally assigned to: @sadok-f on GitHub.
Hello,
I'm using S3 to have photo and video
Actually, flyimg is able to serve thumb picture for on image from a video. For that, flyimg download the video and save in tmp folder.
As flyimg have to download the full video anyway to capture one specific image from that video, why it's not possible to serve the video directly without any transformation?
I use flyimg as cache to save some cost by not using S3 to serve image, allow to serve a video will provide a single entry for both format.
Regards.
@w3blogfr commented on GitHub (Sep 7, 2024):
At the end, I created a second nginx container and used it as a cache for my bucket s3
@sadok-f commented on GitHub (Sep 9, 2024):
thank you @w3blogfr for suggesting this feature.
I think it's feasible from the code perspective, to just return the source video and save it to the cache.
but do you still need it after adding your second nginx setup?
@github-actions[bot] commented on GitHub (Oct 10, 2024):
This issue is stale (30 days with no activity)
@github-actions[bot] commented on GitHub (Oct 25, 2024):
This issue was closed (14 days since being marked as stale)