mpeg4 codec plugin

Login to reply to this topic.
Thu, 2005-11-10 12:54
Joined: 2005-11-10
Forum posts: 10
Hi,
We have a mpeg4 player for symbian(plays mp4 file audio as well as video) which is made without the mmf framework. To do it with mmf i have to write a mpeg4 controller plugin for it

1. Previously ppl have posted on similar queries has neone sucessfully made a such a plugin if so plz give me some pointers. Right now i am trying to write a source plugin which does filereading part, a sink plugin which will do the displaying part and the call to codec in between source n sink in the controller plugin. Will a datapath be useful for this

2. Is it possible to play both audio n video togeather in mmf...what is the way to go about this? separate threads.

thanks in advance
groys

Wed, 2005-11-16 07:41
Joined: 2005-11-10
Forum posts: 10
Re: mpeg4 codec plugin
Hi,
has anyone created mmf video player application which plays audio and video both, for any format? Is syncing audio and video possible at all in mmf?
Plz help me out, I need to know the feasibility of this task.
thanks
groys.
Mon, 2006-02-13 10:26
Joined: 2006-02-13
Forum posts: 13
Re: mpeg4 codec plugin
Hi!!!

yes it's possible, if you already have all formats as CMMFCodecs Wink in your system

--
Wbr, Yuri

Tue, 2006-02-14 02:54
Joined: 2006-02-12
Forum posts: 6
Re: mpeg4 codec plugin
I'm going to develop the similar application.I think you need 2 datasources and 2 datasinks to do it . Cheezy
Fri, 2006-03-10 07:16
Joined: 2006-03-10
Forum posts: 2
Re: mpeg4 codec plugin
I need to make video controller plugin to play video files directly on emulator .If u have worked on that Kindly provide me the directions to step ahead .
It will be too helpful if i can have some source code which can play video files or mp4 files directly.
Fri, 2006-03-10 07:49
Joined: 2006-02-13
Forum posts: 13
Re: mpeg4 codec plugin
Hi, groys!!!

Smiley

for playing audio and video in one player, you will need to write two engines:

- CVideoPlayerUtility
- CAudioPlayerUtility

Quote from: groys
Hi,
We have a mpeg4 player for symbian(plays mp4 file audio as well as video) which is made without the mmf framework. To do it with mmf i have to write a mpeg4 controller plugin for it

1. Previously ppl have posted on similar queries has neone sucessfully made a such a plugin if so plz give me some pointers. Right now i am trying to write a source plugin which does filereading part, a sink plugin which will do the displaying part and the call to codec in between source n sink in the controller plugin. Will a datapath be useful for this

2. Is it possible to play both audio n video togeather in mmf...what is the way to go about this? separate threads.

thanks in advance
groys

--
Wbr, Yuri

  • Login to reply to this topic.