-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Upload to YouTube
Muaz Khan edited this page May 23, 2017
·
2 revisions
This wiki-page explains how to upload recorded "blobs" to youtube.com.
https://github.com/muaz-khan/RecordRTC/blob/master/index.html
Please go to this page, and search for youtube
:
Now search for data-clientid
on the index.html
demo file. You will see this youtube clientid: 41556190767-7amutgh7ug0dfkkeb9fkrpt8j86rv5o3.apps.googleusercontent.com
Replace text -------[Your_Unique_OAuth_ID_for_YouTube_API_usage]-------
with real youtube clientid (in the below snippet).
<span
class="g-signin"
data-callback="signinCallback"
data-clientid="-------[Your_Unique_OAuth_ID_for_YouTube_API_usage]-------"
data-cookiepolicy="single_host_origin"
data-scope="https://www.googleapis.com/auth/youtube.upload https://www.googleapis.com/auth/youtube">
</span>