rtube-online/backlog/tasks/task-9 - Test-FFmpeg-→-rTub...

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):

  1. 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
  2. Verify stream appears in nginx-rtmp stats: curl http://rtube-rtmp:8080/stat
  3. Watch from rtube.online/live with key "ffmpeg-test"
  4. Verify playback works

Acceptance Criteria

  • #1 FFmpeg successfully connects and streams to RTMP endpoint
  • #2 Stream is viewable via HLS at /live page