<?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: iPhone Windowed HTTP Live Streaming Server</title>
	<atom:link href="http://www.ioncannon.net/meta/564/iphone-windowed-http-live-streaming-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ioncannon.net/meta/564/iphone-windowed-http-live-streaming-server/</link>
	<description>Thoughts on Software Development and Engineering</description>
	<lastBuildDate>Thu, 05 Jan 2012 16:35:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Yahor Beuz</title>
		<link>http://www.ioncannon.net/meta/564/iphone-windowed-http-live-streaming-server/comment-page-2/#comment-210031</link>
		<dc:creator>Yahor Beuz</dc:creator>
		<pubDate>Wed, 20 Jul 2011 07:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=564#comment-210031</guid>
		<description>&lt;q cite=&quot;e&quot;&gt;

     Hello, Amit. I had the same problem and I have already solved it.
The reason is in new libavformat which has constants with different names.
Try replace CODEC_TYPE_AUDIO with AVMEDIA_TYPE_AUDIO, CODEC_TYPE_VIDEO with AVMEDIA_TYPE_VIDEO and PKT_FLAG_KEY with AV_PKT_FLAG_KEY in your live_segmenter.c source. It helps me to compile live_segmenter.</description>
		<content:encoded><![CDATA[<p><q cite="e"></p>
<p>     Hello, Amit. I had the same problem and I have already solved it.<br />
The reason is in new libavformat which has constants with different names.<br />
Try replace CODEC_TYPE_AUDIO with AVMEDIA_TYPE_AUDIO, CODEC_TYPE_VIDEO with AVMEDIA_TYPE_VIDEO and PKT_FLAG_KEY with AV_PKT_FLAG_KEY in your live_segmenter.c source. It helps me to compile live_segmenter.</q></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://www.ioncannon.net/meta/564/iphone-windowed-http-live-streaming-server/comment-page-2/#comment-205335</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Wed, 25 May 2011 12:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=564#comment-205335</guid>
		<description>I am getting the following error while compiling the live_segmenter.c file. Please help.
Thanks in advance.
Amit

=====ERROR=====
gcc -Wall -g live_segmenter.c -o live_segmenter -lavformat -lavcodec -lavutil -lbz2 -lm -lz -lfaac -lmp3lame -lx264 -lfaad -lpthread
live_segmenter.c: In function ‘add_output_stream’:
live_segmenter.c:70: error: ‘CODEC_TYPE_AUDIO’ undeclared (first use in this function)
live_segmenter.c:70: error: (Each undeclared identifier is reported only once
live_segmenter.c:70: error: for each function it appears in.)
live_segmenter.c:84: error: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)
live_segmenter.c: In function ‘main’:
live_segmenter.c:165: warning: implicit declaration of function ‘guess_format’
live_segmenter.c:165: warning: initialization makes pointer from integer without a cast
live_segmenter.c:192: e</description>
		<content:encoded><![CDATA[<p>I am getting the following error while compiling the live_segmenter.c file. Please help.<br />
Thanks in advance.<br />
Amit</p>
<p>=====ERROR=====<br />
gcc -Wall -g live_segmenter.c -o live_segmenter -lavformat -lavcodec -lavutil -lbz2 -lm -lz -lfaac -lmp3lame -lx264 -lfaad -lpthread<br />
live_segmenter.c: In function ‘add_output_stream’:<br />
live_segmenter.c:70: error: ‘CODEC_TYPE_AUDIO’ undeclared (first use in this function)<br />
live_segmenter.c:70: error: (Each undeclared identifier is reported only once<br />
live_segmenter.c:70: error: for each function it appears in.)<br />
live_segmenter.c:84: error: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)<br />
live_segmenter.c: In function ‘main’:<br />
live_segmenter.c:165: warning: implicit declaration of function ‘guess_format’<br />
live_segmenter.c:165: warning: initialization makes pointer from integer without a cast<br />
live_segmenter.c:192: e</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tony</title>
		<link>http://www.ioncannon.net/meta/564/iphone-windowed-http-live-streaming-server/comment-page-2/#comment-205091</link>
		<dc:creator>tony</dc:creator>
		<pubDate>Sun, 22 May 2011 18:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=564#comment-205091</guid>
		<description>Hi Bastien - Can you let us have the version of the script where you&#039;ve taken out the pipe ... might work for me!

Thanks, Tony</description>
		<content:encoded><![CDATA[<p>Hi Bastien &#8211; Can you let us have the version of the script where you&#039;ve taken out the pipe &#8230; might work for me!</p>
<p>Thanks, Tony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carson</title>
		<link>http://www.ioncannon.net/meta/564/iphone-windowed-http-live-streaming-server/comment-page-2/#comment-201747</link>
		<dc:creator>carson</dc:creator>
		<pubDate>Tue, 05 Apr 2011 22:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=564#comment-201747</guid>
		<description>@bernhard no audio track support yet, it is something I haven&#039;t had time to really get started on.</description>
		<content:encoded><![CDATA[<p>@bernhard no audio track support yet, it is something I haven&#039;t had time to really get started on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bernhard pfennigschm</title>
		<link>http://www.ioncannon.net/meta/564/iphone-windowed-http-live-streaming-server/comment-page-2/#comment-201321</link>
		<dc:creator>bernhard pfennigschm</dc:creator>
		<pubDate>Tue, 29 Mar 2011 21:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=564#comment-201321</guid>
		<description>Hello Carson

I have segmented Zeitgeist Moving forward, a 2 hour 41 min movie and get the m3u8 multi stream to play it in 2:19. 
http://www.onvos.com/zmf.html 
I am still trying to find the error in ffmpeg, but no additional parameter helps. 
When I use the -vn trying to create an audio only stream, the length is correctly 2:41 
Do you have any idea where the missing 22 minutes went?

Take the time and have a nice evening viewing the video.
Saludos
Bernhard</description>
		<content:encoded><![CDATA[<p>Hello Carson</p>
<p>I have segmented Zeitgeist Moving forward, a 2 hour 41 min movie and get the m3u8 multi stream to play it in 2:19.<br />
<a href="http://www.onvos.com/zmf.html" rel="nofollow">http://www.onvos.com/zmf.html</a><br />
I am still trying to find the error in ffmpeg, but no additional parameter helps.<br />
When I use the -vn trying to create an audio only stream, the length is correctly 2:41<br />
Do you have any idea where the missing 22 minutes went?</p>
<p>Take the time and have a nice evening viewing the video.<br />
Saludos<br />
Bernhard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bernhard pfennigschm</title>
		<link>http://www.ioncannon.net/meta/564/iphone-windowed-http-live-streaming-server/comment-page-2/#comment-200857</link>
		<dc:creator>bernhard pfennigschm</dc:creator>
		<pubDate>Wed, 23 Mar 2011 08:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=564#comment-200857</guid>
		<description>Hello Carson

Thank you for the inspiration to follow through and make this work. I have written a Howto for the setup of a live broadcast. the url is http://www.onvos.com/http-live-streaming-howto.html 

Thanks again. 
B
Do you have the separate audio track commando already contemplated?</description>
		<content:encoded><![CDATA[<p>Hello Carson</p>
<p>Thank you for the inspiration to follow through and make this work. I have written a Howto for the setup of a live broadcast. the url is <a href="http://www.onvos.com/http-live-streaming-howto.html" rel="nofollow">http://www.onvos.com/http-live-streaming-howto.html</a> </p>
<p>Thanks again.<br />
B<br />
Do you have the separate audio track commando already contemplated?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carson</title>
		<link>http://www.ioncannon.net/meta/564/iphone-windowed-http-live-streaming-server/comment-page-2/#comment-197033</link>
		<dc:creator>carson</dc:creator>
		<pubDate>Mon, 31 Jan 2011 14:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=564#comment-197033</guid>
		<description>@bn The required 64k bitrate fallback is indeed missing. I haven&#039;t had time to add it yet and doing so will require some work because the audio tracks aren&#039;t currently separated from the video before being segmented. They need to be separated so that the 64k fallback will sync correctly.</description>
		<content:encoded><![CDATA[<p>@bn The required 64k bitrate fallback is indeed missing. I haven&#039;t had time to add it yet and doing so will require some work because the audio tracks aren&#039;t currently separated from the video before being segmented. They need to be separated so that the 64k fallback will sync correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bn</title>
		<link>http://www.ioncannon.net/meta/564/iphone-windowed-http-live-streaming-server/comment-page-2/#comment-195132</link>
		<dc:creator>bn</dc:creator>
		<pubDate>Fri, 07 Jan 2011 10:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=564#comment-195132</guid>
		<description>Hi,

Very interesting. 

I was wondering about the 64k bitrate fallback that seems to miss to the yaml file (required by Apple)

Any tips on howto do integrate this ?

Many thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Very interesting. </p>
<p>I was wondering about the 64k bitrate fallback that seems to miss to the yaml file (required by Apple)</p>
<p>Any tips on howto do integrate this ?</p>
<p>Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fapestniegd</title>
		<link>http://www.ioncannon.net/meta/564/iphone-windowed-http-live-streaming-server/comment-page-2/#comment-194663</link>
		<dc:creator>fapestniegd</dc:creator>
		<pubDate>Sun, 02 Jan 2011 05:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=564#comment-194663</guid>
		<description>Is there any documentation on how to use this? Or do I need to know how to integrate the ruby into apache? I managed to get it to compile, but then when I go to http://my-server/html/streamingvideo/stream_multi.m3u8 on my iphone4, I get 20 seconds of choppy video and it exits.

ubuntu lucid lynx: https://gist.github.com/762299

how do I use it with a live stream from a pipe? is that possible?</description>
		<content:encoded><![CDATA[<p>Is there any documentation on how to use this? Or do I need to know how to integrate the ruby into apache? I managed to get it to compile, but then when I go to <a href="http://my-server/html/streamingvideo/stream_multi.m3u8" rel="nofollow">http://my-server/html/streamingvideo/stream_multi.m3u8</a> on my iphone4, I get 20 seconds of choppy video and it exits.</p>
<p>ubuntu lucid lynx: <a href="https://gist.github.com/762299" rel="nofollow">https://gist.github.com/762299</a></p>
<p>how do I use it with a live stream from a pipe? is that possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john p</title>
		<link>http://www.ioncannon.net/meta/564/iphone-windowed-http-live-streaming-server/comment-page-2/#comment-176387</link>
		<dc:creator>john p</dc:creator>
		<pubDate>Thu, 22 Jul 2010 19:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=564#comment-176387</guid>
		<description>folks,

the very last segment always misses a second or 2 (the time bar stops at --0:01) and the quicktime logo is shown.  

has anyone had a fix for this? thx.</description>
		<content:encoded><![CDATA[<p>folks,</p>
<p>the very last segment always misses a second or 2 (the time bar stops at &#8211;0:01) and the quicktime logo is shown.  </p>
<p>has anyone had a fix for this? thx.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.141 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-01-11 06:42:54 -->

