ott-web-app
ott-web-app copied to clipboard
Host your own video focus site that works across devices.
Goal: Track viewer behavior on a (logged-in) user level Solution for Cleeng Fill the `oaid` of the [OTT analytics endpoint](https://github.com/jwplayer/ott-web-app/blob/develop/docs/features/video-analytics.md) with the cleeng subscriberId / customer id ``` GET https://mediastore-sandbox.cleeng.com/customers/198215543...
## Description - for the params we expect to be true, we accept following values: - boolean `true` - `'true'` / `'yes'` strings in lower / upper case - numbers...
On the Movie, Series and LiveChannels screens, a lot of similar meta tags are rendered. This should be refactored into a `VideoMetaTags` (or something similar) component.
Some series features don't work properly anymore in the current state. This is due to data not being configured in the app config and @dbudzins also suspects that there are...
To get started we're forwarding people to these docs: - Easy deployment - Enable dynamic configuration (from JW Dashboard) Suggestion: make 'enable dynamic configuration' part of the easy deployment steps.
For the demo / dev mode we want to have easy access to switching configs and potentially other settings like the jw host (dev vs prod) From Slack (@marcovandeveen): Functionally...
Add the protection information to the Setup Documentation. Specifically: - Prevent foreign content from being played on your site: - Build using predefined configs - Enable URL signing & run...
## Description - new recommendations shelf based on the watched video - new playlist type 'recommendations' - docs updated - e2e tests This PR solves #32. ### Steps completed: According...
We are mostly just using the `logDev` method everywhere. We should really add a logging framework with an adjustable log level.
The access attribute`free` has ambiguous behavior - `""` --> blocked - `false` --> open to anonymous users - `true` --> open to anonymous users - `False` --> open to anonymous...