Moderator Control Panel ]

Mumudvb and tbs8920

Mumudvb and tbs8920

Postby adonaros » Mon Feb 25, 2013 6:06 am

Howdy,

I know this is not a mumudvb forum, but this is the only place i can think closely related that would have any success stores or any possible help.

I have a tbs8920 pci card, setup properly with drivers in ubuntu 11.04. If i use vlc player i can view an fta channel, the thing is though, vlc is sometimes unstable and sometimes i can open the dvb card and view/stream, othertimes, it doesnt work so well.

I am trying to make mumudvb stream that same channel. I have setup my mumudvb as so..
Code: Select All Code
card=1
freq=12457
lnb_type=standard
pol=v
srate=20000
sap=0
autoconfiguration=1

#ip_http=0.0.0.0
#port_http=4242

#autoconf_scrambled=1
#autoconf_unicast_start_port=2500


ip=10.5.10.151
port=6005
name=dtest2
pids=5922 5923



when i run mumudvb -d -vv -c mumudvb.config i get..

Code: Select All Code
root@aerostato:/home/adonis# mumudvb -d -vv -c mumudvb.config
MuMuDVB Version 1.6
Latest version available from http://mumudvb.braice.net/

The autoconfiguration auto update is enabled. If you want to disable it put "autoconf_pid_update=0" in your config file.
Streaming. Freq 12457000
Using DVB card "Conexant CX24116/CX24118"
Tuning DVB-S to Freq: 1707000 Hz, LO frequency 10750000 kHz Pol:V Srate=20000000, LNB number: 0
LNB voltage 13V
DISEQC SETTING SUCCEDED
polling....
Getting frontend event
FE_STATUS:
polling....
Getting frontend event
FE_STATUS:
     FE_HAS_SIGNAL : found something above the noise level
     FE_HAS_CARRIER : found a DVB signal
     FE_HAS_VITERBI : FEC is stable
     FE_HAS_SYNC : found sync bytes
     FE_HAS_LOCK : everything's working...
Event:  Frequency: 12457000
        SymbolRate: 20000000
        FEC_inner:  9

Bit error rate: 0
Signal strength: 50112
SNR: 58163
FE_STATUS:
     FE_HAS_SIGNAL : found something above the noise level
     FE_HAS_CARRIER : found a DVB signal
     FE_HAS_VITERBI : FEC is stable
     FE_HAS_SYNC : found sync bytes
     FE_HAS_LOCK : everything's working...
Card 1 tuned
Autoconf : Autoconfiguration desactivated for channel "dtest2"
Setting filter for PID 0
Setting filter for PID 1
Setting filter for PID 16
Setting filter for PID 17
Setting filter for PID 18
Setting filter for PID 20
Setting filter for PID 5922
Setting filter for PID 5923
Diffusion 1 channel
Channel number :   0, ip : 10.5.10.151:6005, name : "dtest2"
        pids : 5922 5923
Autoconfiguration Start
Autoconf : Warning : Not all the channels were configured before timeout
Autoconfiguration almost done
Autoconf : We open the new file descriptors
Autoconf : Add the new filters
Autoconfiguration done
Diffusion 1 channel
Channel number :   0, ip : 10.5.10.151:6005, name : "dtest2"
        pids : 5922 5923





if i create the var run mumudvb folder those errors go away, and when i hide the 'id' flag that error goes away, but overall, it looks like something is working because...

on my windows computer i can see traffic on the network monitor screen (in the task manager) and when i open vlc...
When i open vlc and do udp://@:6005 (for example) i see in the messages

Code: Select All Code
main debug: processing request item: udp://:6005, node: Playlist, skip: 0
main debug: resyncing on udp://:6005
main debug: udp://:6005 is at 6
main debug: starting playback of the new playlist item
main debug: resyncing on udp://:6005
main debug: udp://:6005 is at 6
main debug: creating new input thread
main debug: Creating an input for 'udp://:6005'
main debug: using timeshift granularity of 50 MiB, in path 'C:\Users\Greg\AppData\Local\Temp'
main debug: `udp://@:6005' gives access `udp' demux `' path `@:6005'
main debug: creating demux: access='udp' demux='' location='@:6005' file='\\@:6005'
main debug: looking for access_demux module: 0 candidates
main debug: no access_demux module matched "udp"
main debug: TIMER module_need() : 0.295 ms - Total 0.295 ms / 1 intvls (Avg 0.295 ms)
main debug: creating access 'udp' location='@:6005', path='\\@:6005'
main debug: looking for access module: 1 candidate
access_udp debug: opening server=:0 local=:6005
main debug: net: opening any datagram port 6005
main debug: using access module "access_udp"
main debug: TIMER module_need() : 0.830 ms - Total 0.830 ms / 1 intvls (Avg 0.830 ms)
main debug: Using block method for AStream*
main debug: starting pre-buffering
qt4 debug: IM: Setting an input
main debug: received first data after 95 ms
main debug: prebuffering done 1316 bytes in 0s - 13 KiB/s
main debug: looking for stream_filter module: 4 candidates
main debug: no stream_filter module matching "any" could be loaded
main debug: TIMER module_need() : 0.184 ms - Total 0.184 ms / 1 intvls (Avg 0.184 ms)
main debug: looking for stream_filter module: 1 candidate
main debug: using stream_filter module "stream_filter_record"
main debug: TIMER module_need() : 0.115 ms - Total 0.115 ms / 1 intvls (Avg 0.115 ms)
main debug: creating demux: access='udp' demux='' location='@:6005' file='\\@:6005'
main debug: looking for demux module: 55 candidates
ts debug: pid[5922] unknown
ts debug: pid[16] unknown
ts debug: pid[5923] unknown
ts debug: PATCallBack called
ts debug: new PAT ts_id=17 version=17 current_next=1
ts debug:   * number=0 pid=16
ts debug:   * number=101 pid=33
ts debug:   * number=150 pid=33
ts debug:   * number=189 pid=33
ts debug:   * number=310 pid=33
ts debug:   * number=311 pid=33
ts debug:   * number=312 pid=33
ts debug:   * number=405 pid=33
ts debug:   * number=410 pid=33
ts debug:   * number=419 pid=33
ts debug:   * number=429 pid=33
ts debug:   * number=480 pid=33
ts debug:   * number=829 pid=33
ts debug:   * number=892 pid=33
ts debug:   * number=895 pid=33
ts debug:   * number=979 pid=33
ts debug:   * number=4389 pid=33
ts debug:   * number=4553 pid=33
ts debug:   * number=4574 pid=33
ts debug:   * number=5739 pid=33
ts debug:   * number=6009 pid=33
ts debug:   * number=6023 pid=33
ts debug:   * number=6031 pid=33
ts debug:   * number=6047 pid=33
ts debug:   * number=6048 pid=33
ts debug:   * number=6049 pid=33
ts debug:   * number=6056 pid=33
ts debug:   * number=6067 pid=33
ts debug:   * number=19000 pid=33
ts debug:   * number=19010 pid=33
ts debug:   * number=19040 pid=33
ts debug:   * number=19052 pid=33
ts debug: pid[1] unknown
main debug: incoming request - stopping current input
main debug: waitpipe: object killed
main debug: socket 1296 polling interrupted
ts debug: eof ?
main debug: using demux module "ts"
main debug: TIMER module_need() : 5508.561 ms - Total 5508.561 ms / 1 intvls (Avg 5508.561 ms)
ts debug: DEMUX_SET_GROUP 0 00000000
access_udp warning: unimplemented query in control
main debug: looking for meta reader module: 2 candidates
lua debug: Trying Lua scripts in C:\Users\Greg\AppData\Roaming\vlc\lua\meta\reader
lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\reader
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\reader\filename.luac
main debug: no meta reader module matching "any" could be loaded
main debug: TIMER module_need() : 3.658 ms - Total 3.658 ms / 1 intvls (Avg 3.658 ms)
main debug: `udp://@:6005' successfully opened
main debug: dying input
main debug: removing module "ts"
ts debug: pid list:
ts debug:   - pid[0] seen
ts debug:   - pid[1] seen
ts debug:   - pid[16] seen
ts debug:   - pid[17] seen
ts debug:   - pid[18] seen
ts debug:   - pid[20] seen
ts debug:   - pid[5922] seen
ts debug:   - pid[5923] seen
ts debug:   - pid[8191] seen
main debug: removing module "stream_filter_record"
main debug: removing module "access_udp"
main debug: dead input
qt4 debug: IM: Deleting the input
main debug: TIMER input launching for 'udp://:6005' : 5625.889 ms - Total 5625.889 ms / 1 intvls (Avg 5625.889 ms)



however i never see any video.

I have tried with other clear channels and get similar results.

also, when i run scan program for current tuned transponder, i see the pids and channels i want mumudvb to stream, so it is tuning the card correctly.

Any help or thoughts would be cool. If you would like to PM me that is greatly appriciated as well.
Thank you for any thoughts.

-- anthony.
adonaros
 
Posts: 1
Joined: Sat Feb 23, 2013 1:37 am

Return to Linux

Who is online

Users browsing this forum: No registered users and 1 guest