Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: How to watch DVB-t TV (or 'How do I join the party?')



On Tuesday 29 Jan 2002 4:49 pm, Stephen Davies wrote:
>
> Get and build Dave Chapman's dvbstream.  Preferably the 0.4pre version
>  (Dave: is that available)
> Build ts2ps that comes with DVB driver
> Get a program that can play an MPEG2 program stream.  I use mplayer
> (mplayerhq.org)
>
> WIth the newer dvbstream, watching TV is as simple as:
>
>   dvbstream -o -f freq 600 601 | ts2ps 600 601 | \
>     mplayer -cache 2000 -pp 0x20000 -vo whatever -

OK, I have done this, and followed the other instructions in Scott's 
excellent HOWTO. And it all seems to work fine -- data goes along the pipe, 
cpu cycles are used...but the viewer window remains black and there is no 
sound! What is going wrong?

Here's my command and the messages it put up. Any help very welcome.
	--Jasper

[root@localhost mpegtools]# dvbstream -f 489833 -o 6017 6018 | ts2ps 6017 
6018 | mplayer -cache 2000 -pp 0x20000 -vo xv -
dvbstream v0.4pre1 - (C) Dave Chapman 2001
Released under the GPL.
Latest version available from http://www.linuxstb.org/
tuning DVB-T to 489833000
Channel tuned
ts2ps
Reading from stdin


MPlayer 0.60-3.0.2 (C) 2000-2002 Arpad Gereoffy (see DOCS!)

CPU vendor name: AuthenticAMD  max cpuid level: 1
CPU: Advanced Micro Devices Athlon TB Thunderbird (Type: 6, Stepping: 4)
extended cpuid-level: 6
CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 0 SSE2: 0
Compiled for x86 CPU with features: MMX MMX2 3DNow 3DNowEx
Reading /root/.mplayer/codecs.conf: can't open '/root/.mplayer/codecs.conf': 
No such file or directory
Reading /usr/local/share/mplayer/codecs.conf: 26 audio & 70 video codecs
font: can't open file: /root/.mplayer/font/font.desc
font: can't open file: /usr/local/share/mplayer/font/font.desc
Using Linux's hardware RTC timing (1024Hz)
Playing -
Reading from stdin...
CACHE_PRE_INIT: 0 [0] 0  pre:409600  eof:0
Cache fill:  0.00% (0 bytes)    FE_COMPLETION_EV
Event:  iFrequency: 489833000
Bit error rate: 884
Signal strength: 0
SNR: 0
FE_STATUS: FE_HAS_POWER FE_HAS_SIGNAL FE_HAS_LOCK FE_HAS_CARRIER 
FE_HAS_VITERBI FE_HAS_SYNC
Output to stdout
Streaming 2 streams
Cache fill:  0.00% (0 bytes)    Audiostream: Layer: 1  BRate: 288 kb/s  Freq: 
32.0 kHz
Videostream: ASPECT: 16:9  Size = 720x576  FRate: 25 fps  BRate: 4.25 Mbit/s
Cache fill: 19.20% (393216 bytes)    header block 1 size: 0
Detected MPEG-PS file format!
VIDEO:  MPEG2  720x576  (aspect 3)  25.00 fps  5312.5 kbps (664.1 kbyte/s)
[V] filefmt:2  fourcc:0x10000002  size:720x576  fps:25.00  ftime:=0.0400
Detected audio codec: [mp3] drv:1 (MPEG layer-2, layer-3)
mp3lib: Processor ID: 644
mp3lib: Using AMD 3dnow-dsp(k7)! optimized decore.
AUDIO: srate=48000  chans=2  bps=2  sfmt=0x10  ratio: 32000->192000
Detected video codec: [mpeg12] drv:1 prio:0 (MPEG 1 or 2)
mpeg2dec-0.2.0-release (C) 2000-2001 Aaron Holtzman & Michel Lespinasse
libmpeg2: Using MMXEXT for IDCT transform
libmpeg2: Using MMXEXT for motion compensation
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
VO: [xv] 720x576 => 1024x576 Planar YV12
vo: X11 running at 1600x1200 with depth 24 and 32 bits/pixel (":0.0" => local 
display)
Xvideo image format: 0x32595559 (YUY2) packed
Xvideo image format: 0x59565955 (UYVY) packed
Xvideo image format: 0x32315659 (YV12) planar
Xvideo image format: 0x30323449 (I420) planar
using Xvideo port 46 for hw scaling
[xv] dcx: 0 dcy: 0 dx: 0 dy: 0 dw: 1024 dh: 576
AO: [oss] 48000Hz Stereo Signed 16-bit (Little-Endian)
ao2: 48000 Hz  2 chans  Signed 16-bit (Little-Endian)

[then when I get bored of a black window and hit ctrl-c]

MPlayer interrupted by signal 2 in module: unknown


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.


Home | Main Index | Thread Index