Skip to content
#

video-player

Here are 745 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

joeyparrish
joeyparrish commented May 1, 2020

In many older tutorials, we use things like var and .then() that we forbid in our actual codebase. It would be more readable if the docs used a more modern syntax, especially around Promises. Not only is await easier to read, but our use of .then() in docs may mislead a reader into thinking that they must do the same.

iqradada
iqradada commented Aug 21, 2019

Wanted to ask a few questions about features:

  • is there in-built tracking?
  • native mobile support?
  • is there a test runner like karma?
  • what audio types are supported?
  • are there thumbnail previews?
  • mirroring/ over-the-air support?
  • i18n?
  • VR?
  • what's the bundle/library size?
HarryHeights
HarryHeights commented May 30, 2019

你好,我是哈利。我参与为开源项目创建文档。这是我在帮助开源项目方面所做贡献的一部分。我参与创建的文档之一是隐私政策。隐私政策将提供有关用户信息收集,使用和安全性的详细信息。我真的不知道你是否从外部收集用户信息,但是,如果你不这样做,最好通过隐私政策让最终用户知道。
贡献者指南也是一份重要文件,可以帮助潜在的合作者轻松地为您的项目做出贡献。

我很想听听你对此的看法。

Hello, I'm Harry. I engage in creating documents for open source projects. It's part of my contribution in helping open source projects. One of the documents I engage in creating is a privacy policy. The priva

📺 高仿全民直播(全民TV),项目采用 MVP + RXJava + Retrofit + OKHttp + Material Design + Dagger2 + Base + Glide + GreenDao构建。因为全民TV已经凉了,导致App已经连不上。所以本项目已暂停维护。仅供学习。 推荐MVPFrame: https://github.com/jenly1314/MVPFrame 和你值得拥有的MVVMFrame快速开发框架: https://github.com/jenly1314/MVVMFrame

  • Updated May 29, 2019
  • Java
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

AlejandroFlorin
AlejandroFlorin commented Sep 13, 2019

The Getting Started document currently shows these import paths:

import {VgCoreModule} from 'videogular2/core';
import {VgControlsModule} from 'videogular2/controls';
import {VgOverlayPlayModule} from 'videogular2/overlay-play';
import {VgBufferingModule} from 'videogular2/buffering';

Those are no longer valid. I was able to compile with the following imports:

import { VgCoreModule } f

Improve this page

Add a description, image, and links to the video-player 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 video-player topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.