Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 | 抖音录播无人值守立即上手
- Host: GitHub
- URL: https://github.com/emako/tiktokliverec
- Owner: emako
- License: mit
- Created: 2024-10-21T15:05:27.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-11-17T17:17:11.000Z (3 months ago)
- Last Synced: 2024-11-17T18:27:38.967Z (3 months ago)
- Topics: douyin, recorder, tiktok
- Language: C#
- Homepage:
- Size: 1.02 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## 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.