I search a way to manage video on symbian, I need to have a portable class. I can already play video with the mpeg2 lib on windows mobile.
For my video class I need able to draw the video in a buffer, I don't want display it directly on the screen beacause it's for a game. I already have the right lib to manage the sound, I do the synchronization myself.
I had try to port the mpeg2 lib, but I encourned some issues with the gcc linker. Some functions are missing in my lib.
I am searching an other way to have video on symbian with a buffer control, the file format isn't important for me. I have think to the 3GP but I didn't find a methode that provide me a control on the frame video buffer.