Tech Zone

How to create a Playlist in JW Player using YouTube Channel videos?

18 Oct , 2015  

Introdcution to JW Player :

Plays Everywhere, Every Time

The most-used and fastest loading video player on the web, our signature product enables online publishers to deliver and monetize video across all devices in any browser. From the video blogger to the Fortune 100 in need of an enterprise-grade solution, JW Player lets users create the best video experiences for viewers on the web, mobile, and OTT devices.

  1. STREAM EVERYWHERE WITH HLS AND DASH :

    Provide your viewers peak quality without buffering, saving them bandwidth. And with DRM in HTML5, you can better protect your content.

  2. YOUR VIDEOS ON EVERY PLATFORM :

    Your videos play on any device your viewers choose—website, smartphone, or Chromecast on TV.

  3. CONTROL YOUR BRANDING AND THE UX :

    Don’t just embed video in another brand’s player; brand and style your player your way, with CSS skins and JavaScript that let you control the user experience.

  4. CUSTOMIZE WITH A JAVASCRIPT API :

    Develop and build a unique experience with more event callbacks and built-in methods than any other video player.

Here is the code to add a playlist from YouTube Videos :

<script type="text/javascript">
jwplayer("container").setup({
playlist:'http://gdata.youtube.com/feeds/api/playlists/PL6cRJT5YYqLkZi7JU1e5LjsnBqJqPEh6m?alt=rss',
});
</script>

Replace “PL6cRJT5YYqLkZi7JU1e5LjsnBqJqPEh6m” with your link to playlist

To get channel video use :

https://gdata.youtube.com/feeds/api/users/USERID/uploads?alt=rss

, , , , , , ,