Programatically Play both Vimeo and YouTube video URL's in the same embedded Player on website #2281
Unanswered
VapeShopVideo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We had a platform coded a few years back using an embedded video player. We stored YouTube URL's for our product videos and also YouTube music videos in a MS SQL DB, and the ASP code had the functionality to retrieve various URL's from the SQL DB and play the requested URL's in the player.
Recently YouTube changed policy, and our product videos are now considered "Age Restricted", and won't play in the embedded player.
We have contemplated moving the product videos to a private hosting platform such as Vimeo, but would still like to play YouTube URL's that are not age restricted through a common video player in an ASP environment. In our current logic, the user log's in, and starts the player, full screens the player, and the asp code takes over and feeds URL's to the player from the SQL DB based on programmed playlists and other options.
Does plyr have this capability?
Beta Was this translation helpful? Give feedback.
All reactions