Video decoder
| Tue, 2005-12-13 12:01 | |
|
|
Hi everybody,
I have to develop a video decoder (H.264) for Symbian based phone. If I develop using the format decoder plugin do I need to write also the controller plugin (and also the source and the sink) or can I "link" my decoder to a controller provided by Symbian? The other solution is to write the decoder for DSP processor. I wonder if every phone as the dual core architecture with the DSP and where can I find the documentation to understand how to do this. Many thanks in advance Alessio |






Forum posts: 10
Assuming you have a software decoder or aim to work on a nokia phone which supports H.264
refer to
http://forum.newlc.com/index.php/topic,11753.0.html
hope this helps
groys
Forum posts: 3
I have one more question. It's possible to write just the controller (and not the player) and let Symbian to manage it when is necessary (e.g. when streaming a h.264 video), and how?
thanks
Forum posts: 10
you look a little confused. If your aim to stream video then you do not need the extend the mmf framework provided your nokia phone has plugins for playing h.264 video. Read the document on creating video applications in c++ carefully. Also these two documents
Video_And_Streaming_Content_Creation_Guide_v1_1_en.pdf
and
Video_And_Streaming_In_Nokia_Devices_v2_0_en.pdf
might help. Read them carefully. Also there are quite a few queries on streaming video on this forum and forum nokia refer to them.
I am not sure mmf framework is used in video streaming. In audio streaming it is not.
If the phone does not support H.264 then you will have to probably use a software decoder and it is extremely difficult to extend mmf to do that as there is no existing example of such a thing.
do let us know how it goes
regards
groys
Forum posts: 10
if u have a player written based on mmf then u only need to write the plugins correctly and the player will detect ur plugin automatically. i.e. if video player on nokia phones use mmf then ur plugin will be automatically used to play the h.264 file.
regards groys
Forum posts: 1
but i don't know , what is my start point?
can anyone give me suggestion?
Forum posts: 14
Does any know which open-sourced H.264 decoder is with good performance?
Forum posts: 31
Well H.264 isn't the easiet codec is it. Yes your performance will be crap, specially compared to H.263, which is a crap format it self, but not that computation intensive.
Now what size (SQCIF?) did you use for H.264?
PS. There are phone coming with H.264 support, SW and maybe HW in the future
http://www.kundutech.com
Forum posts: 14
Forum posts: 2
Forum posts: 42
any help?