Re: DVB-C and channels.conf
Andreas Matthias <[email protected]>
| Newsgroups | gmane.comp.video.mplayer.user.dvb |
|---|---|
| Message-ID | <[email protected]> |
Nico wrote: > From the log I see mplayer has tuned and is reading both audio and > video from the stream. I'm sorry, I just redirected stdout and forgot to redirect stderr to the log file. The main differences to the log file with stderr are, AFAICS, some lines at the very end of the log, like: dvb_streaming_read, attempt N. 5 failed with errno 11 when reading 2048 bytes Similar to the output below. If it is important, I can post the log file again (with stderr). > Can you run > mplayer -dumpstream -dumpfile file.ts dvb:// When starting mplayer I can hear the audio stream for a split of a second. [andreas mplayer-cvs]# ./mplayer -dumpstream -dumpfile file.ts dvb:// MPlayer dev-CVS-031007-03:42-3.3.1 (C) 2000-2003 MPlayer Team CPU: Advanced Micro Devices Athlon MP/XP/XP-M Barton 1830 MHz (Family: 6, Stepping: 0) Detected cache-line size is 64 bytes CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE Reading config file /usr/local/etc/mplayer/mplayer.conf: No such file or directory Reading config file /home/andreas/.mplayer/config Reading /home/andreas/.mplayer/codecs.conf: 61 audio & 157 video codecs Font /home/andreas/.mplayer/font/font.desc loaded successfully! (206 chars) Using Linux hardware RTC timing (1024Hz). Input config file /home/andreas/.mplayer/input.conf parsed: 52 binds Setting up LIRC support... mplayer: could not open config file mplayer: No such file or directory Failed to read LIRC config file ~/.lircrc. You will not be able to use your remote control. Playing dvb:// TUNER TYPE SEEMS TO BE DVB-C code taken from dvbstream for mplayer v0.4pre1 - (C) Dave Chapman 2001 Released under the GPL. Latest version available from http://www.linuxstb.org/ dvb_tune Freq: 330000000 dvb_streaming_read, attempt N. 5 failed with errno 11 when reading 708 bytes dvb_streaming_read, attempt N. 4 failed with errno 11 when reading 708 bytes dvb_streaming_read, attempt N. 3 failed with errno 11 when reading 708 bytes dvb_streaming_read, attempt N. 2 failed with errno 11 when reading 708 bytes dvb_streaming_read, attempt N. 1 failed with errno 11 when reading 708 bytes dvb_streaming_read, attempt N. 5 failed with errno 11 when reading 2048 bytes dvb_streaming_read, attempt N. 4 failed with errno 11 when reading 2048 bytes dvb_streaming_read, attempt N. 3 failed with errno 11 when reading 2048 bytes dvb_streaming_read, attempt N. 2 failed with errno 11 when reading 2048 bytes dvb_streaming_read, attempt N. 1 failed with errno 11 when reading 2048 bytes dvb_streaming_read, return 0 bytes Core dumped ;) Exiting... (End of file) Hmm,... does "Core dumped;)" mean, that file.ts is written? There is no real core dump, since mplayer exists with code 0. > and verify that file.ts is not empty [andreas mplayer-cvs]# ll -h file.ts -rw-r--r-- 1 andreas user 512K 2003-10-08 12:07 file.ts > and playable, please? Well, mplayer doesn't complain. But I can not hear or see anything. [andreas mplayer-cvs]# ./mplayer file.ts [...] Playing file.ts TS file format detected. PROBING UP TO 2000000, PROG: 0 New TS pid=255 New TS pid=256 MPlayer interrupted by signal 2 in module: demux_open Ciao Andreas