<?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>Commenti a: stream flv con apache: seek, http headers e diagnosi con curl</title>
	<atom:link href="http://fabrizio.zellini.org/stream-flv-con-apache-seek-http-headers-diagnosi-con-curl/feed" rel="self" type="application/rss+xml" />
	<link>http://fabrizio.zellini.org/stream-flv-con-apache-seek-http-headers-diagnosi-con-curl</link>
	<description>L&#039;uomo deve saper far tutto, la specializzazione è delle formiche</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:28:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Di: Giux</title>
		<link>http://fabrizio.zellini.org/stream-flv-con-apache-seek-http-headers-diagnosi-con-curl#comment-661</link>
		<dc:creator>Giux</dc:creator>
		<pubDate>Fri, 21 Jan 2011 10:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizio.zellini.org/?p=145#comment-661</guid>
		<description>PS. dimenticavo di ringraziarti per l&#039;istruttivo e completo articolo!
Grazie!</description>
		<content:encoded><![CDATA[<p>PS. dimenticavo di ringraziarti per l&#8217;istruttivo e completo articolo!<br />
Grazie!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Giux</title>
		<link>http://fabrizio.zellini.org/stream-flv-con-apache-seek-http-headers-diagnosi-con-curl#comment-660</link>
		<dc:creator>Giux</dc:creator>
		<pubDate>Fri, 21 Jan 2011 09:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizio.zellini.org/?p=145#comment-660</guid>
		<description>ciao,
 io ho problemi a usare mod_flvx su apache2 su debian lenny,
infatti se abilito il modulo:
 curl -I -s -D -  http://assinfo.dcfe.unimi.it/download/out.flv -o /dev/null 
HTTP/1.1 200 OK
Date: Fri, 21 Jan 2011 09:53:20 GMT
Server: Apache/2.2.9 (Debian) mod_chroot/0.5 PHP/5.2.6-1+lenny9 with Suhosin-Patch mod_python/3.3.1 Python/2.5.2 mod_ssl/2.2.9 OpenSSL/0.9.8g mod_perl/2.0.4 Perl/v5.10.0
Content-Length: 14165545
Content-Type: video/x-flv
quindi nulla...
se disabilito il modulo:
 curl -I -s -D -  http://assinfo.dcfe.unimi.it/download/out.flv -o /dev/null 
HTTP/1.1 200 OK
Date: Fri, 21 Jan 2011 09:54:10 GMT
Server: Apache/2.2.9 (Debian) mod_chroot/0.5 PHP/5.2.6-1+lenny9 with Suhosin-Patch mod_python/3.3.1 Python/2.5.2 mod_ssl/2.2.9 OpenSSL/0.9.8g mod_perl/2.0.4 Perl/v5.10.0
Last-Modified: Mon, 03 Jan 2011 19:47:54 GMT
ETag: &quot;3a85dd-d82629-498f66d8a4e80&quot;
Accept-Ranges: bytes
Content-Length: 14165545
Content-Type: video/x-flv

nel video i metatag sono aggiunti con fvtool2 e posso pure verificarne la presenza sempre con questo.
Daltronde se uso come player flash Scrubber e abilito il modulo, quindi niente byteranges posso andare avanti e indietro seppur funziona malissimo (cè infatti l&#039;opzione per quei server che non danno byterange sui video flash)

Non capisco se l&#039;unica soluzione che mi resta è provare a ricompilare apache2
Giuseppe</description>
		<content:encoded><![CDATA[<p>ciao,<br />
 io ho problemi a usare mod_flvx su apache2 su debian lenny,<br />
infatti se abilito il modulo:<br />
 curl -I -s -D &#8211;  <a href="http://assinfo.dcfe.unimi.it/download/out.flv" rel="nofollow">http://assinfo.dcfe.unimi.it/download/out.flv</a> -o /dev/null<br />
HTTP/1.1 200 OK<br />
Date: Fri, 21 Jan 2011 09:53:20 GMT<br />
Server: Apache/2.2.9 (Debian) mod_chroot/0.5 PHP/5.2.6-1+lenny9 with Suhosin-Patch mod_python/3.3.1 Python/2.5.2 mod_ssl/2.2.9 OpenSSL/0.9.8g mod_perl/2.0.4 Perl/v5.10.0<br />
Content-Length: 14165545<br />
Content-Type: video/x-flv<br />
quindi nulla&#8230;<br />
se disabilito il modulo:<br />
 curl -I -s -D &#8211;  <a href="http://assinfo.dcfe.unimi.it/download/out.flv" rel="nofollow">http://assinfo.dcfe.unimi.it/download/out.flv</a> -o /dev/null<br />
HTTP/1.1 200 OK<br />
Date: Fri, 21 Jan 2011 09:54:10 GMT<br />
Server: Apache/2.2.9 (Debian) mod_chroot/0.5 PHP/5.2.6-1+lenny9 with Suhosin-Patch mod_python/3.3.1 Python/2.5.2 mod_ssl/2.2.9 OpenSSL/0.9.8g mod_perl/2.0.4 Perl/v5.10.0<br />
Last-Modified: Mon, 03 Jan 2011 19:47:54 GMT<br />
ETag: &#8220;3a85dd-d82629-498f66d8a4e80&#8243;<br />
Accept-Ranges: bytes<br />
Content-Length: 14165545<br />
Content-Type: video/x-flv</p>
<p>nel video i metatag sono aggiunti con fvtool2 e posso pure verificarne la presenza sempre con questo.<br />
Daltronde se uso come player flash Scrubber e abilito il modulo, quindi niente byteranges posso andare avanti e indietro seppur funziona malissimo (cè infatti l&#8217;opzione per quei server che non danno byterange sui video flash)</p>
<p>Non capisco se l&#8217;unica soluzione che mi resta è provare a ricompilare apache2<br />
Giuseppe</p>
]]></content:encoded>
	</item>
</channel>
</rss>

