radius
8th August 2012, 00:14
Hi,
I've been looking for a way to read fragmented files from a smooth streaming source, I've seen a LOT of discussions but couldn't find anything working in my case,
the source provides separated video and audio, each fragment (video or audio) starts on a "moof" like this :
...Ùmoof....mfhd...........Átraf....tfhd... ......€.....trun
I can download the fragments with urls ending like :
/QualityLevels(400000)/Fragments(video=610275114)
and
/QualityLevels(48000)/Fragments(audio=610275114)
but I couldn't find a tool that can use them (ffmpeg / mp4box / mp4split ...), do you guys have any idea for this ?
Thanks
I've been looking for a way to read fragmented files from a smooth streaming source, I've seen a LOT of discussions but couldn't find anything working in my case,
the source provides separated video and audio, each fragment (video or audio) starts on a "moof" like this :
...Ùmoof....mfhd...........Átraf....tfhd... ......€.....trun
I can download the fragments with urls ending like :
/QualityLevels(400000)/Fragments(video=610275114)
and
/QualityLevels(48000)/Fragments(audio=610275114)
but I couldn't find a tool that can use them (ffmpeg / mp4box / mp4split ...), do you guys have any idea for this ?
Thanks