935 B
935 B
| id | title | status | assignee | created_date | labels | dependencies | priority |
|---|---|---|---|---|---|---|---|
| TASK-7 | Test OBS → rTube live streaming | To Do | 2026-02-15 21:12 | high |
Description
End-to-end test of RTMP streaming workflow:
- Open OBS Studio, set Service to Custom
- Server: rtmp://rtube.online:1936/live
- Stream Key: test-stream
- Start streaming from OBS
- Open rtube.online/live in browser, enter key "test-stream"
- Verify HLS playback works with low latency
- Verify LIVE indicator shows on the page
- Stop stream and verify clean disconnect
Acceptance Criteria
- #1 OBS connects to rtmp://rtube.online:1936/live without error
- #2 HLS player at /live loads and plays the stream
- #3 Stream playback has acceptable latency (<10s)
- #4 Stopping stream shows appropriate error/ended message in viewer