... i changed to a working gentoo distribution. The VLC is prepared for DVB, i think:
Code: Select all
te-encoder ~ # vlc --list | grep dvb
VLC media player 0.8.2 Janus
mux_ts TS muxer (libdvbpsi)
dvbsub DVB subtitles decoder
dvbsub DVB subtitles encoder
dvb DVB input with v4l2 support
I use the 2.6.15 Kernel drivers for the Hauppauge Nova-T cards, modules are loaded and they seem to work.
Now i want to stream a TV channel, but i get stuck on watching TV.
In the DVB Tab in the GUI, i tried the following:
Code: Select all
dvb:// :dvb-adapter=0 :dvb-frequency=538000000 :dvb-srate=27500000
The Debug Messges from VLC:
Code: Select all
main debug: creating new input thread
main debug: set input option: dvb-adapter to 0
main debug: set input option: dvb-frequency to 100000000
main debug: set input option: dvb-srate to 27500000
main debug: waiting for thread completion
main debug: thread 3014933424 (input) created at priority 0 (src/input/input.c:230)
main debug: `dvb://' gives access `dvb' demux `' path `'
main debug: creating demux: access='dvb' demux='' path=''
main debug: looking for access_demux module: 0 candidates
main warning: no access_demux module matched "dvb"
main debug: creating access 'dvb' path=''
main debug: looking for access2 module: 5 candidates
dvb debug: Opening device /dev/dvb/adapter0/frontend0
dvb debug: Frontend Info:
dvb debug: name = Conexant CX22702 DVB-T
dvb debug: type = OFDM (DVB-T)
dvb debug: frequency_min = 177000000 (kHz)
dvb debug: frequency_max = 858000000 (kHz)
dvb debug: frequency_stepsize = 166666
dvb debug: frequency_tolerance = 0
dvb debug: symbol_rate_min = 0 (kHz)
dvb debug: symbol_rate_max = 0 (kHz)
dvb debug: symbol_rate_tolerance (ppm) = 0
dvb debug: notifier_delay (ms) = 0
dvb debug: Frontend Info capability list:
dvb debug: inversion auto
dvb debug: forward error correction 1/2
dvb debug: forward error correction 2/3
dvb debug: forward error correction 3/4
dvb debug: forward error correction 5/6
dvb debug: forward error correction 7/8
dvb debug: forward error correction auto
dvb debug: card can do QPSK
dvb debug: card can do QAM 16
dvb debug: card can do QAM 64
dvb debug: card can do QAM auto
dvb debug: transmission mode auto
dvb debug: guard interval mode auto
dvb debug: hierarchy mode auto
dvb debug: card can recover from a cable unplug
dvb debug: End of capability list
dvb debug: trying to tune the frontend...
dvb debug: using inversion=2
dvb debug: using bandwidth=0
dvb debug: using fec=9
dvb debug: using fec=9
dvb debug: using transmission=0
dvb debug: using guard=0
dvb debug: using hierarchy=0
dvb debug: Opening device /dev/dvb/adapter0/dvr0
dvb debug: setting filter on PAT
dvb debug: Opening device /dev/dvb/adapter0/demux0
dvb debug: DMXSetFilter: DMX_PES_OTHER for PID 0
dvb debug: Opening device /dev/dvb/adapter0/ca0
dvb error: CAMInit: opening device failed (No such file or directory)
main debug: using access2 module "dvb"
main debug: pre buffering
dvb warning: no lock, tuning again
dvb debug: using inversion=2
dvb debug: using bandwidth=0
dvb debug: using fec=9
dvb debug: using fec=9
dvb debug: using transmission=0
dvb debug: using guard=0
dvb debug: using hierarchy=0
dvb warning: no lock, tuning again
dvb debug: using inversion=2
dvb debug: using bandwidth=0
dvb debug: using fec=9
dvb debug: using fec=9
dvb debug: using transmission=0
dvb debug: using guard=0
dvb debug: using hierarchy=0
--- Now i stopped streaming
main debug: prebuffering done 0 bytes in 23s - 0 kbytes/s
main error: cannot pre fill buffer
main warning: cannot create a stream_t from access
dvb debug: DMXUnsetFilter: closing demux 8
main debug: unlocking module "dvb"
main debug: thread 3014933424 joined (src/input/input.c:386)
I read the streaming how-to, most parts of the forum but i cant fagure out whats wrong with it. I seems like its okay, except the "No Lock - tuning again".
Can someone drop a helping line?
piano