You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OK, this is a seed of an idea, to look at ways to connect BeeKeeper with a Livepeer Orchestrator.
Livepeer Orchestrator
Livepeer Orchestrator receive linearly-streaming video content, usually live, and balances it across a cluster of Livepeer Transcoders. It uses https://github.com/livepeer/go-livepeer in -orchestrator mode.
In this context, transcoding is considered to be something like "receiving video content in 1080p and re-sizing it into 720p, 480p, 360p, 240p and 144p.
Continuous Streaming
Livepeer Transcoders currently aim to receive, and transcode the content in sub-real time, and serve it back to their customer (a Livepeer Broadcaster) in sub-real-time.
This enables an uninterrupted flow of video which is crucial for live-streaming content.
Motivation
My motivation for this is to find the right way to coordinate:
linearly-streaming video content being transcoded (e.g. from 1080p to 144p for improved accessibility), with
OK, this is a seed of an idea, to look at ways to connect BeeKeeper with a Livepeer Orchestrator.
Livepeer Orchestrator
Livepeer Orchestrator receive linearly-streaming video content, usually live, and balances it across a cluster of Livepeer Transcoders. It uses https://github.com/livepeer/go-livepeer in
-orchestrator
mode.They are sometimes called Video Miners.
Transcoding
In this context, transcoding is considered to be something like "receiving video content in 1080p and re-sizing it into 720p, 480p, 360p, 240p and 144p.
Continuous Streaming
Livepeer Transcoders currently aim to receive, and transcode the content in sub-real time, and serve it back to their customer (a Livepeer Broadcaster) in sub-real-time.
This enables an uninterrupted flow of video which is crucial for live-streaming content.
Motivation
My motivation for this is to find the right way to coordinate:
linearly-streaming video content being transcoded (e.g. from 1080p to 144p for improved accessibility), with
linearly-streaming content being stored
Related Issues
ethersphere/storage-incentives#26
ethersphere/bee#3042
Reference
https://livepeer.org/
https://livepeer.org/primer
The text was updated successfully, but these errors were encountered: