Menu

#194 interrupting conplay

svn
closed-invalid
nobody
None
5
2013-05-29
2013-05-24
No

conplay; if I'm running conplay, and kill the mpg123 process with a simple kill PID, the current position is not saved. I suppose the conplay perl program just dies. Could this be alleviated? I'm not too familiar with perl; some signal handling is needed? And more exact knowledge on how while(<MPG123>) works. What I want is to interrupt the playing after a while...

Discussion

  • Thomas Orgis

    Thomas Orgis - 2013-05-29

    Try pkill -INT mpg123 ... mpg123 catches SIGINT and prints out continuation info, while per default pkill sends SIGTERM.

     
  • Anonymous

    Anonymous - 2013-05-29

    Uff I seem to have been thinking INT had signal value 1. Sorry.

     
  • Thomas Orgis

    Thomas Orgis - 2013-05-29
    • status: open --> closed-invalid
     

Log in to post a comment.