-
Notifications
You must be signed in to change notification settings - Fork 29
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
Upload video to server from the client app #177
Comments
the admin UI doesn't have any video upload. The server does have a REST endpoint and Watson Media integration. Also some use of an "uploads" directory for a temporary(?) file storage. I'm not sure what client was used to test the upload endpoint. Probably postman. I don't remember ever seeing a web page w/ a test upload, but a developer might have used something like that before our current clients were built w/ Vue.js/React.js. |
👋 Hi! This issue has been marked stale due to inactivity. If no further activity occurs within the next 7 days, it will automatically be closed. |
Commenting here too keep this issue open. |
👋 Hi! This issue has been marked stale due to inactivity. If no further activity occurs within the next 7 days, it will automatically be closed. |
notes:
|
The |
share should upload it, cancel should not. TBD: there could be some reasonable confirmation before sharing or losing a video (on cancel), but just doing a proper share (upload) and cancel (go back w/o upload) would be a good start. |
My current plan is to add support for uploading to a firebase storage bucket. I'll provide a react component that performs the upload and a "sample" configuration. Eventually supporting multiple storage options (S3 is a likely next option). I assume we'll want users to authenticate at some point so they can manage their videos and all that. I'll be thinking through ideas on how to associate videos to users without folks being able to identify other users' account ids but that may not be until after I get the base functionality (and documentation in the readme). I'm also curious if we think we'll need an approval process (one that is transparent to the uploader so that folks can't deny content that they don't agree with). |
TODOs
|
👋 Hi! This issue has been marked stale due to inactivity. If no further activity occurs within the next 7 days, it will automatically be closed. |
Commenting to maybe keep this from going stale. I need to wrap this thing up though. 😬 |
This will require some interaction with the backend server. Basically, once you've recorded your video there isn't a way to upload it. You can replay it. There may be functionality to do so within the admin application but I can't guarantee that.
The text was updated successfully, but these errors were encountered: