-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Research] Consider adding video support #19
Comments
looking at the 4 options.
Personally i would be a fan of option 4 because we stay in control of access and deletion, the system will work in a closed environment with no external dependancies. There will never be an issue with deletion (which definitely will occur when we introduce youtube/vimeo) in case of avg compliance issues, and we would always be on top of our own media. the system would provide for us on its own |
In this day and age taking video's during Scouting activities becomes more common. Whilst these videos are uploaded to social media platforms to be viewed by others this remains an insufficient method for backing up these media items. From this point on it might be good to consider any of these following options:
Keeping video data somewhere as "raw" data (no viewing options);
Uploading video data to a known video platform (e.g. Youtube / Vimeo) and creating a link on our website/photobook to allow viewers to search through the separate archive;
Uploading video data via an interface on our website directly onto a known video platform (e.g. Youtube / Vimeo) but keeping a record in our photobook (thus data is streamed directly from the video platform);
Uploading and parsing the video data directly to the current photobook.
Obviously there might be intermediate options. Furthermore each option has their own (dis)advantages (e.g. data usage, bandwidth usage, privacy (video platforms don't always allow embedding for private videos), etc.) This issue should be regarded as a reseach ticket. Further building tickets should be created from here on if the chosen solution requires it.
The text was updated successfully, but these errors were encountered: