Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - About mme trksession: (3 Items)
   
About mme trksession  
Hello all!
     Now , I have two media store device(HardDrive and USB),so I created two new 
trksession by calling mme_newtrksession() seperately.
     Otherwise, before I use  the one of trksessions, I unset the other and set the current one,such as :
     mme_stop(mme);
     mme_settrksession(mme,0);
     mme_settrksession(mme,current_trkid);
     As a result,when I play the media (one of the devices),it tips there are no data to play,why?
     please give me some advices ,thanks very much!
Re: About mme trksession  
On 10-09-06 3:16 AM, "Kailen High" <community-noreply@qnx.com> wrote:
>      As a result,when I play the media (one of the devices),it tips there are
> no data to play,why?
>      please give me some advices ,thanks very much!

You need to post logs. Can you do:

mmecli set_debug 4 0

Now repeat the whole procedure and send the output of sloginfo.


Thanks,
Gilles
Re: About mme trksession  
Hi Gilles!
       Thanks for your reply,I have fixed the problem!