liyuanwei / imsdroid

Automatically exported from code.google.com/p/imsdroid
0 stars 0 forks source link

How can i add my video codec to tinyWRAP? #199

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

I have a codect write in C languge. But i don't know, how can i add this codec 
to tinyWRAP. Please help me. Thanks all

Original issue reported on code.google.com by hoangdinhtrung on 16 Mar 2011 at 10:07

GoogleCodeExporter commented 9 years ago
Not an easy task.
You have to implement "tmedia_codec_plugin_def_t" plugin definition then call 
tmedia_codec_plugin_register() to register your codec. For example, to get 
started please take a look at theora codec implementation: 
http://code.google.com/p/doubango/source/browse/trunk/tinyDAV/src/codecs/theora/
tdav_codec_theora.c#570

Original comment by boss...@yahoo.fr on 5 Apr 2011 at 6:51

GoogleCodeExporter commented 9 years ago
Dear  boss...@yahoo.fr,
Thanks so much. I'll try that.

Original comment by hoangdinhtrung on 13 Apr 2011 at 3:54