Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 1.5 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.5 KB

YouTube WatchMe for Android

The code is a reference implementation for an Android OS application that creates a YouTube Live Streaming event and streams into that event.

For more information, you can read the Youtube API blog post.

This application utilizes YouTube Data API v3 , YouTube Live Streaming API, Google Play Services and Plus API.

To use this application,

  1. In your Google Developers Console,
  2. Enable the YouTube Data API v3 and Google+ API.
  3. Create a client ID for Android, using your SHA1 and package name.
  4. Enable YouTube Live Streaming for your channel.
  5. Update the JNI code with respect to Live Streaming Guide.
  6. Include cross-platform compiled streaming libraries.
  7. Either libffmpeg.so under src/main/jniLibs/armeabi,
  8. or another streaming library with modifying VideoStreamingInterface

alt tag

alt tag