Page 1 of 1

DVB problem at Startup. SkyStar2 + stream + VLC

Posted: 07 Oct 2006 23:02
by igos
Hi,

I have problems with DVB drivers. I want to make: whne computer starts, it starts streaming dvb-s.
But, when I start vlc streaming from rc.local as deamon it doesn't start.
After I logged in, and start manual it sayes (same via rc.local):

Code: Select all

dvb access debug: Opening device /dev/dvb/adapter0/frontend0 [00000304] dvb access error: FrontEndOpen: opening device failed (Device or resource busy) [00000304] access_file access warning: : No such file or directory [00000304] access_gnomevfs access warning: cannot parse MRL dvb:// or unsupported protocol [00000304] main access warning: no access2 module matching "dvb" could be loaded[00000280] main input error: no suitable access module for `dvb:'
But when I restart computer, and start VLC only manualy (only from root) it's working.
This is my cmd for VLC:

Code: Select all

vlc -d --color --ttl 12 --programs=MyPrograms dvb: --dvb-adapter=0 --dvb-frequency=MySatelite --dvb-srate=MySrate --dvb-caching=300 --dvb-device=0 --dvb-inversion=0 --dvb-budget-mode --dvb-satno=0 --dvb-voltage=18 --no-dvb-high-voltage --dvb-tone=-1 --dvb-lnb-lof1=0 --dvb-lnb-lof2=0 --dvb-lnb-slof=0 --dvb-modulation=0 --dvb-code-rate-hp=9 --dvb-code-rate-lp=9 --dvb-bandwidth=8 --dvb-guard=0 --dvb-transmission=8 --dvb-hierarchy=0 --dvb-fec=9 --sout myoutput -vvv
Pls help me.

Posted: 08 Oct 2006 07:26
by funman
maybe you need to wait for the device to be ready before launching vlc (try to add a sleep)