While trying to capture something with my tv tuner, I saw an eror message I haven't seen in any of the other linux versions I've tried. What have I missed?Hmm... I had this problem while trying to play back samples with the tvaudio/btaudio drivers loaded.
oss: warning: got sample rate 32000 (asked for 44100)
My command line was as follows:
streamer -t 1:00 -s 352x240 -r 30 -o tv.avi -f mjpeg -F stereo
Any help would be appreciated. Thanks
rk
-- [EMAIL PROTECTED] mailing list
There's a kernel-driver (btaudio/tvaudio) that's made for recording directly from tv-card. But in my case it hogged the first dsp-device, thus making /dev/dsp inaccessible to any program :(
Try (both without ANY sound app running, inc. windowmanagers - KDE,GNOME,etc) or disable auto-loading of those modules
rmmod -r tvaudio
rmmod -r btaudio
Then try the streamer thingie again
Good Luck! Christoph Linder
-- [EMAIL PROTECTED] mailing list
