THMonster / Revda

Tools to play live stream with danmaku.
GNU General Public License v2.0
214 stars 12 forks source link

Revda

Linux平台下的弹幕直播播放工具。

5.0.0发布,更名为Revda,gui工具使用tauri重写,不再依赖qt,很多地方有较大改动,请阅读Github Wiki

Features

Support Status

Site 直播 直播弹幕 视频 视频弹幕
Bilibili
Douyu
Huya
YouTube
Twitch

Screenshot

Screenshot.png Screenshot.png

Requirements

Installation

Archlinux

ArchlinuxCN repo

sudo pacman -S revda-git

Thanks for @MarvelousBlack's maintenance.

AUR

paru -S revda-git # or any other aur helper

From source

git clone https://github.com/THMonster/Revda.git --recursive
cd Revda
mkdir build
cd ./build
cmake -DCMAKE_BUILD_TYPE=Release ..
# build revda without dmlive
# cmake -DCMAKE_BUILD_TYPE=Release -DNODMLIVE=1 ..
make
sudo make install/fast

Usage

Github Wiki