a hub for editors and creators to connect and work on a video
- This Project was inspired from a idea discussed by @hkirat
- Let's youtuber's upload the edited video at a click thus removing the need for strong internet connnection
- Youtuber's generally provide their key to the editor's if they want to upload a video however they don't have access to the video to be uploaded
YouEdit act's as a middleman letting the Editor submit the edited video And wait's for the approval of the user before uploading it
- React
- NodeJS
- TUS
- User's can sign up as both Editor and Creator
- Every Channel Upload require's a physical action (key press) from the user's device
- The Upload is Resumable on all end's meaning that large video's(upwards of 256GB) can be transferred
- Videos and Resource's can be Downloaded by the Editor to get a guidance for editing the video
- Clone this repo
- Run npm install to download all the dependencies
- Go to backend and run the follwing files
-
1. app.js (this file set's the common backend)
-
2. serve.js (this file set's the server that send's download streams)
-
3. tus.js (this file set's the server that accept's the files through tus protocol)
-
4. youtube.js (this file upload's the file's to the youtube through it's api)
This Project is still in Development
- a live chat that connect's editor and creator before hiring
- video conferencing
- migrating to amazon s3
- Harkirat Singh