Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
use Audio::Play::MPG123; my $player = new Audio::Play::MPG123; $player->load("a.mp3"); print $player->artist,"\n"; $player->poll(1) until $player->state == 0;
From the shell started the mpg123 command as
#>mpg123 -R a.mp3
From another shell executed the Perl script. Got the following error.
"connection to mpg123 process lost:"
Any corrections need to be done.
Please help me........
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Help to execute mpg123 command with Audio::Play::MPG123 package
by zentara (Cardinal) on Feb 20, 2010 at 12:30 UTC | |
by Anonymous Monk on Feb 20, 2010 at 12:54 UTC | |
by zentara (Cardinal) on Feb 20, 2010 at 16:46 UTC | |
by Anonymous Monk on Feb 22, 2010 at 03:24 UTC | |
by Anonymous Monk on Feb 22, 2010 at 07:48 UTC | |
|