<?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: PHP based FLV meta and cue points reader/writer</title>
	<atom:link href="http://www.tommylacroix.com/2008/07/04/a-php-tool-to-modify-an-flv-meta-and-cuepoints-on-the-fly/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tommylacroix.com/2008/07/04/a-php-tool-to-modify-an-flv-meta-and-cuepoints-on-the-fly/</link>
	<description>Personal Blog</description>
	<lastBuildDate>Wed, 21 Oct 2009 21:44:27 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tlacroix</title>
		<link>http://www.tommylacroix.com/2008/07/04/a-php-tool-to-modify-an-flv-meta-and-cuepoints-on-the-fly/comment-page-1/#comment-2990</link>
		<dc:creator>tlacroix</dc:creator>
		<pubDate>Thu, 11 Jun 2009 20:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommylacroix.com/?p=63#comment-2990</guid>
		<description>This issue has been fixed, and the project has been moved to Google Code at http://code.google.com/p/php-flvinfo/</description>
		<content:encoded><![CDATA[<p>This issue has been fixed, and the project has been moved to Google Code at <a href="http://code.google.com/p/php-flvinfo/" rel="nofollow">http://code.google.com/p/php-flvinfo/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuele</title>
		<link>http://www.tommylacroix.com/2008/07/04/a-php-tool-to-modify-an-flv-meta-and-cuepoints-on-the-fly/comment-page-1/#comment-2654</link>
		<dc:creator>Samuele</dc:creator>
		<pubDate>Wed, 27 May 2009 08:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommylacroix.com/?p=63#comment-2654</guid>
		<description>One of my .flv video file throw this error:

Fatal error:  Uncaught exception &#039;Exception&#039; with message &#039;Unhandled AMF type: Date (0B)&#039; in C:\wamp\www\test\amf0parser.php:185
Stack trace:
#0 C:\wamp\www\test\amf0parser.php(319): AMF0Parser-&gt;readPacket()
#1 C:\wamp\www\test\amf0parser.php(368): AMF0Parser-&gt;readObject()
#2 C:\wamp\www\test\amf0parser.php(176): AMF0Parser-&gt;readMixedArray()
#3 C:\wamp\www\test\amf0parser.php(137): AMF0Parser-&gt;readPacket()
#4 C:\wamp\www\test\flvinfo2.php(276): AMF0Parser-&gt;readAllPackets(&#039;???onMetaData??...&#039;)
#5 C:\wamp\www\test\example1.php(7): Flvinfo2-&gt;getInfo(&#039;example.flv&#039;, true, true)
#6 {main}
  thrown in C:\wamp\www\test\amf0parser.php on line 185

my code is a simpler:
getInfo(&#039;example.flv&#039;,true,true);
var_export($info);

?&gt;

I also checked with ultraedit the header of my flv file and it is correct, it start with FLV</description>
		<content:encoded><![CDATA[<p>One of my .flv video file throw this error:</p>
<p>Fatal error:  Uncaught exception &#8216;Exception&#8217; with message &#8216;Unhandled AMF type: Date (0B)&#8217; in C:\wamp\www\test\amf0parser.php:185<br />
Stack trace:<br />
#0 C:\wamp\www\test\amf0parser.php(319): AMF0Parser-&gt;readPacket()<br />
#1 C:\wamp\www\test\amf0parser.php(368): AMF0Parser-&gt;readObject()<br />
#2 C:\wamp\www\test\amf0parser.php(176): AMF0Parser-&gt;readMixedArray()<br />
#3 C:\wamp\www\test\amf0parser.php(137): AMF0Parser-&gt;readPacket()<br />
#4 C:\wamp\www\test\flvinfo2.php(276): AMF0Parser-&gt;readAllPackets(&#8216;???onMetaData??&#8230;&#8217;)<br />
#5 C:\wamp\www\test\example1.php(7): Flvinfo2-&gt;getInfo(&#8216;example.flv&#8217;, true, true)<br />
#6 {main}<br />
  thrown in C:\wamp\www\test\amf0parser.php on line 185</p>
<p>my code is a simpler:<br />
getInfo(&#8216;example.flv&#8217;,true,true);<br />
var_export($info);</p>
<p>?&gt;</p>
<p>I also checked with ultraedit the header of my flv file and it is correct, it start with FLV</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuele</title>
		<link>http://www.tommylacroix.com/2008/07/04/a-php-tool-to-modify-an-flv-meta-and-cuepoints-on-the-fly/comment-page-1/#comment-2629</link>
		<dc:creator>Samuele</dc:creator>
		<pubDate>Tue, 26 May 2009 17:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommylacroix.com/?p=63#comment-2629</guid>
		<description>Very nice work !
Wich version of LGPL license?
I hope version 2 becouse version 3 is too restrictive</description>
		<content:encoded><![CDATA[<p>Very nice work !<br />
Wich version of LGPL license?<br />
I hope version 2 becouse version 3 is too restrictive</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo Polo</title>
		<link>http://www.tommylacroix.com/2008/07/04/a-php-tool-to-modify-an-flv-meta-and-cuepoints-on-the-fly/comment-page-1/#comment-1024</link>
		<dc:creator>Rodrigo Polo</dc:creator>
		<pubDate>Fri, 13 Mar 2009 03:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommylacroix.com/?p=63#comment-1024</guid>
		<description>How can this be used as a an injection tool like flvtool2?</description>
		<content:encoded><![CDATA[<p>How can this be used as a an injection tool like flvtool2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://www.tommylacroix.com/2008/07/04/a-php-tool-to-modify-an-flv-meta-and-cuepoints-on-the-fly/comment-page-1/#comment-646</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Wed, 11 Feb 2009 05:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommylacroix.com/?p=63#comment-646</guid>
		<description>nice work.

however i cannot get it to completely work.  
the cue points in my output flv file from this script cannot be read by flash player while the input flv that contained embedded cue points is parsed fine.  
looking at the raw data seems to show that the output flv is missing the cuepoint metadata at the beginning of file contents.

interested in seeing my example?  

thanks.</description>
		<content:encoded><![CDATA[<p>nice work.</p>
<p>however i cannot get it to completely work.<br />
the cue points in my output flv file from this script cannot be read by flash player while the input flv that contained embedded cue points is parsed fine.<br />
looking at the raw data seems to show that the output flv is missing the cuepoint metadata at the beginning of file contents.</p>
<p>interested in seeing my example?  </p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erick</title>
		<link>http://www.tommylacroix.com/2008/07/04/a-php-tool-to-modify-an-flv-meta-and-cuepoints-on-the-fly/comment-page-1/#comment-482</link>
		<dc:creator>Erick</dc:creator>
		<pubDate>Thu, 15 Jan 2009 20:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommylacroix.com/?p=63#comment-482</guid>
		<description>This is a powerful script.
I need help with something, I have uploaded videos large (200MB) in flv format to my host, with your script I am very interested in the meta info but I get an error

Allowed memory size of 33554432 bytes exhausted (tried to allocate 128 bytes) in /home2/eternopa/public_html/churchlivingword.com/broadcast/libraries/flvinfo2.phps on line 146

I would be very grateful if you indicate me if I must change something in the script or something else to get the information.

I need the info: height and width

Regards</description>
		<content:encoded><![CDATA[<p>This is a powerful script.<br />
I need help with something, I have uploaded videos large (200MB) in flv format to my host, with your script I am very interested in the meta info but I get an error</p>
<p>Allowed memory size of 33554432 bytes exhausted (tried to allocate 128 bytes) in /home2/eternopa/public_html/churchlivingword.com/broadcast/libraries/flvinfo2.phps on line 146</p>
<p>I would be very grateful if you indicate me if I must change something in the script or something else to get the information.</p>
<p>I need the info: height and width</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.tommylacroix.com/2008/07/04/a-php-tool-to-modify-an-flv-meta-and-cuepoints-on-the-fly/comment-page-1/#comment-189</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 13 Nov 2008 05:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommylacroix.com/?p=63#comment-189</guid>
		<description>Very nice work, just what i was needing, thanks! :)</description>
		<content:encoded><![CDATA[<p>Very nice work, just what i was needing, thanks! <img src='http://www.tommylacroix.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario H.</title>
		<link>http://www.tommylacroix.com/2008/07/04/a-php-tool-to-modify-an-flv-meta-and-cuepoints-on-the-fly/comment-page-1/#comment-75</link>
		<dc:creator>Mario H.</dc:creator>
		<pubDate>Tue, 22 Jul 2008 08:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommylacroix.com/?p=63#comment-75</guid>
		<description>Thank you very much, also for your very quick reply! Your scripts/libraries are working  great. 
You saved me a lot of work.</description>
		<content:encoded><![CDATA[<p>Thank you very much, also for your very quick reply! Your scripts/libraries are working  great.<br />
You saved me a lot of work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tlacroix</title>
		<link>http://www.tommylacroix.com/2008/07/04/a-php-tool-to-modify-an-flv-meta-and-cuepoints-on-the-fly/comment-page-1/#comment-74</link>
		<dc:creator>tlacroix</dc:creator>
		<pubDate>Mon, 21 Jul 2008 14:18:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommylacroix.com/?p=63#comment-74</guid>
		<description>Hi Mario,

Thanks for noticing, I made a mistake when created the link into the file. It has now been corrected. 

You’ll find the code here:
http://www.tommylacroix.com/wp-content/uploads/2008/07/flvinfo2.phps

Cheers,

Tommy.</description>
		<content:encoded><![CDATA[<p>Hi Mario,</p>
<p>Thanks for noticing, I made a mistake when created the link into the file. It has now been corrected. </p>
<p>You’ll find the code here:<br />
<a href="http://www.tommylacroix.com/wp-content/uploads/2008/07/flvinfo2.phps" rel="nofollow">http://www.tommylacroix.com/wp-content/uploads/2008/07/flvinfo2.phps</a></p>
<p>Cheers,</p>
<p>Tommy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario H.</title>
		<link>http://www.tommylacroix.com/2008/07/04/a-php-tool-to-modify-an-flv-meta-and-cuepoints-on-the-fly/comment-page-1/#comment-72</link>
		<dc:creator>Mario H.</dc:creator>
		<pubDate>Mon, 21 Jul 2008 14:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommylacroix.com/?p=63#comment-72</guid>
		<description>Hi Tommy,
it&#039;s great, you&#039;ve developed this scripts. I was thinking about programming a script like this too. 
But could you please upload/link flvinfo2.php too?
Thx
Mario H.</description>
		<content:encoded><![CDATA[<p>Hi Tommy,<br />
it&#8217;s great, you&#8217;ve developed this scripts. I was thinking about programming a script like this too.<br />
But could you please upload/link flvinfo2.php too?<br />
Thx<br />
Mario H.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
