Questions tagged [clappr]
26 questions
3
votes
1 answer
How can I modify the attributes on the VIDEO tag in Clappr
I am trying to implement IOS 10's new playsinline attribute in Clappr (clappr.io), via a custom plugin. Currently I have the following code:
var IOS_Fullscreen_Plugin = Clappr.UIContainerPlugin.extend({
name: 'IOS_Fullscreen_Plugin',
…

Greg Schoppe
- 576
- 1
- 7
- 22
2
votes
2 answers
How can I reproduce the error "The play() request was interrupted because video-only background media was paused to save power"?
Introduction
As part of my project I have a player that receives a video stream.
I wanted it to autoplay and autostop when the stream starts and end so I introduced a check to see if the stream is active and start and/or stop the player in each…

Nelson Teixeira
- 6,297
- 5
- 36
- 73
2
votes
2 answers
Render Clappr player in ReactJS
I'm using Clappr player with ReactJS.
I want Clappr player component appear and destroy when I click to a toggle button. But it seems like when Clappr player is created, the entire page has reload (the toggle button dissapear and appear in a blink).…

Mir
- 104
- 1
- 2
- 11
1
vote
2 answers
How to include the JavaScript result into the player?
I need to include the result of this JavaScript.