I'm not trying to watch the TV, the Raspberry Pi is actually in another country. Mencoder is not installed and is not an available package.
One thing I'd be grateful to know, as I can't find it anywhere is, if I set to dvb:
/opt/bin/mediaclient --setdtvmode=DVBT
how can I get back to composite video? So far I'm having to ring someone to pull the plug out.
If I set to composite video:
/opt/bin/mediaclient -I 0001
Shouldn't I have the equivalent of a sound card on /dev/dsp0?
If I try:
avconv -f oss -i /dev/dsp0 audio.mp3
the data from the dsp clearly ends almost instantly
Input #0, oss, from '/dev/dsp0':
Duration: N/A, bitrate: N/A
Stream #0.0: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
File 'audio.mp3' already exists. Overwrite ? [y/N] y
Output #0, mp3, to 'audio.mp3':
Metadata:
TSSE : Lavf56.1.0
Stream #0.0: Audio: libmp3lame, 48000 Hz, stereo, s16p
Metadata:
encoder : Lavc56.1.0 libmp3lame
Stream mapping:
Stream #0:0 -> #0:0 (pcm_s16le (native) -> mp3 (libmp3lame))
Press ctrl-c to stop encoding
size= 1kB time=10000000000.00 bitrate= 0.0kbits/s
video:0kB audio:0kB other streams:0kB global headers:0kB muxing overhead: 52.083332%
Does there need to be video too for the audio to even work?
Yours
Ian