John Nash wrote on 11/03/2014 11:25 AM:
> Should I try to set null to AmPlaylist object before adding playlist item?
no.

I'd try to debug whether this code in AmPlaylist::get is executed and
fills enough bytes:

  if(!cur_item || !cur_item->play) {
    ret = calcBytesToRead(nb_samples);
    memset(buffer,0,ret);
  }
probably the sample rate should be taken into account.

Stefan
_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems

Reply via email to