Truy cập Owncast
Giao diện Web: http://<SERVER_IP>:8080/admin
- Tên người dùng:
admin - Mật khẩu:
abc123
RTMP stream URL:
(Note: This is a technical term that remains the same in Vietnamese. If you need it with a Vietnamese explanation, it would be "URL luồng RTMP:" but the label itself stays as "RTMP stream URL:") rtmp://<SERVER_IP>:1935/live
Thư mục dữ liệu: /root/owncast/data
Các file và thư mục quan trọng
- File Docker Compose cho container Owncast:
/root/owncast/docker-compose.yml - Lưu trữ cố định cho Owncast (cấu hình, stream, log):
/root/owncast/data
Quản lý Owncast
# Start the Owncast container
docker compose -f /root/owncast/docker-compose.yml up -d
# Stop the Owncast container
docker compose -f /root/owncast/docker-compose.yml down
# Restart the container
docker compose -f /root/owncast/docker-compose.yml restart
# Follow logs
docker compose -f /root/owncast/docker-compose.yml logs -f