<?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 for IONCANNON</title>
	<atom:link href="http://www.ioncannon.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ioncannon.net</link>
	<description>Thoughts on Software Development and Engineering</description>
	<lastBuildDate>Tue, 07 Sep 2010 07:38:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on Using Java to get detailed DNS information by Jeff Gonzales</title>
		<link>http://www.ioncannon.net/system-administration/58/using-java-to-get-detailed-dns-information/comment-page-1/#comment-181930</link>
		<dc:creator>Jeff Gonzales</dc:creator>
		<pubDate>Tue, 07 Sep 2010 07:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/system-administration/58/using-java-to-get-detailed-dns-information/#comment-181930</guid>
		<description>I figured out my issue.  It was a permissions setting I needed to change.  I can do some lookups but now I get a null pointer exception when trying to do a reverse lookup.  Any ideas?</description>
		<content:encoded><![CDATA[<p>I figured out my issue.  It was a permissions setting I needed to change.  I can do some lookups but now I get a null pointer exception when trying to do a reverse lookup.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to transfer a Linux image from VirtualBox to Xen by carson</title>
		<link>http://www.ioncannon.net/system-administration/80/how-to-transfer-linux-from-virtualbox-to-xen/comment-page-1/#comment-181501</link>
		<dc:creator>carson</dc:creator>
		<pubDate>Thu, 02 Sep 2010 01:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=80#comment-181501</guid>
		<description>@Peter There may be but I haven&#039;t noticed any problems after an fsck so it is hard to tell. Either way you would probably be OK.</description>
		<content:encoded><![CDATA[<p>@Peter There may be but I haven&#039;t noticed any problems after an fsck so it is hard to tell. Either way you would probably be OK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone HTTP Streaming with FFMpeg and an Open Source Segmenter by HTTP Streaming with Encryption under Linux &#124; Open Solutions</title>
		<link>http://www.ioncannon.net/programming/452/iphone-http-streaming-with-ffmpeg-and-an-open-source-segmenter/comment-page-3/#comment-181297</link>
		<dc:creator>HTTP Streaming with Encryption under Linux &#124; Open Solutions</dc:creator>
		<pubDate>Mon, 30 Aug 2010 13:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=452#comment-181297</guid>
		<description>[...] his blog, Carson McDonald, has put together a good over view of how HTTP Streaming can work under Linux a long with a [...]</description>
		<content:encoded><![CDATA[<p>[...] his blog, Carson McDonald, has put together a good over view of how HTTP Streaming can work under Linux a long with a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to transfer a Linux image from VirtualBox to Xen by Converting from VirtualBox or VMWare to EC2 now Easier than Ever</title>
		<link>http://www.ioncannon.net/system-administration/80/how-to-transfer-linux-from-virtualbox-to-xen/comment-page-1/#comment-180925</link>
		<dc:creator>Converting from VirtualBox or VMWare to EC2 now Easier than Ever</dc:creator>
		<pubDate>Wed, 25 Aug 2010 13:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=80#comment-180925</guid>
		<description>[...] easier to turn VirtualBox and VMWare instances into EC2 instances. In the past I have written about transfering VirtualBox images to Xen but to do that with EC2 required a matching kernel exist for your VirtualBox installed OS that was [...]</description>
		<content:encoded><![CDATA[<p>[...] easier to turn VirtualBox and VMWare instances into EC2 instances. In the past I have written about transfering VirtualBox images to Xen but to do that with EC2 required a matching kernel exist for your VirtualBox installed OS that was [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to transfer a Linux image from VirtualBox to Xen by Peter</title>
		<link>http://www.ioncannon.net/system-administration/80/how-to-transfer-linux-from-virtualbox-to-xen/comment-page-1/#comment-180924</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 25 Aug 2010 13:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=80#comment-180924</guid>
		<description>Thanks, Carson. This post was very useful to me.

Is there a one-off error in the count parameter to your dd command (because the end sector number is inclusive)?</description>
		<content:encoded><![CDATA[<p>Thanks, Carson. This post was very useful to me.</p>
<p>Is there a one-off error in the count parameter to your dd command (because the end sector number is inclusive)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone HTTP Streaming with FFMpeg and an Open Source Segmenter by aidan</title>
		<link>http://www.ioncannon.net/programming/452/iphone-http-streaming-with-ffmpeg-and-an-open-source-segmenter/comment-page-3/#comment-180871</link>
		<dc:creator>aidan</dc:creator>
		<pubDate>Wed, 25 Aug 2010 00:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=452#comment-180871</guid>
		<description>Hi, 

thanks for the article. I&#039;d be very interested to hear any thoughts on solving a problem I&#039;m seeing with my segments. (I&#039;ve built with ffmpeg version 24035)

When I play back the segments, the video track starts playing ahead of the audio. In other words, the first couple of seconds of the video stream are not playing back, so the video stream is ahead of the audio stream. The audio and video are in sync when I play back the input file.  (tested on multiple videos/formats)

Any thoughts on what could be wrong, or how to resolve?

Thanks for any suggestions.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>thanks for the article. I&#039;d be very interested to hear any thoughts on solving a problem I&#039;m seeing with my segments. (I&#039;ve built with ffmpeg version 24035)</p>
<p>When I play back the segments, the video track starts playing ahead of the audio. In other words, the first couple of seconds of the video stream are not playing back, so the video stream is ahead of the audio stream. The audio and video are in sync when I play back the input file.  (tested on multiple videos/formats)</p>
<p>Any thoughts on what could be wrong, or how to resolve?</p>
<p>Thanks for any suggestions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone HTTP Streaming with FFMpeg and an Open Source Segmenter by Dennis</title>
		<link>http://www.ioncannon.net/programming/452/iphone-http-streaming-with-ffmpeg-and-an-open-source-segmenter/comment-page-3/#comment-180827</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Tue, 24 Aug 2010 16:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=452#comment-180827</guid>
		<description>Any way to build segmenter with static libs embedded like ffmpeg &quot;./configure ...  --extra-libs=/tmp/segmenter/lib/libfaac.a --extra-libs=/tmp/segmenter/lib/libx264.a --extra-libs=/tmp/segmenter/lib/libxvidcore.a --extra-libs=/tmp/segmenter/lib/libmp3lame.a</description>
		<content:encoded><![CDATA[<p>Any way to build segmenter with static libs embedded like ffmpeg &#034;./configure &#8230;  &#8211;extra-libs=/tmp/segmenter/lib/libfaac.a &#8211;extra-libs=/tmp/segmenter/lib/libx264.a &#8211;extra-libs=/tmp/segmenter/lib/libxvidcore.a &#8211;extra-libs=/tmp/segmenter/lib/libmp3lame.a</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Java to get detailed DNS information by carson</title>
		<link>http://www.ioncannon.net/system-administration/58/using-java-to-get-detailed-dns-information/comment-page-1/#comment-180819</link>
		<dc:creator>carson</dc:creator>
		<pubDate>Tue, 24 Aug 2010 14:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/system-administration/58/using-java-to-get-detailed-dns-information/#comment-180819</guid>
		<description>I haven&#039;t had a reason to try but I can imagine that there might be some restriction. You may try to force the DNS lookups to using TCP if you can.</description>
		<content:encoded><![CDATA[<p>I haven&#039;t had a reason to try but I can imagine that there might be some restriction. You may try to force the DNS lookups to using TCP if you can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Cent OS 5.5 on EC2 with the Cent OS 5.5 Kernel by carson</title>
		<link>http://www.ioncannon.net/system-administration/1205/installing-cent-os-5-5-on-ec2-with-the-cent-os-5-5-kernel/comment-page-1/#comment-180818</link>
		<dc:creator>carson</dc:creator>
		<pubDate>Tue, 24 Aug 2010 14:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=1205#comment-180818</guid>
		<description>1) There are probably multiple ways of doing it but I didn&#039;t have time to verify them all so I went with the way I know will work. Downloading the modules from Amazon would not work however.
2) My build script may not work but if you have a running instance you should be able to do yum update and have the new kernel install without a problem. You would need to modify the menu.lst file to point to the new kernel and initrd file as well. A reboot would then get you on the new kernel.
3) I haven&#039;t been able to do anything with virt-manager yet but I bet it would work and probably make things simpler.</description>
		<content:encoded><![CDATA[<p>1) There are probably multiple ways of doing it but I didn&#039;t have time to verify them all so I went with the way I know will work. Downloading the modules from Amazon would not work however.<br />
2) My build script may not work but if you have a running instance you should be able to do yum update and have the new kernel install without a problem. You would need to modify the menu.lst file to point to the new kernel and initrd file as well. A reboot would then get you on the new kernel.<br />
3) I haven&#039;t been able to do anything with virt-manager yet but I bet it would work and probably make things simpler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone HTTP Streaming with FFMpeg and an Open Source Segmenter by carson</title>
		<link>http://www.ioncannon.net/programming/452/iphone-http-streaming-with-ffmpeg-and-an-open-source-segmenter/comment-page-3/#comment-180817</link>
		<dc:creator>carson</dc:creator>
		<pubDate>Tue, 24 Aug 2010 13:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=452#comment-180817</guid>
		<description>Not sure what the problem might be with Safari but Firefox won&#039;t play this type of video. Firefox doesn&#039;t support the codec for one and they don&#039;t support Apple&#039;s streaming either. If it plays in VLC then it is probably a matter of getting the correct video tag working for Safari to work.</description>
		<content:encoded><![CDATA[<p>Not sure what the problem might be with Safari but Firefox won&#039;t play this type of video. Firefox doesn&#039;t support the codec for one and they don&#039;t support Apple&#039;s streaming either. If it plays in VLC then it is probably a matter of getting the correct video tag working for Safari to work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.090 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-09-08 05:02:31 -->
