#327 closed defect (worksforme)
-ao pcm requires write permission on /dev/audio
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Component: | ao |
| Version: | 1.0pre7 | Severity: | normal |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Reproduced by developer: | no | Analyzed by developer: | no |
Description
When using -ao pcm to write to a file, mplayer requires write access to
/dev/audio even though it shouldn't need to touch the output device. This
prevents one from, e.g., sshing to a machine with mplayer where another user or
group owns /dev/audio in order to convert/create audio files.
Note:
See TracTickets
for help on using tickets.

It worked for me even after chmod 000 /dev/audio...
I even did an strace and it doesn't even try to open /dev/audio (only /dev/zero
and /dev/rtc).