in reply to Help to execute mpg123 command with Audio::Play::MPG123 package
The first thing is determine if the module is buggy on your system, or if there is some other problem. The module code causing it is:
Does the mpg123sh program (in the module's base directory) run? Maybe you are having trouble with filenames being passed in the pipes, like unicode mismatches or similar glitches.if (defined $len || ($! != EAGAIN && $! != EINTR)) { die "connection to mpg123 process lost: $!\n" if $len == 0;
You said you ran the shell "mpg123 -R a.mp3" first. Could that interfere somehow? Like the soundcard being "in use"?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Help to execute mpg123 command with Audio::Play::MPG123 package
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 | |
by zentara (Cardinal) on Feb 22, 2010 at 10:55 UTC |