11<div align =" center " >
22
3- <img src =" https://img.shields.io/badge/JKVideo-Bilibili_Client -00AEEC?style=for-the-badge&logo=bilibili &logoColor=white " alt =" JKVideo " />
3+ <img src =" https://img.shields.io/badge/JKVideo-Video_Client -00AEEC?style=for-the-badge&logoColor=white " alt =" JKVideo " />
44
55# JKVideo
66
7- ** A feature-rich third-party Bilibili React Native client**
7+ ** A feature-rich React Native video client**
88
99* DASH playback · Real-time danmaku · WBI signing · Live streaming · Cross-platform*
1010
4242## Features
4343
4444🎬 ** Full DASH Playback**
45- Bilibili DASH stream → ` buildDashMpdUri() ` local MPD → ExoPlayer native decode, supports 1080P+ & 4K HDR
45+ DASH stream → ` buildDashMpdUri() ` local MPD → ExoPlayer native decode, supports 1080P+ & 4K HDR
4646
4747💬 ** Complete Danmaku System**
4848Video danmaku with XML timeline sync + 5-lane floating overlay; Live danmaku via WebSocket with guard marks & gift counting
138138
139139components/ # UI components (player, danmaku, cards, etc.)
140140hooks/ # Data hooks (video list, stream URLs, danmaku, etc.)
141- services/ # Bilibili API wrapper (axios + cookie interceptor)
141+ services/ # Video platform API wrapper (axios + cookie interceptor)
142142store/ # Zustand stores (auth, download, playback, settings)
143143utils/ # Utilities (format, image proxy, MPD builder)
144144```
@@ -149,9 +149,9 @@ utils/ # Utilities (format, image proxy, MPD builder)
149149
150150| Limitation | Reason |
151151| ---| ---|
152- | 4K / 1080P+ requires premium account | Bilibili API restriction |
152+ | 4K / 1080P+ requires premium account | API restriction |
153153| FLV live streams not supported | Neither HTML5 nor ExoPlayer support FLV; HLS auto-selected |
154- | Web requires local proxy | Bilibili image Referer anti-hotlinking |
154+ | Web requires local proxy | Image CDN Referer anti-hotlinking |
155155| Feed / like / collect features | Requires ` bili_jct ` CSRF token, not yet implemented |
156156| QR code expires after 10 minutes | Close and reopen the login modal to refresh |
157157
@@ -166,8 +166,7 @@ Issues and PRs are welcome! Please read [CONTRIBUTING.md](CONTRIBUTING.md) first
166166## Disclaimer
167167
168168This project is for personal learning and research purposes only. Not for commercial use.
169- All video content copyright belongs to the original authors and Bilibili.
170- This project is not affiliated with Bilibili in any way.
169+ All video content copyright belongs to the original authors and the respective platforms.
171170
172171---
173172
0 commit comments