All Projects → LeeeeeeM → bilibili-web-socket

LeeeeeeM / bilibili-web-socket

Licence: other
弹幕 web websocket

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to bilibili-web-socket

record-encode-audio-from-browser
Record/Encode Audio on Browser using the WebAudio API and "ported" libraries.
Stars: ✭ 55 (+189.47%)
Mutual labels:  encode
Androidcamera
🔥🔥🔥自定义Android相机(仿抖音 TikTok),其中功能包括视频人脸识别贴纸,美颜,分段录制,视频裁剪,视频帧处理,获取视频关键帧,视频旋转,添加滤镜,添加水印,合成Gif到视频,文字转视频,图片转视频,音视频合成,音频变声处理,SoundTouch,Fmod音频处理。 Android camera(imitation Tik Tok), which includes video editor,audio editor,video face recognition stickers, segment recording,video cropping, video frame processing, get the first video frame, key frame, v…
Stars: ✭ 2,112 (+11015.79%)
Mutual labels:  encode
characteristics
Character info under different encodings
Stars: ✭ 25 (+31.58%)
Mutual labels:  utf
StringConvert
A simple C++11 based helper for converting string between a various charset
Stars: ✭ 16 (-15.79%)
Mutual labels:  encode
Androidutilcode
AndroidUtilCode 🔥 is a powerful & easy to use library for Android. This library encapsulates the functions that commonly used in Android development which have complete demo and unit test. By using it's encapsulated APIs, you can greatly improve the development efficiency. The program mainly consists of two modules which is utilcode, which is commonly used in development, and subutil which is rarely used in development, but the utils can be beneficial to simplify the main module. 🔥
Stars: ✭ 30,239 (+159052.63%)
Mutual labels:  encode
time decode
A timestamp and date decoder written for python 3
Stars: ✭ 24 (+26.32%)
Mutual labels:  encode
libutf8
A whatwg compliant UTF8 encoding and decoding library
Stars: ✭ 32 (+68.42%)
Mutual labels:  encode
janus-gateway-live
RTMP edge speed with janus-gateway
Stars: ✭ 38 (+100%)
Mutual labels:  encode
Silk V3 Decoder
kn007's blog
Stars: ✭ 1,832 (+9542.11%)
Mutual labels:  encode
unicode-lookup
The web's best unicode lookup tool!
Stars: ✭ 49 (+157.89%)
Mutual labels:  utf
node-lei-proto
简单的Buffer编码/解析模块
Stars: ✭ 14 (-26.32%)
Mutual labels:  encode
He
A robust HTML entity encoder/decoder written in JavaScript.
Stars: ✭ 2,973 (+15547.37%)
Mutual labels:  encode
fastproto
FastProto is a binary data processing tool written in Java.
Stars: ✭ 65 (+242.11%)
Mutual labels:  encode
WWW2020-grec
Future Data Helps Training: Modeling Future Contexts for Session-based Recommendation
Stars: ✭ 17 (-10.53%)
Mutual labels:  encode
haystack bio
Haystack: Epigenetic Variability and Transcription Factor Motifs Analysis Pipeline
Stars: ✭ 42 (+121.05%)
Mutual labels:  encode
crypthash-net
CryptHash.NET is a .NET multi-target library to encrypt/decrypt/hash/encode/decode strings and files, with an optional .NET Core multiplatform console utility.
Stars: ✭ 33 (+73.68%)
Mutual labels:  encode
video-quality-metrics
Test specified presets/CRF values for the x264 or x265 encoder. Compares VMAF/SSIM/PSNR numerically & via graphs.
Stars: ✭ 87 (+357.89%)
Mutual labels:  encode
morse
Morse Code Library in Go
Stars: ✭ 75 (+294.74%)
Mutual labels:  encode
utfbom
Detection of the BOM and removing as necessary
Stars: ✭ 87 (+357.89%)
Mutual labels:  utf
utf utils
My work on high-speed conversion of UTF-8 to UTF-32/UTF-16
Stars: ✭ 45 (+136.84%)
Mutual labels:  utf-16

目前只是web通过websocket链接

请打开控制台,接受弹幕 目前用原生的ws实现,建议使用chrome浏览器

demo地址

特别提醒,尽量进一个比较火的直播房间 (⊙﹏⊙)b 有的很冷清半天看不到一个弹幕

B站直播网址

示例

这个房间稳定有弹幕 7623885

最新更新 => 通过进行nginx代理,通过我的域名转发到bilibili弹幕ws服务上,目前服务到期不再转发,开发者自行配置

导入 npm install -d bilibili-websocket 或者 全局引用 BILIWS window.BILIWS

BILIWS 对外暴露$destroy、$start、$subscribe三个API。

使用方式见example示例

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].