Skip to content
#

html5-video

Here are 185 public repositories matching this topic...

ranst91
ranst91 commented Jun 10, 2018

Browser: Chrome (latest)

OS: Windows 10

Clappr Version: 0.2.95

Going through all issues related to logging, it seems like someone insisted on having fatal errors logged without an open to turn them off.

I'd appreciate providing of any way to disable also fatal errors, as it makes no sense to have them on production.

Also, the documentation (API reference) does not supply

wolfika
wolfika commented Mar 6, 2017

The main field in lightGallery's bower.json now contains several unneeded assets, that it should not, for example font and image files, minified assets, etc.

According to Bower specification:

Use source files with module exports and imports over pre-built distribution files.
Do not include minified files.
Do not include asset

griffith
xiaoyuhen
xiaoyuhen commented Apr 2, 2019

Griffith Roadmap: April - October 2019

Roadmap Overview

This roadmap is meant to give our team and users clarity over our priorities over the next 6 months. It's meant more as a set of guidelines than as a strict set of tasks we are bound to finish. We may adjust over this period depending on changing needs and feedback from our users.

At a high-level, we're going to be focusing on

Barahten
Barahten commented Apr 20, 2020

Apparently the parsing process has some kind of error, if a sprite is specified in the VTT file relative to the VTT file, then the player loads the sprite relative to the root of the site
2020-04-20-205114
2020-04-20-205250

In the case that is

tjnycum
tjnycum commented Apr 30, 2020

Steps to reproduce:

  1. Open extension's menu and click Shortcuts to show the "shortcut list".
  2. Click Picture-in-Picture, opening the "edit dialog".
  3. Press any key other that what's shown as the current setting (if any).
  4. Note that the list behind the dialog already reflects the change. (Expected: no change to the list unless and until Save is clicked, as that's when the change is actuall
StuartCarrison
StuartCarrison commented Mar 30, 2019

Step 1/7 : FROM petrosagg/resin-wpe:raspberrypi3-30c7465
---> 4b90e1c6a06a
Step 2/7 : COPY udev-rules/ /etc/udev/rules.d/
Using cache
---> 801296c43c60
Step 3/7 : COPY wpe-init /wpe-init
Using cache
---> 56c77d01e232
**Step 4/7 : RUN chmod +x wpe-init
---> Running in 12b9f22eaa8c
panic: standard_init_linux.go:175: exec user process caused "no such file or directory" [recovered]

jfbloom22
jfbloom22 commented Apr 18, 2018

Intention is to stop playback and reset the playhead back to the beginning.
I started off dispatching two actions:

dispatch(actions.setPlayHead(id, .1));
dispatch(actions.pause(id));

This worked the first time I called it but failed subsequent times. See my other issue about this: jplayer/react-jPlayer#13

What ended up working great:
`dispatch(action

Improve this page

Add a description, image, and links to the html5-video topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the html5-video topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.