iameli-streams
iameli-streams
I misspelled `arbitrum-one-mainnet` as `arbirum-one-mainnet` and got a cryptic error back: ``` ▶ ./bin/livepeer -broadcaster -network arbirum-one-mainnet -ethUrl https://arb1.arbitrum.io/rpc -ethKeystorePath ~/.ethereum/keystore *-----------------*---------------------------------* | Network | arbirum-one-mainnet | | Broadcaster |...
So... this shouldn't be necessary. `protoc` is needed to build the files in `net` like `net/lp_rpc.pb.go`. Those files are committed to the repo; `make` shouldn't be rebuilding them. And yet,...
### Testcontainers version 0.23.0 ### Using the latest Testcontainers version? Yes ### Host OS Ubuntu 22.04 ### Host arch amd64 ### Go version 1.20.5 ### Docker version ```shell ▶ docker...
I'd like to build c2patool into a multi-architecture amd64/arm64 Docker image but I see we only have linux amd64 right now - would be great to have both!
We have this right now: ``` -pricePerBroadcaster list of price per broadcaster or path to json config file. Example: {"broadcasters":[{"ethaddress":"address1","priceperunit":1000,"pixelsperunit":1},{"ethaddress":"address2","priceperunit":1200,"pixelsperunit":1}]} ``` But it'd be nice to be more sophisticated here...
TLDR: Keep using local transcoder until it's at capacity or otherwise fails, then use mainnet.
For overriding stuff! This will allow people to better override configuration settings in their development environment and set up the framework for people to run their own boxes in production-like...
This test will start passing when Mist fixes a bug related to missing TS headers.
Also a fix to use the default pipeline strategy on catalyst-api.
Needed to run binaries built on an Ubuntu 22.04 dev environment. But also it's probably just a good idea.