hls
Here are 509 public repositories matching this topic...
The text says "y is the number of changes of chroma samples between the first and seconds rows of a pixels."
But isn't it more accurate to say:
"y is the number of changes of chroma samples between the first and last rows of a pixels."
If not, I still don't understand how chroma subsampling is used!
中文用户请注意:请尽量用英文描述你的 issue,这样能够让尽可能多的人帮到你。
If you want to report a bug, please provide the following information:
- The steps to reproduce.
- A minimal demo of the problem via https://jsfiddle.net or http://codepen.io/pen if possible.
- Which versions of DPlayer, and which browser / OS are affected by this issue?
The demo pages available at: http://<server address>/players (for example: http://172.16.1.239:8085/players/srs_player.html?vhost=players) are available in english too?
I installed from git sources and I have them in chinese.
Thank you!
Regards,
Dan
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
Refer to the API Doc of flvjs
flvjs.createPlayer()
There are several fields in MediaDataSource
However, in the render of flvjs, createPlayer
https://github.com/mediaelement/mediaelement/blob/66279317836c92fe3ef7b1f18ef069d682e9ed6c/sr
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
Have you read the FAQ and checked for duplicate open issues?
Yes
Is your feature request related to a problem? Please describe.
We provide no guidance on using Shaka Player with ReactJS, primarily because we have no experience with ReactJS on this team.
Describe the solution you'd like
A tutorial showing the most basic usage of the Shaka Player UI in
-
Updated
Jul 3, 2020 - JavaScript
Element UI version
2.4.5
OS/Browsers version
Chrome 67.0.3396.99 (64bit)
Vue version
2.5.17
Compent version
- VideoJs V6.6.2
- Element-UI v2.4.5
Reproduction Link
https://jsfiddle.net/15klli/h63s104c/14/
Steps to reproduce
- 点击“打开dialog”--click the link to open dialog
- 点击 poster中间的播放按钮(无反应) -- click the Pl
-
Updated
Jun 10, 2020 - JavaScript
-
Updated
May 24, 2020 - JavaScript
-
Updated
Nov 14, 2018 - JavaScript
如何支持audio音频播放
直接传了一个mp3文件路径,发现video标签并未赋值上去,poster也没有了
Expected Behavior【期望行为】
希望能支持audio文件,谢谢
Environment 【相关环境】
版本:0.11.0
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
-
Updated
Jul 4, 2020 - C++
-
Updated
Jan 4, 2020 - JavaScript
-
Updated
Jul 4, 2020 - Java
According to the HLS specification, we must sinalize that a given audio track is DVS by the addition of CHARACTERISTICS="public.accessibility.describes-video" tag. I wonder if we should implement an option at the Sequence level on mapped mode where I set "dvs": true or something and that propagates all the way to the HLS manifest. Thoughts on this one @erankor?
More information about this o
-
Updated
May 1, 2020 - JavaScript
Hey everyone,
While compiling GPAC with GCC 9, I encountered the format-overflow warning in multiple places, for example here: https://github.com/gpac/gpac/blob/master/src/utils/os_config_init.c#L610
gui_path is 4096 bytes max, and so is szPath.
So sprintf(gui_path, "%s%cgui.bt", szPath, GF_PATH_SEPARATOR) can be, at most:
- 4095 bytes (szPath minus its termination char)
- plus 1 byte
-
Updated
Jun 29, 2020 - C++
-
Updated
May 30, 2020 - C++
Improve this page
Add a description, image, and links to the hls topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hls topic, visit your repo's landing page and select "manage topics."


Description
Briefly describe the issue.
Include a reduced test case, we have a starter template on JSBin you can use.
I've run into a few issues with VideoJS HTTP Streaming: