Eli Mallon

Results 72 issues of Eli Mallon

OBS Studio supports the SRT protocol since 25.0, and obs-studio-node seems to be on v27.0.3 as far as I can tell. But attempting to stream SRT with Streamlabs OBS results...

**Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** HTTP and Websockets are on different ports **What is the expected behavior?** It'd...

projects/livepeer

Hi, It looks like xdomain handles the contents of FormData properly, but I'm working with an API where we pass raw data around sometimes -- `Blob` and `File` types. This...

Bug

I forked and added a package.json [here](https://github.com/streamkitchen/quiet-js/blob/master/package.json) so that I could install with npm and experiment with using it to sync audio feeds in Stream Kitchen. If you like I...

@marczeller commented on [Mon Feb 18 2019](https://github.com/livepeer/livepeerjs/issues/335) **What's the problem? (required)** Sometime delegators don't call the function `initializeRound()` or do it quite late. Currently it's a "tragedy of the common"...

In https://github.com/livepeer/go-livepeer/pull/2544 we disabled the arm64 docker build so that we could revert to an earlier, more compatible CUDA version. Ideally we'd publish an AMD64 build based on `nvidia/cuda:10.1-cudnn7-runtime` and...

status: triage
area: CI

Looks like https://github.com/livepeer/go-livepeer/pull/2499 broke some downstream projects by moving to `buildx` in go-livepeer; `orch-tester` and `task-runner` both depend on `livepeerci/build` for their ffmpeg build contexts so that they can embed...

status: triage

Orchestrators already the ability to self-check that they can transcode, and they do so on boot. We run into problems with "stuck Os" from time to time. If we add...

good first issue
status: backlog
type: feature
area: orchestrator QoL

Once upon a time you had to run `-testTranscoder` false if you were going to use Nvidia transcoding on Windows. That appears to have been fixed, hooray! But I did...

good first issue
area: orchestrator QoL
hacktoberfest

**Describe the bug** Currently, outgoing HTTP requests (at least from the webhook) have a generic go library as its header. I'm getting: ``` 'user-agent': 'Go-http-client/1.1', ``` For a variety of...

good first issue
type: feature
status: icebox