Hi,
We are working on an IPTv project using FFMPEG.
Now we stream Live TV channels in HLS format.
We need to add Webvtt subtitles but as fare as I known Ffmpeg doesn't support
it yet.
We have make some lab test using CCExtractor + Home made Webvtt perl
segmenter and it works but we are
u
Hello,
I've made a small patch to add support for strftime on HLS segment
names template.
Now you can use "strftime" template with hls segmenter in the same way
as with ssegmenter.
https://github.com/scramatte/FFmpeg/blob/hls_strftime/libavformat/hlsenc.c
Can you please include it to the m