Youtube Data API allow users to incorporate youtube functionality into their own applications or websites. The Data API allows a program to perform many of the operations available on the YouTube website. It is possible to search for videos, retrieve standard feeds, and see related content.
The Data API gives you programmatic access to the video and user information stored on YouTube. With this, you can personalize your site or application with the user's existing information as well as perform actions on their behalf (like commenting on and rating videos.)
ASP.NET Video Starter Kit support Youtube Data API for fetching videos and their information from youtube and store it within your own website.
It is introduced in ASP.NET Video Starter Kit 5.5 and support vast variety of ways to fetch videos from youtube via youtube data api. All youtube video information will be processed and store within video kit information means video will be streamed from youtube via embed script while rest of all information will be fetched within video starter kit as implemented in Carstvcentral.com
Main feature includes
You need to perform the following steps in order to enable youtube data api on asp.net video starter kit solution.
You can review youtube data api on the following website.
Carstvcentral.com