<?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: RichFLV Updated</title>
	<atom:link href="http://richapps.de/?feed=rss2&#038;p=59" rel="self" type="application/rss+xml" />
	<link>http://richapps.de/?p=59</link>
	<description>Adobe technology (Flex,Flash,AIR)</description>
	<lastBuildDate>Sat, 21 Aug 2010 14:28:53 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Benjamin (Admin)</title>
		<link>http://richapps.de/?p=59&#038;cpage=1#comment-316</link>
		<dc:creator>Benjamin (Admin)</dc:creator>
		<pubDate>Mon, 18 Feb 2008 14:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.richapps.de/?p=59#comment-316</guid>
		<description>@Tirilil: Yeah that`s right there is a lot space to imrove things in the API. However i think for the new H264 support you get keyframe information in the onMetadata event.</description>
		<content:encoded><![CDATA[<p>@Tirilil: Yeah that`s right there is a lot space to imrove things in the API. However i think for the new H264 support you get keyframe information in the onMetadata event.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tirilil</title>
		<link>http://richapps.de/?p=59&#038;cpage=1#comment-315</link>
		<dc:creator>Tirilil</dc:creator>
		<pubDate>Mon, 18 Feb 2008 13:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.richapps.de/?p=59#comment-315</guid>
		<description>Thanks for this quick answer Benjamin. I&#039;ve been working on an FLV player using Flex and AIR, and been annoyed  by the strange results provided sometimes by the &quot;seek&quot; function, specially when you try to seek backwards... it makes sense when you know keyframes are involved and how it all works. It is a shame Flex/AIR does not provide a standard API for accessing the keyframe data so you could adjust seeking location to an acceptable value.</description>
		<content:encoded><![CDATA[<p>Thanks for this quick answer Benjamin. I&#8217;ve been working on an FLV player using Flex and AIR, and been annoyed  by the strange results provided sometimes by the &#8220;seek&#8221; function, specially when you try to seek backwards&#8230; it makes sense when you know keyframes are involved and how it all works. It is a shame Flex/AIR does not provide a standard API for accessing the keyframe data so you could adjust seeking location to an acceptable value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin (Admin)</title>
		<link>http://richapps.de/?p=59&#038;cpage=1#comment-314</link>
		<dc:creator>Benjamin (Admin)</dc:creator>
		<pubDate>Mon, 18 Feb 2008 12:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.richapps.de/?p=59#comment-314</guid>
		<description>@Tirilil: I get the keyframes by analyzing the bytes of the flv byte for byte according to the flv specification.</description>
		<content:encoded><![CDATA[<p>@Tirilil: I get the keyframes by analyzing the bytes of the flv byte for byte according to the flv specification.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tirilil</title>
		<link>http://richapps.de/?p=59&#038;cpage=1#comment-313</link>
		<dc:creator>Tirilil</dc:creator>
		<pubDate>Mon, 18 Feb 2008 10:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.richapps.de/?p=59#comment-313</guid>
		<description>Hi,

I like your program! One question: in AS3/AIR/Flex, how do you do to get the keyframe list from an flv file ?

Thanks,
TT.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I like your program! One question: in AS3/AIR/Flex, how do you do to get the keyframe list from an flv file ?</p>
<p>Thanks,<br />
TT.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fernando julio</title>
		<link>http://richapps.de/?p=59&#038;cpage=1#comment-312</link>
		<dc:creator>fernando julio</dc:creator>
		<pubDate>Fri, 05 Oct 2007 20:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.richapps.de/?p=59#comment-312</guid>
		<description>como editar videos</description>
		<content:encoded><![CDATA[<p>como editar videos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajesh Bhadra</title>
		<link>http://richapps.de/?p=59&#038;cpage=1#comment-311</link>
		<dc:creator>Rajesh Bhadra</dc:creator>
		<pubDate>Mon, 27 Aug 2007 05:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.richapps.de/?p=59#comment-311</guid>
		<description>Hey,I like it what you are doing with video&#039;s and mp3&#039;s.Can you help me in creating a Flv Player.  I m having trouble with the rewind button. I am not able to solve it. I will send u the code in some time. If its possible can u send me urs where u are doing rewind and forward techinques. I have a HSlider which I am updating on a Timer basis. And on every tick I taking the current position and storing it. On click of the rewind button I am updating the current position and then giving that value to HSlider and also to VideoPlayer component. I am really stuck. Can u help me out.

Regards,
Rajesh
rbhadra@gmail.com</description>
		<content:encoded><![CDATA[<p>Hey,I like it what you are doing with video&#8217;s and mp3&#8217;s.Can you help me in creating a Flv Player.  I m having trouble with the rewind button. I am not able to solve it. I will send u the code in some time. If its possible can u send me urs where u are doing rewind and forward techinques. I have a HSlider which I am updating on a Timer basis. And on every tick I taking the current position and storing it. On click of the rewind button I am updating the current position and then giving that value to HSlider and also to VideoPlayer component. I am really stuck. Can u help me out.</p>
<p>Regards,<br />
Rajesh<br />
<a href="mailto:rbhadra@gmail.com">rbhadra@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas Elizaga</title>
		<link>http://richapps.de/?p=59&#038;cpage=1#comment-310</link>
		<dc:creator>Nicolas Elizaga</dc:creator>
		<pubDate>Tue, 29 May 2007 17:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.richapps.de/?p=59#comment-310</guid>
		<description>Hey Chris,

Nice! I&#039;m loving RichFLV... just curious, is there any way to add custom keyframes to an FLV using an app like yours? I don&#039;t mean a custom interval, I mean specify exactly WHERE certain keyframes are embedded.

Is it even possible ? Well, if you are up to the challenge we have a pressing project that might need something of the sort. If you&#039;d like to chat about it shoot me an email at ne@planitagency.com

Thanks!

-Nick</description>
		<content:encoded><![CDATA[<p>Hey Chris,</p>
<p>Nice! I&#8217;m loving RichFLV&#8230; just curious, is there any way to add custom keyframes to an FLV using an app like yours? I don&#8217;t mean a custom interval, I mean specify exactly WHERE certain keyframes are embedded.</p>
<p>Is it even possible ? Well, if you are up to the challenge we have a pressing project that might need something of the sort. If you&#8217;d like to chat about it shoot me an email at <a href="mailto:ne@planitagency.com">ne@planitagency.com</a></p>
<p>Thanks!</p>
<p>-Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ilan</title>
		<link>http://richapps.de/?p=59&#038;cpage=1#comment-309</link>
		<dc:creator>ilan</dc:creator>
		<pubDate>Sat, 19 May 2007 18:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.richapps.de/?p=59#comment-309</guid>
		<description>Hi,

Very great update, work on PC but not on mac UB or PPC 10.4.8 :(

When I clic on open flv the app crash !

same on 1.1 version

Just a question it&#039;s possible to add comments when you creat keyframe I think is good idea maybe ? :)

Thanks
ilan</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Very great update, work on PC but not on mac UB or PPC 10.4.8 <img src='http://richapps.de/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>When I clic on open flv the app crash !</p>
<p>same on 1.1 version</p>
<p>Just a question it&#8217;s possible to add comments when you creat keyframe I think is good idea maybe ? <img src='http://richapps.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks<br />
ilan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry</title>
		<link>http://richapps.de/?p=59&#038;cpage=1#comment-308</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Tue, 15 May 2007 14:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.richapps.de/?p=59#comment-308</guid>
		<description>indeed a rich project. The biggest probs go to flv merge implementation via as 3.0. I did some research some time ago, ho to accomplish this task. You said you relied only on your knowledge about the flv file specs, right ?
So, i have absolutely no idea how to make the first steps. Maybe you could give some hint without smashing your maybe-commercial plans for the future ? Keep up the great work.</description>
		<content:encoded><![CDATA[<p>indeed a rich project. The biggest probs go to flv merge implementation via as 3.0. I did some research some time ago, ho to accomplish this task. You said you relied only on your knowledge about the flv file specs, right ?<br />
So, i have absolutely no idea how to make the first steps. Maybe you could give some hint without smashing your maybe-commercial plans for the future ? Keep up the great work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://richapps.de/?p=59&#038;cpage=1#comment-307</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Tue, 15 May 2007 07:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.richapps.de/?p=59#comment-307</guid>
		<description>Hi Chris,
you`re right the flv is loaded two times. Currently there is no clean way to pass the loaded bytes to a netStream like it`s possible with swfs and the loader component. There is however a workaround that i´m trying at the moment. I load the bytes and than create a swf in memory were i embed the flv. This is were the swf export option comes from. I will see how far i can get with this method and keep you updated.
Loading bytes and pass them to the Video and Sound Object i my biggest wish for the next flash player update ;-)</description>
		<content:encoded><![CDATA[<p>Hi Chris,<br />
you`re right the flv is loaded two times. Currently there is no clean way to pass the loaded bytes to a netStream like it`s possible with swfs and the loader component. There is however a workaround that i´m trying at the moment. I load the bytes and than create a swf in memory were i embed the flv. This is were the swf export option comes from. I will see how far i can get with this method and keep you updated.<br />
Loading bytes and pass them to the Video and Sound Object i my biggest wish for the next flash player update <img src='http://richapps.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
