[streaming] Problem with two DVB cards
Nicklas Westberg
nw at packetfront.com
Tue Jul 29 17:44:26 CEST 2003
Hi,
I have a VLS 0.5.3 server with two wintv-nexus-s (DVB-S) cards,
all programs on input one (dvb) works fine, to stream, but when I try
to start a program from input two (dvb1) Its start streaming but the
stream is only around 500kbit/sec, and if I swap cabels between the
cards and change the .dvbrc files I got the same problem..
Please help me...
So all RAI channels works, but not the MTV_Germany,,,, and the RAI
channels
don't work if I try to use the secound dvb adapter
This is what i got in the log from vls when I start the stream that not
work..
libdvbpsi error (PSI decoder): TS discontinuity (received 11, expected
0)
New PAT
transport_stream_id : 1066
version_number : 13
| program_number @ [NIT|PMT]_PID
| 0 @ 0x10 (16)
| 28650 @ 0x154 (340)
| 28651 @ 0x137 (311)
| 28652 @ 0x138 (312)
| 28653 @ 0x139 (313)
| 28654 @ 0x13a (314)
| 28655 @ 0x13b (315)
| 28656 @ 0x13c (316)
| 28657 @ 0x13d (317)
| 28658 @ 0x13e (318)
| 28659 @ 0x13f (319)
| 28660 @ 0x140 (320)
| 28664 @ 0x151 (337)
| 28665 @ 0x152 (338)
| 28666 @ 0x155 (341)
| 28669 @ 0x153 (339)
active : 1
Deleted programs
Added programs
| 0 @ 0x10 (16)
| 28650 @ 0x154 (340)
| 28651 @ 0x137 (311)
| 28652 @ 0x138 (312)
| 28653 @ 0x139 (313)
| 28654 @ 0x13a (314)
| 28655 @ 0x13b (315)
| 28656 @ 0x13c (316)
| 28657 @ 0x13d (317)
| 28658 @ 0x13e (318)
| 28659 @ 0x13f (319)
| 28660 @ 0x140 (320)
| 28664 @ 0x151 (337)
| 28665 @ 0x152 (338)
| 28666 @ 0x155 (341)
| 28669 @ 0x153 (339)
libdvbpsi error (PSI decoder): TS discontinuity (received 1, expected 0)
libdvbpsi error (PSI decoder): TS discontinuity (received 6, expected 5)
Here are my dvb Configuration from my vls.cfg
# Streams sources declaration
BEGIN "Inputs"
# --- Format:
# InputName = "Type"
# --- Example
local1 = "local" # Local input example
# kfir = "video" # Video input example (mpeg
encoder)
dvb = "dvb" # Video input example (DVB card)
dvb1 = "dvb"
END
# Video input (DVB) configuration
BEGIN "dvb"
DeviceNumber = "0" # /dev/dvb/adapter<i>
SendMethod = "0" # 0 - Send All Pids
END
BEGIN "dvb1"
DeviceNumber = "1"
SendMethod = "0"
END
------------------------------------------------------------------
Output from VLS (starting)
diezoo:~# vls -vvv
VideoLAN Server v 0.5.3 (Jul 15 2003) - (c)1999-2003 VideoLAN
2003-07-29 17:36:04 [INFO/Vls] Module "channel:file" registered
2003-07-29 17:36:04 [INFO/Vls] Module "channel:network" registered
2003-07-29 17:36:04 [INFO/Vls] Module "mpegreader:file" registered
2003-07-29 17:36:04 [INFO/Vls] Module "mpegconverter:ts2ts" registered
2003-07-29 17:36:04 [INFO/Vls] Module "mpegconverter:ps2ts" registered
2003-07-29 17:36:04 [INFO/Vls] Module "input:local" registered
2003-07-29 17:36:04 [INFO/Vls] Module "input:video" registered
2003-07-29 17:36:04 [INFO/Vls] Browsing modules in directory "."
2003-07-29 17:36:04 [INFO/Vls] Browsing modules in directory
"/usr/local/lib/videolan/vls"
2003-07-29 17:36:04 [INFO/Vls] Module "mpegreader:dvd" registered
2003-07-29 17:36:04 [INFO/Vls] Module "input:dvb" registered
2003-07-29 17:36:04 [INFO/Vls] Module "mpegreader:dvb" registered
2003-07-29 17:36:04 [INFO/Vls] Channel 'm3' created
2003-07-29 17:36:04 [INFO/Vls] Channel 'localhost' created
2003-07-29 17:36:04 [INFO/Vls] Channel 'm1' created
2003-07-29 17:36:04 [INFO/Vls] Channel 'm2' created
2003-07-29 17:36:04 [INFO/Vls] Channel 'm4' created
2003-07-29 17:36:04 [INFO/Vls] Channel 'localfile' created
2003-07-29 17:36:04 [INFO/Vls] Channel 'pc2' created
2003-07-29 17:36:04 [INFO/Vls] Channel 'm5' created
2003-07-29 17:36:04 [INFO/Vls] Channel 'pc' created
2003-07-29 17:36:04 [INFO/Vls] Starting input 'dvb'
2003-07-29 17:36:04 [INFO/dvb] DVB-S Card registered with decoder
Using default /root/.dvbrc
Reading original format . done
2003-07-29 17:36:04 [INFO/dvb] Added program 'RAI_Uno'
2003-07-29 17:36:04 [INFO/dvb] Added program 'RAI_Due'
2003-07-29 17:36:04 [INFO/dvb] Added program 'RAI_Tre'
2003-07-29 17:36:04 [INFO/dvb] Added program 'test2RAI'
2003-07-29 17:36:04 [INFO/dvb] Added program 'test_card'
2003-07-29 17:36:04 [INFO/dvb] Added program 'test1RAI'
2003-07-29 17:36:04 [INFO/dvb] Added program 'RAI_Mosaico'
2003-07-29 17:36:04 [INFO/Vls] Input 'dvb' sucessfully initialised
2003-07-29 17:36:04 [INFO/Vls] Starting input 'dvb1'
2003-07-29 17:36:04 [INFO/dvb1] DVB-S Card registered with decoder
Using default /root/.dvbrc.1
Reading original format . done
2003-07-29 17:36:04 [INFO/dvb1] Added program 'MTV_Germany'
2003-07-29 17:36:04 [INFO/Vls] Input 'dvb1' sucessfully initialised
2003-07-29 17:36:04 [INFO/Vls] Starting input 'local1'
2003-07-29 17:36:04 [INFO/local1] Added program 'clip1'
2003-07-29 17:36:04 [INFO/local1] Added program 'clip2'
2003-07-29 17:36:04 [INFO/local1] Added program 'fastweb'
2003-07-29 17:36:04 [INFO/local1] Added program 'film'
2003-07-29 17:36:04 [INFO/local1] Added program 'film2'
2003-07-29 17:36:04 [INFO/local1] Added program 'film3'
2003-07-29 17:36:04 [INFO/Vls] Input 'local1' sucessfully initialised
2003-07-29 17:36:04 [INFO/Vls] New admin group "monitor" is ok
2003-07-29 17:36:04 [INFO/Vls] New admin group "master" is ok
2003-07-29 17:36:04 [INFO/Vls] New admin user "root" is ok
2003-07-29 17:36:04 [INFO/Vls] New admin user "monitor" is ok
2003-07-29 17:36:04 [INFO/Vls] New admin user "bozo" is ok
2003-07-29 17:36:04 [INFO/Vls] Telnet server initialised
Best Regards Nicklas
Nicklas Westberg
Consulting Systems Engineer
PacketFront
Instrumentvägen 45
SE-126 53 Hägersten
Phone: +46 (0)8 7098214
Mobile: +46 (0)733 839614
Fax: +46 (0)8 7098201
Email: nicklas.westberg at packetfront.com
URL: www.packetfront.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.videolan.org/pipermail/streaming/attachments/20030729/a7fc47a2/attachment.htm
More information about the streaming
mailing list