Victor Elias
Victor Elias
This has been long due! Just merged a PR with a bunch of improvements on the deployment and a README on how to do it yourselves! @Borealis404 @H9660 Could you...
@leszko from the Delta project we kept a testnet running which is still being used by this dev explorer: https://goerli-explorer.livepeer.monster/treasury It was not considered an official "devnet" since it does...
Hey @rickstaa! Even tho there's no explicit go or defer statements there, there is a closure on this anonymous function sent to that auto updater: https://github.com/livepeer/go-livepeer/blob/b739f354ce42d20d51c0778156999932dd8c2ae8/cmd%2Flivepeer%2Fstarter%2Fstarter.go#L799 And that updater itself...
Agree with almost everything! Some comments: > To ensure the cloud provider didn't tamper with the contents of the file, we probably want to add an extra step of calculating...
More concrete examples for input/output: - Input `POST /api/vod` ```json { "url": "https://storage.google.cloud/my-bucket/my-file.mp4", "output_locations": [ { "type": "object_store", "url": "pinata://key:[email protected]?name=asset_12345" // pinata_access_key field is not necessary. it's embedded in the...
I believe the minimum would be keeping the same protocols we support today: - RTMP and SRT for ingest - HLS for playback Maybe we were also intending on releasing...