Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emako/tiktokliverec

Douyin/Tiktok Live Recorder with GUI | 抖音录播无人值守立即上手
https://github.com/emako/tiktokliverec

douyin recorder tiktok

Last synced: 3 months ago
JSON representation

Douyin/Tiktok Live Recorder with GUI | 抖音录播无人值守立即上手

Awesome Lists containing this project

README

        

[English](README.md) | [简体中文](README.zh-Hans.md)

# Tiktok Live Rec

[![GitHub license](https://img.shields.io/github/license/emako/TiktokLiveRec)](https://github.com/emako/TiktokLiveRec/blob/master/LICENSE) [![Actions](https://github.com/emako/TiktokLiveRec/actions/workflows/build.yml/badge.svg)](https://github.com/emako/TiktokLiveRec/actions/workflows/library.nuget.yml) [![Platform](https://img.shields.io/badge/platform-Windows-blue?logo=windowsxp&color=1E9BFA)](https://dotnet.microsoft.com/en-us/download/dotnet/latest/runtime)

With a graphical UI, unattended operation, and live streaming recording capabilities.

Based on FFmpeg and FFplay.

## Screen Shot

image-20241113165355466

## Dependencies Runtime

For Windows: [.NET Desktop Runtime 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)

For Others: [.NET Runtime 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)

## Live Streaming

Support following live site.

| Site | Status |
| ------------- | --------- |
| Douyin (抖音) | Available |
| Tiktok | TBD |

How to add live room:

```bash
# Douyin room URL like following:
https://live.douyin.com/XXX
https://www.douyin.com/root/live/XXX

# Tiktok room URL like following:
https://www.tiktok.com/@XXX/live
```

## Support OS

For rapid development, first implement WPF-based windows support.

Implementing other OS's based on my personal needs or other user reactions.

BTW macOS may will be the next supported OS.

| OS | Framework | Status |
| ------- | -------------------- | --------- |
| Windows | WPF | Available |
| macOS | Avalonia | TBD |
| Ubuntu | Avalonia or WPF+Wice | TBD |
| Android | Avalonia or MAUI | TBD |
| iOS | Avalonia or MAUI | TBD |
| tvOS | TBD | TBD |

## Privacy Policy

See the [Privacy Policy](PrivacyPolicy.md).

## License

This project is licensed under the [MIT License](LICENSE).

## Thanks

To save maintenance costs, refer to the specific string data form [DouyinLiveRecorder](https://github.com/ihmily/DouyinLiveRecorder), just like regex and so on.