video controller plugin

Login to reply to this topic.
Tue, 2005-12-06 22:30
Joined: 2005-07-15
Forum posts: 21
Hi
     There are examples for codec plugin, source/sink plugins in the SDK, but I am looking for an example code for the video controller plugin for MMF.
Can anybody show me some pointers. Is it necessary to implement all the custom command parsers to start with.
Thanks

Wed, 2005-12-07 07:41
Joined: 2005-11-10
Forum posts: 10
Re: video controller plugin
Well well,
U bring up something i have been trying to find for a long time Cheezy see as far as I know there is no video controller plugin example available for download or use as a reference. Such plugins (supporting 3gp) are built into some nokia phones supporting mmf.
I guess u will have to come up with the first open source video plugin Smiley

The devkit i have does not give any examples of plugins on the video side.

For some pointers u can look at
1. http://www.forum.nokia.com/info/sw.nokia.com/id/f07f6cef-1a32-46e6-8d33-279ea1555543/Symbian_OS_Creating_Video_Applications_In_Cpp_v1_0_en.pdf.html
2.http://www.forum.nokia.com/info/sw.nokia.com/id/ae9307f6-e8b3-455d-81fc-0442aabc5526/Symbian_OS_Multimedia_Framework_And_Other_Multimedia_APIs_v1_0_en.pdf.html

3. ogg vorbis controller (e.g for audio plugin with complex codec from symbian)

4. symbianoggplay on sourceforge.net ...(again audio but open source have written plugins to handle .ogg file)

if you find ne other useful info do let me know. best of luck
groys
Wed, 2005-12-07 17:00
Joined: 2005-07-15
Forum posts: 21
Re: video controller plugin
Thank you groys.....I had all the first 3 but still wasn't clear enough, hopefully the 4th one you have mentioned should help.

Wed, 2005-12-07 17:55
Joined: 2005-07-15
Forum posts: 21
Re: video controller plugin
Can you send me the link to download the source code from sourceforge.net

Thanks
Thu, 2005-12-08 16:24
Joined: 2005-11-10
Forum posts: 10
Re: video controller plugin
here u go
http://sourceforge.net/cvs/?group_id=86146

u might want to make a audio controller plugin (with any complex codec) to get a grasp of mmf though.... then carry on to the video.
regards
groys
  • Login to reply to this topic.