Hi everyone, I’m using Cloudflare Stream as the livestreaming feature in my Django project. It works
Hi everyone,
I’m using Cloudflare Stream as the livestreaming feature in my Django project. It works fine, but I noticed that when the internet drops and reconnects, the livestream recording gets split into multiple VODs.
I’d like to automatically merge all the split VOD parts into a single file (from first to last) after the livestream ends.
Has anyone implemented something similar?
Should I use FFmpeg concat directly, or normalize each VOD first (in case of different codecs after reconnects)?
Any Python/Django script examples for automating this would be really helpful.
I’m using Cloudflare Stream as the livestreaming feature in my Django project. It works fine, but I noticed that when the internet drops and reconnects, the livestream recording gets split into multiple VODs.
I’d like to automatically merge all the split VOD parts into a single file (from first to last) after the livestream ends.
Has anyone implemented something similar?
Should I use FFmpeg concat directly, or normalize each VOD first (in case of different codecs after reconnects)?
Any Python/Django script examples for automating this would be really helpful.






