Skip to content
#

hls

Here are 509 public repositories matching this topic...

KIMwofe
KIMwofe commented Mar 17, 2020

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

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

hls.js
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

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 Sep 26, 2019

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

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

flavioribeiro
flavioribeiro commented Sep 23, 2019

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

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

gpac
RodolpheFouquet
RodolpheFouquet commented Apr 22, 2020

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

Improve this page

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

Learn more

You can’t perform that action at this time.