Git Product home page Git Product logo

vocaloid-streaming's Introduction

VocaMusic

Vocamusic is an open-source web application (built in @Laravel) for streaming Vocaloid and Utaite Music. Some features can be detailed here:

  • Using CDN From Fast.io to storage videos.
  • The main host stream is Google Drive.
  • Login/Register (Login With Oauth2/Facebook/Google)
  • Sort by: Related, Top viewers and Alphabet.
  • Pagination.
  • Upload video vias Google Drive API.
  • Top ranks uploaders.

This web application is accessible and completely open-source.

How we storage our videos.

  • By using upload method to server, we would process this temp file in server such as preview, id file, title,... and using Drive API to Upload.
  • After all, we fetch to cdn by using Fast.io API and delete the temp file to reduce memory.

alt text

Database.

Coming Soon.

Usage

  • Clone this git to Laravel project has just created.
git clone clone kobato-chan1912/vocaloid-streaming
  • Using terminal and cd to your project.
  • Install Composer Dependencies
composer install
  • Create a copy of your .env file
cp .env.example .env
  • Generate an app encryption key
php artisan key:generate
  • Edit Appkey in .env file
APP_KEY={key has been generated}
  • Open to MySQL Admin (PHPMyadmin, MySQL Workbench,...) and load the sql file.
SQL File (coming soon)
  • Get the Drive Client ID, Client Secret and Refresh Token here
  • Loading the database configuration and Google Drive API in .env file
// MYSQL Connection
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=8889
DB_DATABASE=vocaloid
DB_USERNAME=root
DB_PASSWORD=root

// Google Drive API Setting
GOOGLE_DRIVE_CLIENT_ID=XXX.apps.googleusercontent.com
GOOGLE_DRIVE_CLIENT_SECRET=XXX
GOOGLE_DRIVE_REFRESH_TOKEN=X
GOOGLE_DRIVE_FOLDER_ID=X

//If you upload to the main drive, set the folder id = null. 
//If upload in a folder, set the id of that folder.

Admin Account

You can you this admin account to access /admin.

Format: 
email
password

Deploy

Coming Soon.

Contributing

Thank you for considering contributing to the VocaMusic! You can send your pull request everytime.

License

This app is based on Laravel framework - an open-sourced software licensed under the MIT license.

vocaloid-streaming's People

Contributors

kobato-chan1912 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.