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: 27 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T11:30:36.000Z (over 2 years ago)
- Last Synced: 2025-03-29T17:38:07.276Z (about 1 month ago)
- Topics: electron, ffmpeg, livestream, vrm
- Language: TypeScript
- Homepage:
- Size: 5.58 MB
- Stars: 35
- Watchers: 3
- Forks: 5
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Liverty Studio

> Live streaming software for Virtual Liver that only needs VRM

## 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
```