Hello. Seems to be great project. Found it by https://stackoverflow.com/questions/58898638/precise-method-of-segmenting-transcoding-videoaudio-via-ffmpeg-into-an-on answer.
I have a quick questions related to your implementation.
I will put my suggestions, please correct me if required.
You generating m3u8 playlist manually, right? Then upon requesting m3u8 playlist you start transcoding. If seek happens to segment which is faaaar from currently existing segment, you starting generating new segments from selected one, right?
How you ensured that ffmpeg producing segments with predictable length? Most of command lines I found in the internet producing segments with some nearly random length in some range.
Thanks in advance.
Hello. Seems to be great project. Found it by https://stackoverflow.com/questions/58898638/precise-method-of-segmenting-transcoding-videoaudio-via-ffmpeg-into-an-on answer.
I have a quick questions related to your implementation.
I will put my suggestions, please correct me if required.
You generating m3u8 playlist manually, right? Then upon requesting m3u8 playlist you start transcoding. If seek happens to segment which is faaaar from currently existing segment, you starting generating new segments from selected one, right?
How you ensured that ffmpeg producing segments with predictable length? Most of command lines I found in the internet producing segments with some nearly random length in some range.
Thanks in advance.