<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: ffmpeg MP4 does not stream qt-faststart</title>
	<atom:link href="http://www.saiweb.co.uk/linux/ffmpeg-mp4-does-not-stream-qt-faststart/feed" rel="self" type="application/rss+xml" />
	<link>http://www.saiweb.co.uk/linux/ffmpeg-mp4-does-not-stream-qt-faststart</link>
	<description>Ramblings of a Sys admin</description>
	<pubDate>Tue, 06 Jan 2009 07:53:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: p2c</title>
		<link>http://www.saiweb.co.uk/linux/ffmpeg-mp4-does-not-stream-qt-faststart/comment-page-1#comment-680</link>
		<dc:creator>p2c</dc:creator>
		<pubDate>Wed, 26 Nov 2008 16:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.saiweb.co.uk/linux/ffmpeg-mp4-does-not-stream-qt-faststart#comment-680</guid>
		<description>I compiled it via GCC and it ended up crashing my server or it just did nothing that way
installing it via
make tools/qt-faststart
did the trick ^^</description>
		<content:encoded><![CDATA[<p>I compiled it via GCC and it ended up crashing my server or it just did nothing that way<br />
installing it via<br />
make tools/qt-faststart<br />
did the trick ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Buzz</title>
		<link>http://www.saiweb.co.uk/linux/ffmpeg-mp4-does-not-stream-qt-faststart/comment-page-1#comment-595</link>
		<dc:creator>Buzz</dc:creator>
		<pubDate>Fri, 14 Nov 2008 08:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.saiweb.co.uk/linux/ffmpeg-mp4-does-not-stream-qt-faststart#comment-595</guid>
		<description>Thanks for that Stephen, I will certainly check this out once I get my new server online :-)

Cheers


Buzz</description>
		<content:encoded><![CDATA[<p>Thanks for that Stephen, I will certainly check this out once I get my new server online <img src='http://www.saiweb.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Cheers</p>
<p>Buzz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Dewey</title>
		<link>http://www.saiweb.co.uk/linux/ffmpeg-mp4-does-not-stream-qt-faststart/comment-page-1#comment-594</link>
		<dc:creator>Stephen Dewey</dc:creator>
		<pubDate>Thu, 13 Nov 2008 21:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.saiweb.co.uk/linux/ffmpeg-mp4-does-not-stream-qt-faststart#comment-594</guid>
		<description>Actually, you should probably use make to compile this, rather than invoking gcc directly. Here is the header from qt-faststart.c :

/*
 * qt-faststart.c, v0.1
 * by Mike Melanson (melanson@pcisys.net)
 * This file is placed in the public domain. Use the program however you
 * see fit.
 *
 * This utility rearranges a Quicktime file such that the moov atom
 * is in front of the data, thus facilitating network streaming.
 *
 * To compile this program, start from the base directory from which you
 * are building FFmpeg and type:
 *  make tools/qt-faststart
 * The qt-faststart program will be built in the tools/ directory. If you
 * do not build the program in this manner, correct results are not
 * guaranteed, particularly on 64-bit platforms.
 * Invoke the program with:
 *  qt-faststart  
 *
 * Notes: Quicktime files can come in many configurations of top-level
 * atoms. This utility stipulates that the very last atom in the file needs
 * to be a moov atom. When given such a file, this utility will rearrange
 * the top-level atoms by shifting the moov atom from the back of the file
 * to the front, and patch the chunk offsets along the way. This utility
 * presently only operates on uncompressed moov atoms.
 */</description>
		<content:encoded><![CDATA[<p>Actually, you should probably use make to compile this, rather than invoking gcc directly. Here is the header from qt-faststart.c :</p>
<p>/*<br />
 * qt-faststart.c, v0.1<br />
 * by Mike Melanson (melanson@pcisys.net)<br />
 * This file is placed in the public domain. Use the program however you<br />
 * see fit.<br />
 *<br />
 * This utility rearranges a Quicktime file such that the moov atom<br />
 * is in front of the data, thus facilitating network streaming.<br />
 *<br />
 * To compile this program, start from the base directory from which you<br />
 * are building FFmpeg and type:<br />
 *  make tools/qt-faststart<br />
 * The qt-faststart program will be built in the tools/ directory. If you<br />
 * do not build the program in this manner, correct results are not<br />
 * guaranteed, particularly on 64-bit platforms.<br />
 * Invoke the program with:<br />
 *  qt-faststart<br />
 *<br />
 * Notes: Quicktime files can come in many configurations of top-level<br />
 * atoms. This utility stipulates that the very last atom in the file needs<br />
 * to be a moov atom. When given such a file, this utility will rearrange<br />
 * the top-level atoms by shifting the moov atom from the back of the file<br />
 * to the front, and patch the chunk offsets along the way. This utility<br />
 * presently only operates on uncompressed moov atoms.<br />
 */</p>
]]></content:encoded>
	</item>
</channel>
</rss>
