Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions README-en.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# looplive
<div align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/headerDark.svg" />
<img src="assets/headerLight.svg" alt="bilitool" />
</picture>
<p> </p>

[简体中文](./README.md) | English

> Welcome to use, provide more feedback, and contribute to this project via PR. Please do not use it for purposes that violate community regulations.

`looplive` is a 24/7 fully automated looping live streaming tool, expected to support more platforms.

The Python toolkit package and CLI designed for auto loop live.
The Python toolkit package and cli designed for auto loop live.

</div>

> Welcome to use, provide more feedback, and contribute to this project via PR. Please do not use it for purposes that violate community regulations.

## Preparation

Expand Down
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# looplive
<div align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/headerDark.svg" />
<img src="assets/headerLight.svg" alt="bilitool" />
</picture>
<p> </p>

简体中文 | [English](./README-en.md)

> 欢迎使用,欢迎提供更多反馈,欢迎 PR 贡献此项目,请勿用于违反社区规定的用途。

`looplive` 是一个 7 x 24 小时全自动循环推流直播工具,预计支持更多的平台。

The Python toolkit package and cli designed for auto loop live.

</div>

> 欢迎使用,欢迎提供更多反馈,欢迎 PR 贡献此项目,请勿用于违反社区规定的用途。

## 提前准备

首先,你的机器上需要有 `ffmpeg` 工具。
Expand Down
Loading