Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saitolume/liverty-studio
💻 Live streaming software for Virtual Liver that only needs VRM
https://github.com/saitolume/liverty-studio
electron ffmpeg livestream vrm
Last synced: 13 days ago
JSON representation
💻 Live streaming software for Virtual Liver that only needs VRM
- Host: GitHub
- URL: https://github.com/saitolume/liverty-studio
- Owner: saitolume
- License: mit
- Created: 2019-10-26T08:59:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T11:30:36.000Z (almost 2 years ago)
- Last Synced: 2023-10-20T22:57:06.131Z (about 1 year ago)
- Topics: electron, ffmpeg, livestream, vrm
- Language: TypeScript
- Homepage:
- Size: 5.58 MB
- Stars: 34
- Watchers: 3
- Forks: 5
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Liverty Studio
![CI Status](https://github.com/saitoeku3/liverty-studio/workflows/actions/badge.svg)
> Live streaming software for Virtual Liver that only needs VRM
![Screenshot](https://i.gyazo.com/1b2adfebda6ae2eaab71cb056fd91c30.png)
## Download
[macOS](https://github.com/saitoeku3/liverty-studio/releases)
## Requirements
- Node.js 12.3.1 (LTS)
- FFmpeg## Development
```bash
$ brew install ffmpeg
$ git clone https://github.com/saitoeku3/liverty-studio.git
$ cd liverty-studio
$ npm ci
$ mpm run dev
```