Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

TwoThreeSevenPlatform/Cordova-Plugins-videoPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Cordova YoutubeVideoPlayer Plugin

Play Youtube Videos and MP4s in a native Video Player on Android & iOS.

This is a fork of a plugin by Glitchbone

iOS plugin uses XCDYouTubeKit by Cédric Luthi:
https://github.com/0xced/XCDYouTubeKit

Android version uses OpenYoutubeActivity by Keyes Labs:
https://code.google.com/p/android-youtube-player

##Installation

cordova plugin add https://github.com/fan-si/Cordova-Plugins-videoPlayer.git

##Usage

YouTube Video

YoutubeVideoPlayer.openVideo('YOUTUBE_VIDEO_ID', '');

MP4 Video

YoutubeVideoPlayer.openVideo('', 'MP4 URL');

##Author

Jack Read

##License

CordovaYoutubeVideoPlayer is available under the MIT license. See the LICENSE file for more information.
XCDYouTubeKit is available under the MIT license.
OpenYoutubeActivity is available under the Apache License 2.0.

About

Plays YouTube and MP4's in a native video player for Android & iOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published