Opened 14 years ago
Last modified 14 years ago
#1880 new defect
mplayer has problems with wave files streamed from stdin.
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | core |
Version: | unspecified | Severity: | normal |
Keywords: | Cc: | cehoyos | |
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
"arecord -D hw:0,0 -f cd -t wav - | mplayer -cache 65536 -" doesn't work
"arecord -D hw:0,0 -f cd -t wav test.wav ; mplayer -cache 65536 test.wav" works.
"arecord -D hw:0,0 -f cd -t wav > test.wav ; cat test.wav | mplayer -cache 65536 test.wav" works.
"arecord -D hw:0,0 -f cd -t wav | aplay" works.
For what it's worth, arecord and aplay are standard ALSA utilities.
This problem appears with dev-SVN-r29532 (from Debian) and SVN-r29796-4.4.4 (under Gentoo).
Note:
See TracTickets
for help on using tickets.
Since your first line works fine for me with latest svn, please add complete, uncut output of today's version.