Thanks for your quick reply. Could you please elaborate your idea. Have
you already tested your idea?

Right now, my code to play audio looks like this:


Code:
--------------------
        $client->execute([
  'playlist',
  'play',
  $url]);
--------------------


The problem is, that I cannot add a subsequent call with
Slim::Player::Source::gototime($client, $newPos) because per definition,
this call needs to be executed in a separate call to work (see here:
http://forums.slimdevices.com/showthread.php?19792-wait-for-previous-file-finish-before-Slim-Player-Source-jumpto(-client-index)&highlight=gototime).


------------------------------------------------------------------------
Thunderig's Profile: http://forums.slimdevices.com/member.php?userid=63371
View this thread: http://forums.slimdevices.com/showthread.php?t=101248

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to