[android-porting] Re: openCORE 1.x (cupcake) CPM plugin - trying to play a test MP3

2009-09-09 Thread RaviY
You probably shouldn't be hitting that part of the code at all. The datastream factory would be sent down by the DownloadManager node. Your log appears to be snipped. Can you send me the complete log of player engine and mp3 parser node? The bug, as I remember, was only in the mp3 parser node.

[android-porting] Re: openCORE 1.x (cupcake) CPM plugin - trying to play a test MP3

2009-09-09 Thread dandrep
Hi, Thanks for the information. If the issue is an existing bug then I need to verify that. My project doesn't give me a lot of options to fix this. My problem appears to be related to an unset value: iDataStreamInterface. My first question is that I thought that interface was used for stream

[android-porting] Re: openCORE 1.x (cupcake) CPM plugin - trying to play a test MP3

2009-09-09 Thread RaviY
This sounds like a bug that was fixed a while back. You can move to OpenCORE 2.0, or try to port the fix back to OpenCORE 1.0. You can do a diff. of the mp3 parser node to get some clues. -Ravi On Sep 8, 11:19 pm, dandrep wrote: > Hi, > > Yes I did. > > I am past my previous issue.  My plugin i

[android-porting] Re: openCORE 1.x (cupcake) CPM plugin - trying to play a test MP3

2009-09-08 Thread dandrep
Hi, Yes I did. I am past my previous issue. My plugin is being instantiated. There is a failure during the init process related to checking the MP3 header. After authorize and authenticate and checking permissions, all appears to be good. The next step is checking the MP3 header but CPM neve

[android-porting] Re: openCORE 1.x (cupcake) CPM plugin - trying to play a test MP3

2009-09-08 Thread RaviY
Did you look at the other thread? http://groups.google.com/group/android-porting/browse_thread/thread/06c933dbd2a8f159# On Sep 8, 12:23 pm, dandrep wrote: > Hi, > > I have written an openCORE 1.x CPM plugin and am having difficulties > getting a test MP3 to play. > > The logs basically look like