https://github.com/emako/tiktokliverec
Douyin/Tiktok Live Recorder with GUI | 抖音录播无人值守立即上手
https://github.com/emako/tiktokliverec
douyin recorder tiktok
Last synced: about 1 month 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 (8 months ago)
- Default Branch: master
- Last Pushed: 2024-11-17T17:17:11.000Z (7 months ago)
- Last Synced: 2024-11-17T18:27:38.967Z (7 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
[](https://github.com/emako/TiktokLiveRec/blob/master/LICENSE) [](https://github.com/emako/TiktokLiveRec/actions/workflows/library.nuget.yml) [](https://dotnet.microsoft.com/en-us/download/dotnet/latest/runtime) [](https://github.com/emako/TiktokLiveRec/releases)
[](https://github.com/emako/TiktokLiveRec/releases)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 | Available |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 | Under Development |
| Ubuntu | Avalonia | TBD |
| Android | Avalonia | TBD |
| iOS | Avalonia | TBD |
| tvOS | TBD | TBD |## Your Cookie Can
Check it from [GETCOOKIE_DOUYIN.md](doc/GETCOOKIE_DOUYIN.md) or [GETCOOKIE_TIKTOK.md](doc/GETCOOKIE_TIKTOK.md).
## 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.