I can't understand, why vlc didn't stream my DVB channel.
It looks like nothing happended, just running :
Code: Select all
video:/home/mich# vlc -vvv --color --ttl 12 --ts-es-id-pid --programs=1025 dvb: --dvb-frequency=10722000 --dvb-srate=27500000 --sout-standard-access=udp --sout-standard-mux=ts --sout '#duplicate{dst=std{url=10.0.10.217:1234},select="program=1025"}'
VLC media player 0.8.5 Janus
starting VLC root wrapper... using UID 0 (root)
***************************************
* Running VLC as root is discouraged. *
***************************************
It is potentially dangerous, and might not even work properly.
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000001] main vlc warning: config file /root/.vlc/vlcrc does not exist yet
[00000001] main vlc debug: checking builtin modules
[00000001] main vlc debug: checking plugin modules
[00000001] main vlc debug: loading plugins cache file /root/.vlc/cache/plugins-04041e.dat
[00000001] main vlc debug: recursively browsing `modules'
[00000001] main vlc debug: recursively browsing `/usr/local/lib/vlc'
[00000001] main vlc debug: recursively browsing `plugins'
[00000001] main vlc debug: module bank initialized, found 196 modules
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000001] main vlc warning: config file /root/.vlc/vlcrc does not exist yet
[00000001] main vlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE FPU
[00000001] main vlc debug: looking for memcpy module: 3 candidates
[00000001] main vlc debug: using memcpy module "memcpymmxext"
[00000255] main playlist debug: waiting for thread completion
[00000255] main playlist debug: thread 16386 (playlist) created at priority 0 (playlist/playlist.c:184)
[00000256] main private debug: waiting for thread completion
[00000256] main private debug: thread 32771 (preparser) created at priority 0 (playlist/playlist.c:210)
[00000257] main interface debug: looking for interface module: 1 candidate
[00000257] main interface debug: using interface module "hotkeys"
[00000257] main interface debug: thread 49156 (interface) created at priority 0 (interface/interface.c:231)
[00000255] main playlist debug: adding playlist item `dvb:' ( dvb: )
[00000259] main interface debug: looking for interface module: 2 candidates
Remote control interface initialized. Type `help' for help.
[00000259] main interface debug: using interface module "rc"
[00000259] main interface debug: thread 65541 (manager) created at priority 0 (interface/interface.c:216)
[00000255] main playlist debug: creating new input thread
[00000261] main input debug: waiting for thread completion
[00000261] main input debug: thread 81926 (input) created at priority 0 (input/input.c:261)
[00000261] main input debug: creating statistics handler
[00000263] main stream output debug: stream=`duplicate'
[00000264] main private debug: looking for sout stream module: 1 candidate
[00000264] stream_out_duplicate private debug: creating 'duplicate'
[00000264] stream_out_duplicate private debug: * adding `std{url=10.0.10.217:1234}'
[00000263] main stream output debug: stream=`std'
[00000266] main private debug: looking for sout stream module: 1 candidate
[00000266] main private warning: Option sout-standard-url is deprecated. You should use sout-standard-dst instead.
[00000266] main private debug: set sout option: sout-standard-dst to 10.0.10.217:1234
[00000266] stream_out_standard private debug: creating `udp/ts://10.0.10.217:1234'
[00000266] stream_out_standard private debug: extension is 217:1234
[00000266] stream_out_standard private debug: extension -> mux=(null)
[00000266] stream_out_standard private debug: using `udp/ts://10.0.10.217:1234'
[00000268] main private debug: looking for sout access module: 1 candidate
[00000268] main private debug: net: connecting to 10.0.10.217 port 1234
[00000270] main private debug: thread 98311 (sout write thread) created at priority 0 (udp.c:268)
[00000268] access_output_udp private debug: udp access output opened(10.0.10.217:1234)
[00000268] main private debug: using sout access module "access_output_udp"
[00000266] stream_out_standard private debug: access opened
[00000271] main private debug: looking for sout mux module: 1 candidate
[00000271] mux_ts private debug: shaping=200000 pcr=70000 dts_delay=400000
[00000271] main private debug: using sout mux module "mux_ts"
[00000263] main stream output debug: muxer support adding stream at any time
[00000266] stream_out_standard private debug: mux opened
[00000266] main private debug: using sout stream module "stream_out_standard"
[00000264] stream_out_duplicate private debug: * apply selection program=1025
[00000264] main private debug: using sout stream module "stream_out_duplicate"
[00000261] main input debug: `dvb:' gives access `dvb' demux `' path `'
[00000261] main input debug: creating demux: access='dvb' demux='' path=''
[00000272] main demuxer debug: looking for access_demux module: 0 candidates
[00000272] main demuxer warning: no access_demux module matched "dvb"
[00000261] main input debug: creating access 'dvb' path=''
[00000273] main access debug: looking for access2 module: 5 candidates
status change: ( new input: dvb: )
status change: ( audio volume: 256 )
status change: ( play state: 1 )
[00000273] dvb access debug: Opening device /dev/dvb/adapter0/frontend0
[00000273] dvb access debug: Frontend Info:
[00000273] dvb access debug: name = Zarlink MT312
[00000273] dvb access debug: type = QPSK (DVB-S)
[00000273] dvb access debug: frequency_min = 950000 (kHz)
[00000273] dvb access debug: frequency_max = 2150000 (kHz)
[00000273] dvb access debug: frequency_stepsize = 78
[00000273] dvb access debug: frequency_tolerance = 0
[00000273] dvb access debug: symbol_rate_min = 703125 (kHz)
[00000273] dvb access debug: symbol_rate_max = 45000000 (kHz)
[00000273] dvb access debug: symbol_rate_tolerance (ppm) = 0
[00000273] dvb access debug: notifier_delay (ms) = 0
[00000273] dvb access debug: Frontend Info capability list:
[00000273] dvb access debug: inversion auto
[00000273] dvb access debug: forward error correction 1/2
[00000273] dvb access debug: forward error correction 2/3
[00000273] dvb access debug: forward error correction 3/4
[00000273] dvb access debug: forward error correction 5/6
[00000273] dvb access debug: forward error correction 7/8
[00000273] dvb access debug: forward error correction auto
[00000273] dvb access debug: card can do QPSK
[00000273] dvb access debug: card can mute TS
[00000273] dvb access debug: card can recover from a cable unplug
[00000273] dvb access debug: End of capability list
[00000273] dvb access debug: trying to tune the frontend...
[00000273] dvb access debug: frequency 10722000 is in Ku-band
[00000273] dvb access debug: using inversion=2
[00000273] dvb access debug: using fec=9
[00000273] dvb access debug: using voltage=13
[00000273] dvb access debug: using tone=0
[00000273] dvb access debug: Opening device /dev/dvb/adapter0/dvr0
[00000273] dvb access debug: setting filter on PAT
[00000273] dvb access debug: Opening device /dev/dvb/adapter0/demux0
[00000273] dvb access debug: DMXSetFilter: DMX_PES_OTHER for PID 0
[00000273] dvb access debug: Opening device /dev/dvb/adapter0/ca0
[00000273] dvb access warning: CAMInit: opening CAM device failed (No such device)
[00000273] main access debug: using access2 module "dvb"
[00000275] main private debug: pre buffering
[00000273] dvb access debug: frontend has acquired signal
[00000273] dvb access debug: frontend has acquired carrier
[00000273] dvb access debug: frontend has acquired stable FEC
[00000273] dvb access debug: frontend has acquired sync
[00000273] dvb access debug: frontend has acquired lock
[00000273] dvb access debug: - Bit error rate: 0
[00000273] dvb access debug: - Signal strength: 15674
[00000273] dvb access debug: - SNR: 45317
[00000275] main private debug: received first data for our buffer
[00000275] main private debug: prebuffering done 564 bytes in 0s - 3 kbytes/s
[00000261] main input debug: creating demux: access='dvb' demux='' path=''
[00000276] main demuxer debug: looking for demux2 module: 42 candidates
[00000273] dvb access debug: Opening device /dev/dvb/adapter0/demux0
[00000273] dvb access debug: DMXSetFilter: DMX_PES_OTHER for PID 17
[00000273] dvb access debug: Opening device /dev/dvb/adapter0/demux0
[00000273] dvb access debug: DMXSetFilter: DMX_PES_OTHER for PID 18
[00000276] main demuxer debug: using demux2 module "ts"
[00000261] main input debug: looking for a subtitle file in /home/mich/
[00000276] ts demuxer debug: DEMUX_SET_GROUP -1 0x868fc38
[00000261] main input debug: starting in synch mode
[00000273] dvb access warning: unimplemented query in control
[00000261] main input debug: `dvb:' successfully opened
libdvbpsi error (PSI decoder): TS discontinuity (received 2, expected 0) for PID 0
[00000276] ts demuxer debug: PATCallBack called
[00000276] ts demuxer debug: new PAT ts_id=11000 version=2 current_next=1
[00000276] ts demuxer debug: * number=0 pid=16
[00000276] ts demuxer debug: * number=4401 pid=1001
[00000276] ts demuxer debug: * number=4402 pid=1002
[00000276] ts demuxer debug: * number=4403 pid=1003
[00000276] ts demuxer debug: * number=4404 pid=1004
[00000276] ts demuxer debug: * number=4405 pid=1005
[00000276] ts demuxer debug: * number=4406 pid=1006
[00000276] ts demuxer debug: * number=4407 pid=1007
[00000276] ts demuxer debug: * number=4408 pid=1008
[00000276] ts demuxer debug: * number=4440 pid=1040
[00000276] ts demuxer debug: * number=4435 pid=1035
[00000276] ts demuxer debug: * number=4409 pid=1009
[00000276] ts demuxer debug: * number=4410 pid=1010
[00000276] ts demuxer debug: * number=4441 pid=1041
[00000276] ts demuxer debug: * number=4420 pid=1020
[00000276] ts demuxer debug: * number=4482 pid=1082
[00000276] ts demuxer debug: * number=4411 pid=1011
[00000276] ts demuxer debug: * number=4413 pid=1013
[00000276] ts demuxer debug: * number=4423 pid=1023
libdvbpsi error (PSI decoder): TS discontinuity (received 8, expected 0) for PID 17
libdvbpsi error (PSI decoder): TS discontinuity (received 13, expected 0) for PID 18
[00000276] ts demuxer debug: PSINewTableCallBack: table 0x4e(78) ext=0x1132(4402)
[00000276] ts demuxer debug: PSINewTableCallBack: table 0x42(66) ext=0x2af8(11000)
[00000276] ts demuxer debug: SDTCallBack called
[00000276] ts demuxer debug: new SDT ts_id=11000 version=3 current_next=1 network_id=318
[00000276] ts demuxer debug: * service id=4401 eit schedule=0 present=0 running=4 free_ca=0
[00000276] ts demuxer debug: - type=1 provider=CYFRA + name=TV BIZNES
[00000261] main input debug: EsOutProgramMeta: number=4401
[00000261] main input debug: - Name = TV BIZNES
[00000261] main input debug: - Provider = CYFRA +
[00000261] main input debug: - Type = Digital television service
[00000261] main input debug: - Status = Running
[00000261] main input debug: selecting program id=4401
[00000276] ts demuxer debug: * service id=4403 eit schedule=1 present=1 running=4 free_ca=1
[00000276] ts demuxer debug: - type=1 provider=CYFRA + name=TV 4
[00000261] main input debug: EsOutProgramMeta: number=4403
[00000261] main input debug: - Name = TV 4
[00000261] main input debug: - Provider = CYFRA +
[00000261] main input debug: - Type = Digital television service
[00000261] main input debug: - Status = Running
[00000276] ts demuxer debug: * service id=4404 eit schedule=1 present=1 running=4 free_ca=0
[00000276] ts demuxer debug: - type=1 provider=CYFRA + name=4fun.TV
[00000261] main input debug: EsOutProgramMeta: number=4404
[00000261] main input debug: - Name = 4fun.TV
[00000261] main input debug: - Provider = CYFRA +
[00000261] main input debug: - Type = Digital television service
[00000261] main input debug: - Status = Running
[00000276] ts demuxer debug: * service id=4405 eit schedule=1 present=1 running=4 free_ca=1
[00000276] ts demuxer debug: - type=1 provider=CYFRA + name=EUROSPORT 2
[00000261] main input debug: EsOutProgramMeta: number=4405
[00000261] main input debug: - Name = EUROSPORT 2
[00000261] main input debug: - Provider = CYFRA +
[00000261] main input debug: - Type = Digital television service
[00000261] main input debug: - Status = Running
[00000276] ts demuxer debug: * service id=4406 eit schedule=1 present=1 running=4 free_ca=1
[00000276] ts demuxer debug: - type=1 provider=CYFRA + name=PLANETE
[00000261] main input debug: EsOutProgramMeta: number=4406
[00000261] main input debug: - Name = PLANETE
[00000261] main input debug: - Provider = CYFRA +
[00000261] main input debug: - Type = Digital television service
[00000261] main input debug: - Status = Running
[00000276] ts demuxer debug: * service id=4407 eit schedule=1 present=1 running=4 free_ca=1
[00000276] ts demuxer debug: - type=1 provider=CYFRA + name=MINIMINI
[00000261] main input debug: EsOutProgramMeta: number=4407
[00000261] main input debug: - Name = MINIMINI
[00000261] main input debug: - Provider = CYFRA +
[00000261] main input debug: - Type = Digital television service
[00000261] main input debug: - Status = Running
[00000276] ts demuxer debug: * service id=4413 eit schedule=1 present=1 running=4 free_ca=0
[00000276] ts demuxer debug: - type=1 provider=CYFRA + name=
[00000261] main input debug: EsOutProgramMeta: number=4413
[00000261] main input debug: - Name =
[00000261] main input debug: - Provider = CYFRA +
[00000261] main input debug: - Type = Digital television service
[00000261] main input debug: - Status = Running
[00000276] ts demuxer debug: * service id=4435 eit schedule=1 present=1 running=4 free_ca=1
[00000276] ts demuxer debug: - type=1 provider=CYFRA + name=ESP
[00000261] main input debug: EsOutProgramMeta: number=4435
[00000261] main input debug: - Name = ESP
[00000261] main input debug: - Provider = CYFRA +
[00000261] main input debug: - Type = Digital television service
[00000261] main input debug: - Status = Running
[00000276] ts demuxer debug: * service id=4440 eit schedule=1 present=1 running=4 free_ca=1
[00000276] ts demuxer debug: - type=2 provider=CYFRA + name=XtraMusicSwiat
[00000261] main input debug: EsOutProgramMeta: number=4440
[00000261] main input debug: - Name = XtraMusicSwiat
[00000261] main input debug: - Provider = CYFRA +
[00000261] main input debug: - Type = Digital radio sound service
[00000261] main input debug: - Status = Running
[00000276] ts demuxer debug: * service id=4441 eit schedule=1 present=1 running=4 free_ca=1
[00000276] ts demuxer debug: - type=2 provider=CYFRA + name=XtraMusicSwiat
[00000261] main input debug: EsOutProgramMeta: number=4441
[00000261] main input debug: - Name = XtraMusicSwiat
[00000261] main input debug: - Provider = CYFRA +
[00000261] main input debug: - Type = Digital radio sound service
[00000261] main input debug: - Status = Running
[00000276] ts demuxer debug: * service id=4450 eit schedule=1 present=1 running=0 free_ca=0
[00000276] ts demuxer debug: - type=128 provider=CYFRA + name=EPG
[00000261] main input debug: EsOutProgramMeta: number=4450
[00000261] main input debug: - Name = EPG
[00000261] main input debug: - Provider = CYFRA +
[00000261] main input debug: - Status = Unknown
[00000276] ts demuxer debug: * service id=4482 eit schedule=1 present=1 running=4 free_ca=1
[00000276] ts demuxer debug: - type=2 provider=CYFRA + name=Xtramusic1
[00000261] main input debug: EsOutProgramMeta: number=4482
[00000261] main input debug: - Name = Xtramusic1
[00000261] main input debug: - Provider = CYFRA +
[00000261] main input debug: - Type = Digital radio sound service
[00000261] main input debug: - Status = Running
[00000276] ts demuxer debug: PSINewTableCallBack: table 0x4e(78) ext=0x113d(4413)
[00000276] ts demuxer debug: PSINewTableCallBack: table 0x4e(78) ext=0x1133(4403)
[00000276] ts demuxer debug: PSINewTableCallBack: table 0x4e(78) ext=0x1159(4441)
[00000276] ts demuxer debug: PSINewTableCallBack: table 0x4e(78) ext=0x1134(4404)
[00000276] ts demuxer debug: PSINewTableCallBack: table 0x4e(78) ext=0x1138(4408)
[00000276] ts demuxer debug: PSINewTableCallBack: table 0x4e(78) ext=0x113b(4411)
[00000276] ts demuxer debug: PSINewTableCallBack: table 0x4e(78) ext=0x1135(4405)
[00000276] ts demuxer debug: PSINewTableCallBack: table 0x4e(78) ext=0x1137(4407)
[00000276] ts demuxer debug: PSINewTableCallBack: table 0x4e(78) ext=0x1139(4409)
[00000276] ts demuxer debug: PSINewTableCallBack: table 0x4e(78) ext=0x1136(4406)
[00000276] ts demuxer debug: EITCallBack called
[00000276] ts demuxer debug: new EIT service_id=4402 version=7 current_next=1 ts_id=11000 network_id=318 segment_last_section_number=1 last_table_id=78
[00000276] ts demuxer debug: * event id=29105 start_time:mjd=54026 08:00:00 duration=01:00:00 running=4 free_ca=1
[00000276] ts demuxer debug: - short event lang=pol 'Ameryka?nski chopper' : 'Zesp?o? z OCC sk?ada wizyt?e Carrollowi Shelby w celu om?owienia projektu motocykla, kt?ory ma by?c zbudowany dla uczczenia sportowej kariery tego legendarnego kierowcy rajdowego.'
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x53(83)
[00000276] ts demuxer debug: - tag=0x54(84)
[00000261] main input debug: EsOutProgramMeta: number=4402
[00000261] main input debug: - Event 29105 = 08:00:00: Ameryka?nski chopper (+01:00:00) Zesp?o? z OCC sk?ada wizyt?e Carrollowi Shelby w celu om?owienia projektu motocykla, kt?ory ma by?c zbudowany dla uczczenia sportowej kariery tego legendarnego kierowcy rajdowego. ()
[00000261] main input debug: - Now Playing = Ameryka?nski chopper
[00000276] ts demuxer debug: EITCallBack called
[00000276] ts demuxer debug: new EIT service_id=4413 version=30 current_next=1 ts_id=11000 network_id=318 segment_last_section_number=1 last_table_id=78
[00000276] ts demuxer debug: * event id=29302 start_time:mjd=54028 10:00:00 duration=06:00:00 running=4 free_ca=1
[00000276] ts demuxer debug: - short event lang=pol 'CANAL+ SPORT2 -...' : 'CANAL+ SPORT2 - weekendowy serwis sportowy'
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x53(83)
[00000276] ts demuxer debug: - tag=0x54(84)
[00000276] ts demuxer debug: * event id=29303 start_time:mjd=54028 16:00:00 duration=06:00:00 running=1 free_ca=1
[00000276] ts demuxer debug: - short event lang=pol 'CANAL+ SPORT2 -...' : 'CANAL+ SPORT2 - weekendowy serwis sportowy'
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x53(83)
[00000276] ts demuxer debug: - tag=0x54(84)
[00000261] main input debug: EsOutProgramMeta: number=4413
[00000261] main input debug: - Event 29302 = 10:00:00: CANAL+ SPORT2 -... (+06:00:00) CANAL+ SPORT2 - weekendowy serwis sportowy ()
[00000261] main input debug: - Now Playing = CANAL+ SPORT2 -...
[00000261] main input debug: - Event 29303 = 16:00:00: CANAL+ SPORT2 -... (+06:00:00) CANAL+ SPORT2 - weekendowy serwis sportowy ()
[00000276] ts demuxer debug: EITCallBack called
[00000276] ts demuxer debug: new EIT service_id=4403 version=5 current_next=1 ts_id=11000 network_id=318 segment_last_section_number=1 last_table_id
=78
[00000276] ts demuxer debug: * event id=29311 start_time:mjd=54028 11:20:00 duration=01:00:00 running=4 free_ca=1
[00000276] ts demuxer debug: - short event lang=pol 'Stan wyj?atkowy' : 'Bohaterem serialu jest policjant do zada?n specjalnych Sammo Law, mistrz wschodnich sztuk walki. Przybywa do Los Angeles z misj?a schwytania bossa przest?epczego ?swiata. B?edzie pomocny w wa?zniejszych zadaniach.'
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x53(83)
[00000276] ts demuxer debug: - tag=0x54(84)
[00000276] ts demuxer debug: * event id=29312 start_time:mjd=54028 12:20:00 duration=01:00:00 running=1 free_ca=1
[00000276] ts demuxer debug: - short event lang=pol 'Wygraj fortun?e' : 'Wygraj fortun?e'
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x53(83)
[00000276] ts demuxer debug: - tag=0x54(84)
[00000261] main input debug: EsOutProgramMeta: number=4403
[00000261] main input debug: - Event 29311 = 11:20:00: Stan wyj?atkowy (+01:00:00) Bohaterem serialu jest policjant do zada?n specjalnych Sammo Law, mistrz wschodnich sztuk walki. Przybywa do Los Angeles z misj?a schwytania bossa przest?epczego ?swiata. B?edzie pomocny w wa?zniejszych zadaniach. ()
[00000261] main input debug: - Now Playing = Stan wyj?atkowy
[00000261] main input debug: - Event 29312 = 12:20:00: Wygraj fortun?e (+01:00:00) Wygraj fortun?e ()
[00000276] ts demuxer debug: EITCallBack called
[00000276] ts demuxer debug: new EIT service_id=4441 version=6 current_next=1 ts_id=11000 network_id=318 segment_last_section_number=1 last_table_id=78
[00000276] ts demuxer debug: * event id=29301 start_time:mjd=54028 04:00:00 duration=18:00:00 running=4 free_ca=1
[00000276] ts demuxer debug: - short event lang=pol 'i -> Lista Program?ow' : '1-Hity europejskie 2-Piosenka francuska 3-Niemiecki Rock 4-Piosenka w?oska 5-Hity UK 6-Country 7-Indyjski Pop 8-Karnawa? w Rio 9-Hity Latino 10-Salsa >>Wci?snij I-II (LANGUAGE) by wybra?c program!<<'
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x53(83)
[00000276] ts demuxer debug: - tag=0x54(84)
[00000276] ts demuxer debug: * event id=29302 start_time:mjd=54028 22:00:00 duration=06:00:00 running=1 free_ca=1
[00000276] ts demuxer debug: - short event lang=pol 'i -> Lista Program?ow' : '1-Hity europejskie 2-Piosenka francuska 3-Niemiecki Rock 4-Piosenka w?oska 5-Hity UK 6-Country 7-Indyjski Pop 8-Karnawa? w Rio 9-Hity Latino 10-Salsa >>Wci?snij I-II (LANGUAGE) by wybra?c program!<<'
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x53(83)
[00000276] ts demuxer debug: - tag=0x54(84)
[00000261] main input debug: EsOutProgramMeta: number=4441
[00000261] main input debug: - Event 29301 = 04:00:00: i -> Lista Program?ow (+18:00:00) 1-Hity europejskie 2-Piosenka francuska 3-Niemiecki Rock 4-Piosenka w?oska 5-Hity UK 6-Country 7-Indyjski Pop 8-Karnawa? w Rio 9-Hity Latino 10-Salsa >>Wci?snij I-II (LANGUAGE) by wybra?c program!<< ()
[00000261] main input debug: - Now Playing = i -> Lista Program?ow
[00000261] main input debug: - Event 29302 = 22:00:00: i -> Lista Program?ow (+06:00:00) 1-Hity europejskie 2-Piosenka francuska 3-Niemiecki Rock 4-Piosenka w?oska 5-Hity UK 6-Country 7-Indyjski Pop 8-Karnawa? w Rio 9-Hity Latino 10-Salsa >>Wci?snij I-II (LANGUAGE) by wybra?c program!<< ()
[00000276] ts demuxer debug: EITCallBack called
[00000276] ts demuxer debug: new EIT service_id=4404 version=6 current_next=1 ts_id=11000 network_id=318 segment_last_section_number=1 last_table_id=78
[00000276] ts demuxer debug: * event id=29301 start_time:mjd=54028 04:00:00 duration=18:00:00 running=4 free_ca=0
[00000276] ts demuxer debug: - short event lang=pol '4fun.tv' : '4fun.tv: 100% rozrywki ! '
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x54(84)
[00000276] ts demuxer debug: * event id=29302 start_time:mjd=54028 22:00:00 duration=06:00:00 running=1 free_ca=0
[00000276] ts demuxer debug: - short event lang=pol '4fun.tv' : '4fun.tv: 100% rozrywki ! '
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x54(84)
[00000261] main input debug: EsOutProgramMeta: number=4404
[00000261] main input debug: - Event 29301 = 04:00:00: 4fun.tv (+18:00:00) 4fun.tv: 100% rozrywki ! ()
[00000261] main input debug: - Now Playing = 4fun.tv
[00000261] main input debug: - Event 29302 = 22:00:00: 4fun.tv (+06:00:00) 4fun.tv: 100% rozrywki ! ()
[00000276] ts demuxer debug: EITCallBack called
[00000276] ts demuxer debug: new EIT service_id=4408 version=22 current_next=1 ts_id=11000 network_id=318 segment_last_section_number=1 last_table_id=78
[00000276] ts demuxer debug: * event id=29109 start_time:mjd=54026 08:00:00 duration=00:25:00 running=4 free_ca=1
[00000276] ts demuxer debug: - short event lang=pol 'Z?ota r?aczka' : 'Z?ota r?aczka (Completely Hammered), odc. 15'
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x53(83)
[00000276] ts demuxer debug: - tag=0x54(84)
[00000261] main input debug: EsOutProgramMeta: number=4408
[00000261] main input debug: - Event 29109 = 08:00:00: Z?ota r?aczka (+00:25:00) Z?ota r?aczka (Completely Hammered), odc. 15 ()
[00000261] main input debug: - Now Playing = Z?ota r?aczka
[00000276] ts demuxer debug: EITCallBack called
[00000276] ts demuxer debug: new EIT service_id=4411 version=0 current_next=1 ts_id=11000 network_id=318 segment_last_section_number=1 last_table_id=78
[00000276] ts demuxer debug: * event id=29305 start_time:mjd=54028 07:20:00 duration=00:50:00 running=4 free_ca=1
[00000276] ts demuxer debug: - short event lang=pol 'Sliders: Piaty wymiar 4' : 'Slidersi ponownie znajduj?a si?e w hotelu Chandler. Okazuje si?e jednak, ?ze po przekroczeniu jego prog?ow ich cia?a przybra?y form?e komputerowych danych. W?a?sciciel Archibald Chandler nie chce wypu?sci?c przybysz?ow z hote'
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x53(83)
[00000276] ts demuxer debug: - tag=0x54(84)
[00000261] main input debug: EsOutProgramMeta: number=4411
[00000261] main input debug: - Event 29305 = 07:20:00: Sliders: Piaty wymiar 4 (+00:50:00) Slidersi ponownie znajduj?a si?e w hotelu Chandler. Okazuje si?e jednak, ?ze po przekroczeniu jego prog?ow ich cia?a przybra?y form?e komputerowych danych. W?a?sciciel Archibald Chandler nie chce wypu?sci?c przybysz?ow z hote ()
[00000261] main input debug: - Now Playing = Sliders: Piaty wymiar 4
[00000276] ts demuxer debug: EITCallBack called
[00000276] ts demuxer debug: new EIT service_id=4405 version=21 current_next=1 ts_id=11000 network_id=318 segment_last_section_number=1 last_table_id=78
[00000276] ts demuxer debug: * event id=29302 start_time:mjd=54028 08:00:00 duration=05:00:00 running=4 free_ca=1
[00000276] ts demuxer debug: - short event lang=pol 'Wiadomo?sci:...' : 'Wiadomo?sci: Biuletyn informacyjny'
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x53(83)
[00000276] ts demuxer debug: - tag=0x54(84)
[00000276] ts demuxer debug: * event id=29303 start_time:mjd=54028 13:00:00 duration=01:00:00 running=1 free_ca=1
[00000276] ts demuxer debug: - short event lang=pol 'Puchar UEFA' : 'Puchar UEFA: mecze rewan?zowe 1. rundy'
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x53(83)
[00000276] ts demuxer debug: - tag=0x54(84)
[00000261] main input debug: EsOutProgramMeta: number=4405
[00000261] main input debug: - Event 29302 = 08:00:00: Wiadomo?sci:... (+05:00:00) Wiadomo?sci: Biuletyn informacyjny ()
[00000261] main input debug: - Now Playing = Wiadomo?sci:...
[00000261] main input debug: - Event 29303 = 13:00:00: Puchar UEFA (+01:00:00) Puchar UEFA: mecze rewan?zowe 1. rundy ()
[00000276] ts demuxer debug: EITCallBack called
[00000276] ts demuxer debug: new EIT service_id=4407 version=3 current_next=1 ts_id=11000 network_id=318 segment_last_section_number=1 last_table_id=78
[00000276] ts demuxer debug: * event id=29334 start_time:mjd=54028 11:05:00 duration=00:25:00 running=4 free_ca=1
[00000276] ts demuxer debug: - short event lang=pol 'Pszcz?o?ka Maja' : 'Pszcz?o?ka Maja, odc. 61'
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x53(83)
[00000276] ts demuxer debug: - tag=0x54(84)
[00000276] ts demuxer debug: * event id=29335 start_time:mjd=54028 11:30:00 duration=00:30:00 running=1 free_ca=1
[00000276] ts demuxer debug: - short event lang=pol 'Clifford 3' : 'Clifford 3, odc. 11'
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x53(83)
[00000276] ts demuxer debug: - tag=0x54(84)
[00000261] main input debug: EsOutProgramMeta: number=4407
[00000261] main input debug: - Event 29334 = 11:05:00: Pszcz?o?ka Maja (+00:25:00) Pszcz?o?ka Maja, odc. 61 ()
[00000261] main input debug: - Now Playing = Pszcz?o?ka Maja
[00000261] main input debug: - Event 29335 = 11:30:00: Clifford 3 (+00:30:00) Clifford 3, odc. 11 ()
[00000276] ts demuxer debug: EITCallBack called
[00000276] ts demuxer debug: new EIT service_id=4409 version=24 current_next=1 ts_id=11000 network_id=318 segment_last_section_number=1 last_table_id=78
[00000276] ts demuxer debug: * event id=29107 start_time:mjd=54026 08:00:00 duration=00:30:00 running=4 free_ca=1
[00000276] ts demuxer debug: - short event lang=pol 'The Ride Guide...' : 'The Ride Guide Mountainbike Show: Ride Guide MTB 2006, odc. 2'
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x53(83)
[00000276] ts demuxer debug: - tag=0x54(84)
[00000261] main input debug: EsOutProgramMeta: number=4409
[00000261] main input debug: - Event 29107 = 08:00:00: The Ride Guide... (+00:30:00) The Ride Guide Mountainbike Show: Ride Guide MTB 2006, odc. 2 ()
[00000261] main input debug: - Now Playing = The Ride Guide...
[00000276] ts demuxer debug: EITCallBack called
[00000276] ts demuxer debug: new EIT service_id=4406 version=1 current_next=1 ts_id=11000 network_id=318 segment_last_section_number=1 last_table_id=78
[00000276] ts demuxer debug: * event id=29308 start_time:mjd=54028 11:05:00 duration=00:35:00 running=4 free_ca=1
[00000276] ts demuxer debug: - short event lang=pol 'Przez Syberi?e' : 'Podczas syberyjskiej wyprawy Nicolas i jego towarzysze korzystaj?a z psich zaprz?eg?ow. Psy przez kilka miesi?ecy ci?agn?a na sankach a?z 200 kilogram?ow. Bieganie w zaprz?egu przynosi psom rado?s?c, ale bywa te?z wyczepuj?ac'
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x53(83)
[00000276] ts demuxer debug: - tag=0x54(84)
[00000276] ts demuxer debug: * event id=29309 start_time:mjd=54028 11:40:00 duration=00:50:00 running=1 free_ca=1
[00000276] ts demuxer debug: - short event lang=pol 'Andrzej Wajda -...' : 'Andrzej Wajda, przedstawia histori?e Polski, ilustruj?ac wyk?ad fragmentami swoich film?ow. W tym odcinku zobaczmy sceny z "Pier?scionka z or?em w koronie", "Popio?u i diamentu", "Krajobrazu po bitwie", "Cz?owieka z marmuru".'
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x50(80)
[00000276] ts demuxer debug: - tag=0x53(83)
[00000276] ts demuxer debug: - tag=0x54(84)
[00000261] main input debug: EsOutProgramMeta: number=4406
[00000261] main input debug: - Event 29308 = 11:05:00: Przez Syberi?e (+00:35:00) Podczas syberyjskiej wyprawy Nicolas i jego towarzysze korzystaj?a z psich zaprz?eg?ow. Psy przez kilka miesi?ecy ci?agn?a na sankach a?z 200 kilogram?ow. Bieganie w zaprz?egu przynosi psom rado?s?c, ale bywa te?z wyczepuj?ac ()
[00000261] main input debug: - Now Playing = Przez Syberi?e
[00000261] main input debug: - Event 29309 = 11:40:00: Andrzej Wajda -... (+00:50:00) Andrzej Wajda, przedstawia histori?e Polski, ilustruj?ac wyk?ad fragmentami swoich film?ow. W tym odcinku zobaczmy sceny z "Pier?scionka z or?em w koronie", "Popio?u i diamentu", "Krajobrazu po bitwie", "Cz?owieka z marmuru". ()
Linux video 2.4.27 #2 Thu Sep 28 19:51:23 EEST 2006 i686 GNU/Linux
video:/home/mich#
Debian.
Linux video 2.4.27 #2 Thu Sep 28 19:51:23 EEST 2006 i686 GNU/Linux
video:/home/mich# lsmod
Module Size Used by Not tainted
skystar2 15372 0 (unused)
mt312 4172 1
dvb-core 33856 0 [skystar2 mt312]
af_packet 11080 1 (autoclean)
usbcore 52236 1
e100 42868 1
parport_pc 19432 0
parport 21608 0 [parport_pc]
agpgart 39108 0 (unused)
ide-cd 26976 0
cdrom 26212 0 [ide-cd]
rtc 5768 0 (autoclean)
ext3 65388 1 (autoclean)
jbd 34628 1 (autoclean) [ext3]
ide-detect 272 0 (autoclean) (unused)
via82cxxx 9256 1 (autoclean)
pdc202xx_old 9860 1 (autoclean)
ide-disk 12384 2 (autoclean)
ide-core 91768 2 (autoclean) [ide-cd ide-detect via82cxxx pdc202xx_old ide-disk]
unix 12784 6 (autoclean)
video:/home/mich#