nuvention-web / ShareVR

ShareVR
http://sharevr.io/
4 stars 0 forks source link

AWS & YouTube Sharing Feature #16

Closed chenchen2015 closed 7 years ago

chenchen2015 commented 7 years ago

Feature Auto-upload to YouTube after record session.

Related Version SDK v0.2

Details Implement automatic YouTube upload feature after a user stops recording.

Planned Actions

adammy123 commented 7 years ago

Due to available resources from The Garage for AWS credits and the lack of for GCP credits, we have decided to utilize AWS as our backend infrastructure.

adammy123 commented 7 years ago

Managed to upload a sample video file from an example Unity scene into an AWS S3 bucket and upload said video from AWS to YouTube using AWS EC2.

chenchen2015 commented 7 years ago

Merged @adammy123's solution to SDK v0.3. Now user can choose to let the video file be uploaded to our AWS S3 server with a public accessible URL.

@adammy123 will keep researching on how to post videos to YouTube from S3.

chenchen2015 commented 7 years ago

@adammy123 figured out AWS Lambda solution to use YouTube Data API. Will start testing now.

adammy123 commented 7 years ago

Solved and tested with SDK v0.4 and VRMA.