<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.newlc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NewLC - Help!!!How to use OpenDesL() to play video data in buffer? - Comments</title>
 <link>http://www.newlc.com/forum/help-how-use-opendesl-play-video-data-buffer</link>
 <description>Comments for &quot;Help!!!How to use OpenDesL() to play video data in buffer?&quot;</description>
 <language>en</language>
<item>
 <title>Re: Help!!!How to use OpenDesL() to play video data in buffer?</title>
 <link>http://www.newlc.com/forum/help-how-use-opendesl-play-video-data-buffer#comment-42606</link>
 <description>&lt;p&gt;Hi Lionycq,&lt;/p&gt;

&lt;p&gt;Thanks for your information.&lt;br /&gt;
If i found anything, let you know..&lt;/p&gt;

&lt;p&gt;Cheers,&lt;br /&gt;
Karthikeyan.B&lt;/p&gt;</description>
 <pubDate>Fri, 26 Oct 2007 13:13:36 +0200</pubDate>
 <dc:creator>bkarthik_be</dc:creator>
 <guid isPermaLink="false">comment 42606 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Help!!!How to use OpenDesL() to play video data in buffer?</title>
 <link>http://www.newlc.com/forum/help-how-use-opendesl-play-video-data-buffer#comment-42605</link>
 <description>&lt;p&gt;Hi Karthikeyan,&lt;br /&gt;
    Thank you for your precious information, and I hope the links below can help you:&lt;br /&gt;
    &lt;a href=&quot;http://www.lonelycatgames.com/?app=smartmovie&quot;&gt;http://www.lonelycatgames.com/?app=smartmovie&lt;/a&gt;&lt;br /&gt;
    &lt;a href=&quot;http://sourceforge.net/index.php&quot;&gt;http://sourceforge.net/index.php&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;    Best wishes!&lt;/p&gt;</description>
 <pubDate>Fri, 26 Oct 2007 11:58:48 +0200</pubDate>
 <dc:creator>LIONYCQ</dc:creator>
 <guid isPermaLink="false">comment 42605 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Help!!!How to use OpenDesL() to play video data in buffer?</title>
 <link>http://www.newlc.com/forum/help-how-use-opendesl-play-video-data-buffer#comment-42602</link>
 <description>&lt;p&gt;Hi Lionycq,&lt;/p&gt;

&lt;p&gt;  You can achieve what i told you previously.&lt;br /&gt;
Because, i tried it simply, just get some amount of video data(3gp) and save it into file with ext of .3gp.&lt;br /&gt;
And append the end of file character as 0000. Then we can play this file simply.&lt;/p&gt;

&lt;p&gt;Now i m also searching for the open source video codecs. I found the OGG audio codec.&lt;br /&gt;
Do you have any video codecs then let me know or send me the link.&lt;/p&gt;

&lt;p&gt;Thanks in Advance...&lt;/p&gt;

&lt;p&gt;By,&lt;br /&gt;
Karthikeyan.B&lt;/p&gt;</description>
 <pubDate>Fri, 26 Oct 2007 11:32:32 +0200</pubDate>
 <dc:creator>bkarthik_be</dc:creator>
 <guid isPermaLink="false">comment 42602 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Help!!!How to use OpenDesL() to play video data in buffer?</title>
 <link>http://www.newlc.com/forum/help-how-use-opendesl-play-video-data-buffer#comment-42600</link>
 <description>&lt;p&gt;Dear Karthikeyan.B,&lt;br /&gt;
    Thank you for your reply, and I have tried the method but it didn&#039;t work, and I think it is not just divide one big video file into some small ones and make sure every small ones play successfully. I mean that it must be related to the specific codec.&lt;br /&gt;
    These days I have been looking for the codecs of some popular video formats and I found some open source codes for AVI but it&#039;s too complicated and I think it&#039;s a large project to port it into Symbian OS.&lt;br /&gt;
   Still, thank you for your good suggestions. &lt;/p&gt;

&lt;p&gt;    Best wishes!&lt;/p&gt;</description>
 <pubDate>Fri, 26 Oct 2007 09:53:10 +0200</pubDate>
 <dc:creator>LIONYCQ</dc:creator>
 <guid isPermaLink="false">comment 42600 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Help!!!How to use OpenDesL() to play video data in buffer?</title>
 <link>http://www.newlc.com/forum/help-how-use-opendesl-play-video-data-buffer#comment-42598</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;As per my knowledge , there is no implementation in the lib for OpenDesL() method.So, we cant use that method.&lt;/p&gt;

&lt;p&gt;If u know any 3gp/Mpeg file format then you can do like this,&lt;/p&gt;

&lt;p&gt;Create a buffer and store the rec.data on it.&lt;br /&gt;
Once its reached certain amount of the video data, just store that data into a file with ext of .3gp/.Mpeg.&lt;br /&gt;
And give this file to the OpenFileL(). It ll play.&lt;br /&gt;
First you need knowledge of any of video file formats which plays on the device.&lt;/p&gt;

&lt;p&gt;Cheers,&lt;br /&gt;
Karthikeyan.B&lt;/p&gt;</description>
 <pubDate>Fri, 26 Oct 2007 08:59:54 +0200</pubDate>
 <dc:creator>bkarthik_be</dc:creator>
 <guid isPermaLink="false">comment 42598 at http://www.newlc.com</guid>
</item>
<item>
 <title>Help!!!How to use OpenDesL() to play video data in buffer?</title>
 <link>http://www.newlc.com/forum/help-how-use-opendesl-play-video-data-buffer</link>
 <description>&lt;p&gt;Hello everyone,&lt;br /&gt;
I want to know if it is possible to play video data in buffer? I can achieve it only putting the whole video file in buffer but can not put only a fraction of it.&lt;br /&gt;
Does anyone know why?&lt;br /&gt;
Or can you give me some advice on playing video data in buffer?&lt;br /&gt;
Thank you in advance and I really appreciate you help.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/forum/help-how-use-opendesl-play-video-data-buffer&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/forum/help-how-use-opendesl-play-video-data-buffer#comments</comments>
 <category domain="http://www.newlc.com/forums/video">Video</category>
 <pubDate>Sun, 07 Oct 2007 13:17:19 +0200</pubDate>
 <dc:creator>LIONYCQ</dc:creator>
 <guid isPermaLink="false">19207 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
