GithubHelp home page GithubHelp logo

darjanmilojkovic / jw-showcase Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jwplayer/jw-showcase

0.0 1.0 0.0 325 KB

JW Showcase is an open-source video website builder. It enables anyone to create a beautiful, mobile-responsive HTML5 video site in 15 minutes with no coding and minimal configuration.

Home Page: https://www.jwplayer.com

License: Apache License 2.0

JavaScript 73.56% ApacheConf 0.38% HTML 5.07% CSS 14.07% Gherkin 6.93%

jw-showcase's Introduction

JW Showcase

JW Showcase is an open-source video website builder. It enables anyone to create a beautiful, mobile-responsive HTML5 video site in 15 minutes with no coding and minimal configuration.

JW Showcase uses JW Player and JW Platform video services. You can use JW Showcase with other content delivery platforms (or your own CDN), but you will need to modify the source code.

Supported Features

  • Works with any JW Player edition, from Free to Enterprise (note that usage will count against your monthly JW streaming limits). Only cloud-hosted JW Players are supported.
  • Populates your site's media content using JSON feeds. If you are using JW Platform, this happens auto-magically based on playlists that you specify. Using feeds from other sources will require you to hack the source code.
  • Video titles, descriptions and hero images are populated from JW Platform JSON feed metadata.
  • Playback of HLS video content from the JW Platform CDN. You can add external URLs (for example, URLS from your own server or CDN) to your playlists in the Content section of your JW Player account dashboard, but they must be HLS streams (.m3u8 files).
  • Customize the user interface with your own branding. The default app is configured for JW Player branding and content but you can easily change this to use your own assets by modifying the config.json. Advanced customization is possible (for example, editing the CSS files) , but you will need to modify the source code.
  • Basic playback analytics reporting to your JW Dashboard.
  • Ad integrations (VAST, VPAID, GoogleIMA, etc.)

Unsupported Features

  • Security-related features (encrypted HLS, DRM, signed URLs)
  • Search
  • Self-hosted JW Players

Instructions for Using JW Showcase

Topics for general users:

Topics for advanced users:

Basic Setup

  1. Download the latest pre-compiled stable release.
  2. Extract the release archive to your web server.
  3. By default, JW Showcase assumes the site is in your top-level web document root (/). If you want to use a subdirectory (for example, /video/), edit the index.html file and replace the slash in <base href="/"> with your directory (for example, <base href="/video/">).
  4. Create a player in the JW Player Dashboard and get its player key.
    • The player key is the eight-character identifier of the player, not your JW Player license key.
    • To get the player key, in the JW Dashboard go to Players > Tools. In the Cloud Hosted Player Libraries section at the top of the page, select the player you want to use from the Player Title drop down. Then, in the Cloud Player Library URL field, copy the eight-character value that appears just before .js. This value is the Player key.
    • For example, if your Cloud Player Library URL is https://content.jwplatform.com/libraries/BHYYA1V3.js, your player key is BHYYA1V3.
  5. Create one or more video playlist(s) in the JW Player Dashboard and record their eight-character playlist IDs.
  6. Configure your site by editing the config.json file in the directory where you extracted the JW Showcase release files.
    • Use the player key from the previously step in the player field.
    • Use playlist IDs for the featuredPlaylist and playlists key.
  7. Visit your site.

Support and Bug Reporting

To report bugs and feature requests, or request help using JW Showcase, use this repository's Issues page.

jw-showcase's People

Contributors

christiaanscheermeijer avatar johnluther avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.