All Projects → THMonster → QLivePlayer

THMonster / QLivePlayer

Licence: GPL-2.0 license
Tools to play live stream with danmaku.

Programming Languages

rust
11053 projects
Vue
7211 projects
CMake
9771 projects
javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to QLivePlayer

Dplayer
🍭 Wow, such a lovely HTML5 danmaku video player
Stars: ✭ 12,101 (+7558.86%)
Mutual labels:  danmaku
Barragerenderer
一个 iOS 上的弹幕渲染库.
Stars: ✭ 2,084 (+1218.99%)
Mutual labels:  danmaku
nplayer
🚀 支持移动端、支持 SSR、支持直播,可以接入任何流媒体。高性能的弹幕系统。高度可定制,所有图标、主题色等都可以替换,并且提供了内置组件方便二次开发。无第三方运行时依赖。
Stars: ✭ 897 (+467.72%)
Mutual labels:  danmaku
Bilibili Downloader
哔哩哔哩视频下载器 | Yet another video downloader for Bilibili
Stars: ✭ 146 (-7.59%)
Mutual labels:  danmaku
Danmu Server
A danmaku server based on WebSocket. 弹幕服务器,基于WebSocket。
Stars: ✭ 169 (+6.96%)
Mutual labels:  danmaku
teki
Touhou-style shoot'em up
Stars: ✭ 60 (-62.03%)
Mutual labels:  danmaku
Danmu.js
HTML5 danmu (danmaku) plugin for any DOM element
Stars: ✭ 130 (-17.72%)
Mutual labels:  danmaku
danmaku-player
An HTML5 danmaku video player for real-time image processing using WebGl and Web Components.融合了webgl和web components的实时图像处理弹幕播放器
Stars: ✭ 40 (-74.68%)
Mutual labels:  danmaku
Niconvert
弹幕转换工具
Stars: ✭ 171 (+8.23%)
Mutual labels:  danmaku
FXDanmaku
High-performance danmaku with click event, reusable items and customize configurations.
Stars: ✭ 73 (-53.8%)
Mutual labels:  danmaku
Danmu Client
A cross-platforms danmaku client that supports transparency which based on canvas + WebSocket. 多用跨平台透明弹幕客户端,支持图文弹幕,基于canvas + WebSocket。
Stars: ✭ 151 (-4.43%)
Mutual labels:  danmaku
Danmaku
An open source Danmaku development kit for Unity3D.
Stars: ✭ 163 (+3.16%)
Mutual labels:  danmaku
Saccubus1
さきゅばす1系のリポジトリです
Stars: ✭ 49 (-68.99%)
Mutual labels:  danmaku
Bilibili Ban List
居家旅行常备的B站弹幕屏蔽列表
Stars: ✭ 143 (-9.49%)
Mutual labels:  danmaku
bullethell
A bullet hell game programmed using HTML5 and JS.
Stars: ✭ 30 (-81.01%)
Mutual labels:  danmaku
Commentcorelibrary
Javascript Live Comment (Danmaku) Engine Implementation. JS弹幕模块核心,提供从基本骨架到高级弹幕的支持。
Stars: ✭ 1,724 (+991.14%)
Mutual labels:  danmaku
Blivedm
获取bilibili直播弹幕,使用websocket协议
Stars: ✭ 230 (+45.57%)
Mutual labels:  danmaku
acfunlive-backend
AcFun直播通用后端
Stars: ✭ 19 (-87.97%)
Mutual labels:  danmaku
yutto
🧊 一个可爱且任性的 B 站视频下载器(bilili V2)
Stars: ✭ 383 (+142.41%)
Mutual labels:  danmaku
acfundanmu
AcFun直播API
Stars: ✭ 27 (-82.91%)
Mutual labels:  danmaku

Revda

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

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

Features

  • 支持国内外各大主流直播平台的直播播放。
  • 稳定60帧的弹幕。
  • 得益于mpv的优秀播放性能。
  • 直播录制,包括直播流和弹幕,弹幕直接包含在录制下来的视频文件中(字幕轨)。
  • Bilibili视频的播放与下载(都包含弹幕支持),自动连播以及选集。

Support Status

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

Screenshot

Screenshot.png Screenshot.png

Requirements

  • cmake (for build)
  • yarn (for build)
  • extra-cmake-modules (for build)
  • a proper rust compiler with cargo (for build)
  • mpv
  • ffmpeg
  • curl
  • webkit2gtk
  • nodejs (optional, for douyu support)

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 ..
make
sudo make install

Usage

Github Wiki

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].