778 B
778 B
| id | title | status | assignee | created_date | labels | dependencies | priority |
|---|---|---|---|---|---|---|---|
| TASK-9 | Test FFmpeg → rTube streaming | To Do | 2026-02-15 21:12 | medium |
Description
Test RTMP ingest using FFmpeg (alternative to OBS):
- From any machine with ffmpeg: ffmpeg -i input.mp4 -c:v libx264 -preset veryfast -c:a aac -f flv rtmp://rtube.online:1936/live/ffmpeg-test
- Verify stream appears in nginx-rtmp stats: curl http://rtube-rtmp:8080/stat
- Watch from rtube.online/live with key "ffmpeg-test"
- Verify playback works
Acceptance Criteria
- #1 FFmpeg successfully connects and streams to RTMP endpoint
- #2 Stream is viewable via HLS at /live page