Split 360 video into multiple flat perspective views
Go to file
Jeff Emmett 1b4a32da55 feat: add live 360° stream splitting pipeline
Spawn N FFmpeg subprocesses per session, each reading RTMP and outputting
HLS per view. Includes session watchdog, status polling, graceful stop,
and HLS segment serving with CORS.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-16 14:28:10 -07:00
templates feat: add 🌐 favicon and update title to 360split 2026-03-16 13:34:20 -07:00
.dockerignore Initial commit: 360° video splitter web app 2026-03-16 19:15:05 +00:00
.gitignore Initial commit: 360° video splitter web app 2026-03-16 19:15:05 +00:00
Dockerfile Initial commit: 360° video splitter web app 2026-03-16 19:15:05 +00:00
app.py feat: add live 360° stream splitting pipeline 2026-03-16 14:28:10 -07:00
docker-compose.yml Initial commit: 360° video splitter web app 2026-03-16 19:15:05 +00:00
requirements.txt Initial commit: 360° video splitter web app 2026-03-16 19:15:05 +00:00