views:

21

answers:

1

I'm working on a project where I need to batch convert files to multiple media formats, some of which will be streamed to iPhone. I'm using ffmpeg on a CentOS server, and have been using mediafilesegmenter locally to create m3u8 playlists, and it's gone swimmingly, but, in trying to get the process going on the unix server, I can't seem to find a ported/alternative version of mediafilesegmenter to use on a centOS server.

So, here's the question:

Where can I find a ported or open source version of mediafilesegmenter?

in addition, I'll need the same solution for variantplaylistcreator, although if absolutely necessary I imagine I could create a script to generate these.

Any ideas? I believe there is a tool called "segmenter" out there, but it's not in any of my repos, and I can't seem to track down a repo that has it.

A: 

Found this source : http://svn.assembla.com/svn/legend/segmenter/, which is an open source segmenter, on this article: http://www.ioncannon.net/programming/452/iphone-http-streaming-with-ffmpeg-and-an-open-source-segmenter/, which has some good info about streaming.

Just in case anyone else has this issue.

Jesse