Skip to content

The code is a reference implementation for an Android App that captures video, uploads it to YouTube, and submits the video to a YouTube Direct Lite instance.

Notifications You must be signed in to change notification settings

alfredmack/YouTube-Video-Uploader

 
 

Repository files navigation

YouTube Video Uploader for Android

This code is Forked from "YouTube Direct Lite for Android". The code is a reference implementation for an Android OS application that captures video, uploads it to YouTube, and submits the video to a YouTube Direct Lite instance.

For more information, you can check the original project although is no longer maintained YouTube Direct Lite for Android.

This application utilizes YouTube Data API v3 , YouTube Android Player API, YouTube Resumable Uploads, Google Play Services and Plus API.

To use this application,

1.Create a project in your Google Developers Console,

  1. Enable the YouTube Data API v3 and Google+ API in the project you have created.
  2. Create a client ID for Android, using your SHA1 and package name. Read here for more understanding Register your Android app
  3. Plug in your Playlist Id into Constants.java and Android API Key into Auth.java
  4. Done! Enjoy the show!

About

The code is a reference implementation for an Android App that captures video, uploads it to YouTube, and submits the video to a YouTube Direct Lite instance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%