[MPlayer-users] Recorded Audio Content Shorter Than Recorded Time

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun May 5 23:35:21 EEST 2019


On Sun, May 05, 2019 at 04:05:33PM -0400, ravi r wrote:
> I am recording audio stream in AAC format using mplayer with
> -dumpstream and -dumpfile options. Bitrate of audiostream is 48kbit/s.
> I stop recording by running kill command sending signal SIGHUP to
> mplayer process.

Why are you using SIGHUP? If you want MPlayer to exit cleanly,
use one of the signals intended for a program to exit cleanly.
In case of MPlayer, pick one of
SIGINT, SIGTERM or SIGQUIT
SIGPIPE should also work, but I wouldn't recommend that for the purpose.


More information about the MPlayer-users mailing list