Profile
Back to NewsBack
GitHub Trending 1 min
Reader Mode
Radekyspec/StartLive: 绕过B站直播姬获取推流地址

Radekyspec/StartLive: 绕过B站直播姬获取推流地址

13 hours ago

LOGO

StartLive

Bypass the requirement to use Bilibili’s official "LiveHime" client to start streaming.

Download / Update / Q&A QQ Group: 1022778201

🇨🇳 简体中文版

Disclaimer

  • This software is open-sourced under the GNU General Public License 3.0.
  • The software logo is not licensed under GPL-3.0. All rights are reserved by the artist 花漫酱 and the software developer. You may not claim GPL-3.0 authorization to use the logo without permission, nor use it for any commercial purpose without authorization.

Install

Download via Releases

Download link: Click here to download

Install via Windows Package Manager (winget)

winget install Radekyspec.StartLive

Install via AUR (Arch Linux/Manjaro)

Install startlive-git using an AUR helper (e.g. paru, yay, pikaur).
paru -S startlive-git

Supported Linux installations are managed and updated through the system package manager. The in-app Velopack updater is disabled on Linux, so Velopack does not need to be installed separately.

Screenshots

!2bf8d9d51186e774903b6cd26831f355

How to Use

Open the step-by-step guide (Tencent Docs)

Run from Source / Development

Ask DeepWiki</a>

Prerequisites

- On Windows: typically the built-in Windows Credential Locker - On macOS: typically the system Keychain

Install & Run

[!NOTE]
Only CPython official python (available
on Python.org) and pip are tested and recommended.
> If you encounter issues when installing dependencies, make sure to use the
correct package manager first.

Create a virtual environment:

python -m venv venv
  • Windows:
.\venv\Script\pip.exe install -r .\requirements.txt
.\venv\Script\python.exe .\StartLive.py
  • macOS / Linux:
./venv/bin/pip install -r ./requirements.txt
./venv/bin/python ./StartLive.py
Note: Bilibili does not enable HEVC (High Efficiency Video Coding) streaming for all users. If pushing the stream fails, please check your encoder/codec settings.
Chat with me