Skip to content
#

video

Here are 4,401 public repositories matching this topic...

视频播放器(IJKplayer、ExoPlayer、MediaPlayer),HTTPS,支持弹幕,外挂字幕,支持滤镜、水印、gif截图,片头广告、中间广告,多个同时播放,支持基本的拖动,声音、亮度调节,支持边播边缓存,支持视频自带rotation的旋转(90,270之类),重力旋转与手动旋转的同步支持,支持列表播放 ,列表全屏动画,视频加载速度,列表小窗口支持拖动,动画效果,调整比例,多分辨率切换,支持切换播放器,进度条小窗口预览,列表切换详情页面无缝播放,rtsp、concat、mpeg。

  • Updated Apr 22, 2020
  • Java
KIMwofe
KIMwofe commented Mar 17, 2020

中文用户请注意:请尽量用英文描述你的 issue,这样能够让尽可能多的人帮到你。

If you want to report a bug, please provide the following information:

diddierh
diddierh commented Jun 23, 2016

Subject of the issue

Documentation needed

Steps to reproduce

When I need help with the options I just run coursera-dl but this is sometimes insufficient because this shows all the options but it doesn't explain how they work or how they're used, with options like --hooks --video-resolution is not possible to deduce how they must be used.

Would be nice to have a detailed exp

WWDC
bcmn
bcmn commented Jun 12, 2019

There are three colours in the playback progress indicator -- the current time, the hovered time, & the background colour. The WCAG contrast ratio (not normally applied to two non-font elements, but 🤫) doesn't pass on simply the current + background colour, never mind the intermediary hover colour.

<img width="170" alt="Screenshot 2019-06-12 at 22 26 44" src="https://user-images.githubuserconte

kanongil
kanongil commented Dec 16, 2019

Is your feature request related to a problem? Please describe.

The current engine only exposes WebVTT subtitles as kind: 'subtitles'. When the playlist entry contains CHARACTERISTICS="public.accessibility.transcribes-spoken-dialog,public.accessibility.describes-music-and-sound", it should have kind: 'captions'. This would match how it is exposed in the Safari HLS player.

**Describe

Nutomic
Nutomic commented Aug 28, 2019

A while ago, I noticed that someone was running a crawl on my instance, doing about 50 requests per second to the /api/v1/videos/ API endpoint for different video IDs. This caused 100% CPU usage, and slowed down requests from actual users.

I reported this issue to Chocobozzz so Peertube has a rate limit built in now. To reproduce the problem now, you have to increase the API rate limits in y

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

auphofBSF
auphofBSF commented Aug 21, 2019

A more consistent and multi-functional global level of verbosity control,
suggest an enhancement that will see print(...) in project be converted to using the python logging. module

import logging
#Then instead of print() use either
logging.info(......)
#or
logging.debug(.....)
#or
logging.warning(....)
#or
#logging.error()

In that way verbosity can be globally

legrostdg
legrostdg commented Jan 9, 2018

~/.config/youtube-dlg should just contain configuration files and not logs (which should go to $XDG_DATA_HOME/youtube-dlg/ ) nor youtube-dl binary (which should go to $XDG_CACHE_HOME).

Please also consider using appdirs instead of hardcoding ~/.config/

Improve this page

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

Learn more

You can’t perform that action at this time.