07-20-2010 12:08 AM
it is not possible to play two player for audio and video simultaneously....so you could not do that...one thing you can do...if you feed audio and video data into same player with mime type:video/mp4 then the player will play both stream....try this
07-20-2010 01:44 AM
Hi
i am using the same MIME type. The issue is some header is missing which tells the Player about the meta data of the MP4. I am still facing the same issue and looking for the solution.
Thanks
Ankit
07-21-2010 12:13 PM
are you playing H263 video stream? before feeding the data into player ..try to play the data using any H263 player http://www.angelfire.com/in/H261/h263player.html ......at first...collect the stream from your source...then save it into a file and then play it..if the above player could not play then you realize there is missing something..
07-21-2010 12:15 PM
test using my way..i will tell you next step...
07-22-2010 01:58 AM
Hi
I am using H264/aac stream.
still no luck.
Thanks
Ankit
08-30-2010 07:25 AM
After 6 month research and development,we have completed our own custom H263 decoder for blackberry. it is working fine..Now.we dont need to use Manager.createPlayer() to play H263 video..
08-30-2010 07:43 AM
Hi
I am curious to know , how did you achieve it.
Any input will help people like me.
Thanks
Ankit
08-31-2010 12:29 AM - edited 08-31-2010 12:29 AM
Actually,we have done our research on ITU-T H263 specification. We have go throgh also other researh of other organization .then we made our test based development using fix point number. it was working fine in pc but was not compatible for mobile device. after more optimization, we have implemented it for J2ME based device.we have tested storm2 9520,bold 9700 etc. yet we need more optimization and also going to testing in more handset