Skip to content
#

stream

Here are 1,862 public repositories matching this topic...

stefanovualto
stefanovualto commented Nov 27, 2018

What do you want to do with Hls.js?
I want to use hlsjs with DRM (widevine, and maybe others if available), but I was not able to any documentation around how to do it.

What have you tried so far?
to set the following config properties:

  • widevineLicenseUrl: this.drmProviders.widevine
  • emeEnabled: true

But I need to modify the license request to inject our specific token.

syncrocat
syncrocat commented Sep 24, 2019

Currently you can only download songs by setting them as the active song and using the top-right menu, or through the main UI section. Being able to download directly from the queue through the song's context menu would be nice

speedment
julgus
julgus commented Aug 29, 2019

When dealing with a database with a large number of columns and tables, it would be handy to hide all disabled columns to make the tree more comprehensible. A suggestion would be to add a small toolbar above the tree with a toggle button to hide/view disabled columns. Alternatively it could be an option in the context menu.

mAAdhaTTah
mAAdhaTTah commented Nov 5, 2017

Adding information on how to test Kefir Observables would be a nice addition to the docs. Wondering if we should put all of that into the main docs site, or have a separate site for testing with chai-kefir, or maybe moving all the docs into a kefirjs.github.io repo & website. Thoughts?

alextes
alextes commented Dec 18, 2018

Just solved an issue for a user that was confused by form-data's error message. In the following case:

const FormData = require('form-data');

const form = new FormData();
const user = { avatar_file: 'abc.png' }; // no nickname in here

form.append('nickname', user.nickname); // <- you're passing undefined here

The error thrown

znorris
znorris commented Oct 31, 2019

It sounds as though there is desire from users to have a MP4 concat feature (to include myself). Specifically I'm talking about a mapping that describes multiple clips that should be concatenated into a single MP4.

It would also be nice to see further documentation on the current concat filter implementation. When I think of the concat filter I'm thinking of the ffmepg concat filter, or demuxer

domenic
domenic commented Feb 16, 2018

Streams is a bit different in structure from other specifications in that it uses a heading for every API surface and abstract operation. This leads to a much larger table of contents than other specifications, and as such, I think the TOC is not very useful in its current form.

I think we should omit:

  • Everything under "Class X"
  • Every abstract operation (but keep the categories, e.g.

Improve this page

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

Learn more

You can’t perform that action at this time.