Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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