The Wayback Machine - https://web.archive.org/web/20200628214749/https://github.com/topics/live-streaming
Skip to content
#

live-streaming

Here are 161 public repositories matching this topic...

joeyparrish
joeyparrish commented May 1, 2020

In many older tutorials, we use things like var and .then() that we forbid in our actual codebase. It would be more readable if the docs used a more modern syntax, especially around Promises. Not only is await easier to read, but our use of .then() in docs may mislead a reader into thinking that they must do the same.

maxsharabayko
maxsharabayko commented Apr 30, 2020

FEC and packet filter documentation currently lacks information about how two parties negotiate packet filter configuration.

if side A does not specify any packet filer, but side B does, then side A just accepts the configuration from side B.

If both sides specify different filter types, the connection is rejected.
For FEC, at least the number of columns has to be specified. This will enabl

mre
mre commented Jun 19, 2018

What?

Show how to debug Rust code.

Why?

Debugging code is one of the core skills for software engineers.
Because Rust's current debugging story is not very mature yet, it might make sense to make an episode about the current debugging options and how to properly configure the environment.

How?

Start with some pre-existing but buggy code and set-up a new debugger from sc

Improve this page

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

Learn more

You can’t perform that action at this time.