Posts

Post marked as solved
2 Replies
1.3k Views
I'm having some issues with the generation of HLS (.ts) files. We are working in order to generate an HLS from an RTSP source (ip camera) using ffmpeg. The issues is this one: If we use FFMPEG to generate the HLS we have no issues at all by playing it on macOS, iPadOS and iOS. If we use our internal FFMPEG included inside our software (.exe running on windows) we have some issues with iOS. The HLS won't play only on iOS devices (ipads and macs works like a charm). We've tried to understand what is the issue but we are not able to dig anything else than something related with Media Source Extensions. I've included a link to our repo where you can fine both the file generated from our software (streamATC.ts) and the one generated directly from FFMPEG (streamFF.ts) if you want to take a look at it. Github forum about this issue Our repo with .ts files No difference between both files from a codec standpoint as you can see: Do you have any help in order to understand why of this strange behaviour ?
Posted Last updated
.