https://github.com/classyid/tiktokfb-restream
🔄 Script Bash untuk restreaming otomatis dari TikTok Live ke Facebook Live dengan monitoring status dan notifikasi Telegram
https://github.com/classyid/tiktokfb-restream
Last synced: 12 months ago
JSON representation
🔄 Script Bash untuk restreaming otomatis dari TikTok Live ke Facebook Live dengan monitoring status dan notifikasi Telegram
- Host: GitHub
- URL: https://github.com/classyid/tiktokfb-restream
- Owner: classyid
- Created: 2024-10-30T14:49:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T14:59:32.000Z (over 1 year ago)
- Last Synced: 2024-10-30T15:43:14.298Z (over 1 year ago)
- Language: Shell
- Homepage: https://s.id/artikel-TikTokFB-Restream
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TikTokFB-Restream
🔄 Script Bash untuk restreaming otomatis dari TikTok Live ke Facebook Live dengan monitoring status dan notifikasi Telegram.
## 🌟 Fitur Utama
- Restreaming otomatis dari TikTok Live ke Facebook Live
- Hardware acceleration support (VAAPI, NVENC, QSV)
- Monitoring status stream real-time
- Notifikasi Telegram untuk status dan error
- Watermark text overlay
- Auto-retry saat stream terputus
- Resource monitoring (CPU/RAM)
## 🛠️ Prasyarat
- FFmpeg
- curl
- jq
- Font DejaVu Sans (atau font lain yang didukung)
- Akses ke API Telegram (opsional)
## ⚙️ Instalasi
1. Clone repository:
```bash
git clone https://github.com/classyid/tiktokfb-restream
cd tiktokfb-restream
```
2. Buat file konfigurasi:
```bash
sudo mkdir -p /etc/restream
sudo cp config.env.example /etc/restream/config.env
```
3. Edit konfigurasi:
```bash
sudo nano /etc/restream/config.env
```
## 🚀 Penggunaan
### Menjalankan Restream
```bash
./tiktok_facebook_restream.sh
```
### Perintah Tambahan
- Status: `./tiktok_facebook_restream.sh status`
- Stop: `./tiktok_facebook_restream.sh stop`
- Troubleshoot: `./tiktok_facebook_restream.sh troubleshoot`
- Cleanup: `./tiktok_facebook_restream.sh clean`