Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/livepeer/studio
Livepeer Studio is your home for building, broadcasting, and publishing video on the open internet with the Livepeer Network. Effortlessly manage livestreams, video uploads, API keys, network usage, billing, and more.
https://github.com/livepeer/studio
Last synced: 2 months ago
JSON representation
Livepeer Studio is your home for building, broadcasting, and publishing video on the open internet with the Livepeer Network. Effortlessly manage livestreams, video uploads, API keys, network usage, billing, and more.
- Host: GitHub
- URL: https://github.com/livepeer/studio
- Owner: livepeer
- License: mit
- Created: 2020-07-29T18:37:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T18:51:33.000Z (8 months ago)
- Last Synced: 2024-05-28T22:08:32.746Z (8 months ago)
- Language: TypeScript
- Homepage: https://livepeer.studio
- Size: 205 MB
- Stars: 63
- Watchers: 11
- Forks: 31
- Open Issues: 231
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-github-star - studio
README
# Livepeer Studio
## Table of Contents
- [Livepeer Studio](#livepeer-studio)
- [Table of Contents](#table-of-contents)
- [Requirements](#requirements)
- [Getting Started](#getting-started)
- [Contributing](#contributing)
- [Packages](#packages)## Requirements
This project requires `node >=10.0.0`, `yarn >=1.0.0`, and Docker. A unix shell
is also required.- [Installing Node](https://docs.npmjs.com/getting-started/installing-node)
- [Installing Yarn](https://yarnpkg.com/lang/en/docs/install/)
- [Installing Docker](https://docs.docker.com/get-docker/)
- [UNIX Shell (Windows users)](https://docs.microsoft.com/en-us/windows/wsl/install-win10)## Getting Started
To get started, clone the repo and install its dependencies:
```bash
git clone https://github.com/livepeer/studio.git
cd livepeer-studio
yarn
```## Contributing
Thanks for your interest in Livepeer Studio. There are many ways you can
contribute. To start, take a few minutes to look over the official guide:**[Read the "Contributing to Livepeer Studio" Guide ยป](https://github.com/livepeer/studio/blob/master/CONTRIBUTING.md)**
We happily await your pull requests and/or involvement in our
[issues page](https://github.com/livepeer/studio/issues) and hope to see your
username on our
[list of contributors](https://github.com/livepeer/studio/graphs/contributors)
๐๐๐## Packages
| Name | Description |
| ------------------------------------------------------------------------------------- | ------------------------------------------- |
| [`@livepeer.studio/api`](https://github.com/livepeer/studio/tree/master/packages/api) | Livepeer Studio API for controlling streams |
| [`@livepeer.studio/www`](https://github.com/livepeer/studio/tree/master/packages/www) | The Livepeer Studio frontend |