<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dan.thoughts &#187; flv streaming</title>
	<atom:link href="http://blog.sosedoff.com/tag/flv-streaming/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sosedoff.com</link>
	<description>Web-development, PHP, Ruby, Sinatra, Merb, Rails, MySQL, SQLite, Web Services.</description>
	<lastBuildDate>Wed, 25 Jan 2012 18:54:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Streaming FLV videos problem in nginx 0.6.32</title>
		<link>http://blog.sosedoff.com/2009/01/15/streaming-flv-videos-problem-in-nginx/</link>
		<comments>http://blog.sosedoff.com/2009/01/15/streaming-flv-videos-problem-in-nginx/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 10:16:22 +0000</pubDate>
		<dc:creator>Dan Sosedoff</dc:creator>
				<category><![CDATA[Nginx]]></category>
		<category><![CDATA[flv streaming]]></category>
		<category><![CDATA[jwplayer]]></category>
		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://blog.sosedoff.com/?p=4</guid>
		<description><![CDATA[nginx, fast small webserver, supports flash flv files streaming.
I am currently using JW Player 4.0 on projects, its free, lightweight and have a lot useful features.
But, i got some problems with its latest versions. It always adding some special information, like player container resolution like this:
myvideo.flv?start=2659763&#038;width=280&#038;version=4.0&#038;...
Result: cannot seek on the video.
Found a solution on ruby [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sysoev.ru/nginx">nginx</a>, fast small webserver, supports flash flv files streaming.<br />
I am currently using JW Player 4.0 on projects, its free, lightweight and have a lot useful features.<br />
But, i got some problems with its latest versions. It always adding some special information, like player container resolution like this:</p>
<pre>myvideo.flv?start=2659763&#038;width=280&#038;version=4.0&#038;...</pre>
<p>Result: cannot seek on the video.<br />
Found a solution on ruby forum. <a href="http://www.ruby-forum.com/attachment/2307/patch.flv">http://www.ruby-forum.com/attachment/2307/patch.flv</a><br />
You need only apply this patch to sources and rebuild nginx. That`s it.</p>
<p>P.S. Don`t know about older versions of nginx, but 0.6.32 from sources doesnt work with JW Player 4.0.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sosedoff.com/2009/01/15/streaming-flv-videos-problem-in-nginx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

