streaming
Here are 1,901 public repositories matching this topic...
API documentation
Hi,
I was looking for a complete documentation of the actual Koel API, but I could not find any in the wiki. Not sure if I missed it somewhere, in such case I am really sorry.
If there is no such documentation, I think adding one somewhere, like in the wiki, would be a great addition!
Thanks!
Doc changes:
- Rework security docs (WIP)
- API key docs (with Colin)
- Cloud First work (Meta issue #11530)
- [Doc]Relocate logstash-to-cloud topic for increased visibility #11884
- [[Doc]Replace cloud trial notice with attribute #11881](https://github.com/el
Hi all,
I recently migrate from Untyped actor to typed, but the Useful Test framework is not working anymore.
I cannot find any documentation of how to make works TestProbe and TestActorRefwith Akka actor Typed
Regards
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
I think we should create an INSTALL.md file in the root of this repo with detailed installation instructions for each OS, including our recommended installation method, as well as alternatives.
For Mac, for example, we recommend the official installer on the website, but it's also available via a Homebrew Cask.
For each Linux variant, there will be a different command or preferred file to
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
-
Updated
May 13, 2020 - Java
Lots of great streamers! It'd be cool if there was a script to follow all of them at once :)
Currently, every track added to downloads immediately starts downloading. Downloads are therefore behaving inconsistently, are not saved over program restarts, and can fail randomly without properly notifying the user. The following improvements are proposed:
- Store the list of downloads in db/on disk somewhere. The main process will manage this list.
- Allow the renderer process to query the
Is your feature request related to a problem? Please describe.
There is apache pulsar deploy-monitoring article, it describes how to to collect metrics.
These are exposes metrics (via prometheus endpoint)
https://github.com/apache/pulsar/blob/master/site2/docs/reference-metrics.md
Most of them are performance
Summa
Trying to build under ubuntu 16.04 with go 1.10.1, and following the building instructions:
root@builder:~# go get github.com/travisjeffery/jocko
package github.com/travisjeffery/jocko: no Go files in /root/go/src/github.com/travisjeffery/jocko
root@builder:~# cd go/src/github.com/travisjeffery/jocko/
root@builder:~/go/src/github.com/tr
When opening/decoding magnet links, parsing x.pe parameter would allow faster download and bootstrapping of torrents.
More info: http://bittorrent.org/beps/bep_0009.html#magnet-uri-format
I used to do such things as
curl -sX PATCH -H "X-Api-Key: $KEY" "$T/downloads/$H" --data "state=stop"
but that now results in
{"error": {"handled": false, "code": "JSONDecodeError", "message": "Expecting value: line 1 column 1 (char 0)"}}
and both
https://github.com/Tribler/tribler/blob/devel/doc/restapi/downloads.rst
and
-
Updated
May 13, 2020 - C++
Add FAQ section
- How does this work?
- Is it secure and private?
- What is WebTorrent?
- How large can the files be?
- How does streaming work?
Currently, changes to plugin information models need to be mirrored, manually in the respective README.md.
This proposal outlines a possible approach to:
- Generate the relevant portion of the README directly from the info model.
- Integrate into the existing plugin release process.
A: Create a doc-gen lein plugin to render an information-model map into markdown
- Content should correspond
Instead of always allocating a fixed size buffer (1,000,000 bytes currently), it should leverage the upfront knowledge of total size of the metadata and allocate Math.min(DEFAULT_BUFFER_LEN, metadata.length()).
-
Updated
May 14, 2020 - Go
Improve this page
Add a description, image, and links to the streaming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the streaming topic, visit your repo's landing page and select "manage topics."

This issue (webtorrent/webtorrent#1685) mentioned a nice resource that shows how to integrate WebTorrent with various JS video libraries.
https://qiita.com/mehdi/items/22ba55ae30bdcedd0746
Would be nice to add updated versions of these examples to the docs.