Page 1 of 1

VLC Win32 DVB-S commandline

Posted: 15 Jan 2010 12:54
by Chris123
Hello,

i want to watch a dvd-s channel. I cant get it out please help me with an example

Windows XP, VLC 1.0.3, 2 x Nova-S Plus

Here is what i tried "ZDF Theaterkanal"
C:\Programme\VideoLAN\VLC\vlc.exe dvb:-s// --dvb-frequency=11953500 --dvb-srate=2750000 --dvb-voltage=18 --programs=28016



Frequenz 11953.50 MHz
SR 27500
SID 28016

I get this error
"The command line option couldn't be loaded, check that they are valid"

Re: VLC Win32 DVB-S commandline

Posted: 15 Jan 2010 17:59
by VLC_help
dvb:-s// -> dvb-s://

Re: VLC Win32 DVB-S commandline

Posted: 18 Jan 2010 09:12
by Chris123
Hello,

i tried this
c:\Programme\VideoLAN\VLC\vlc.exe dvb-s:// --dvb-frequency=11953500 --dvb-srate=2750000 --dvb-voltage=18 --programs=28016
i get the same error again,

without --dvb-voltage=18 VLC starts
c:\Programme\VideoLAN\VLC\vlc.exe dvb-s:// --dvb-frequency=11953500 --dvb-srate=2750000 --programs=28016
but cant open MRL 'dvb//'

Re: VLC Win32 DVB-S commandline

Posted: 18 Jan 2010 09:44
by Chris123
Hello,

i tried this

i changed "--" > ":" now no error occurs with dvb-voltage=18

c:\Programme\VideoLAN\VLC\vlc.exe dvb-s:// :dvb-frequency=11953500 :dvb-srate=2750000 :dvb-voltage=18 :programs=28016
but i got the same MRL Error

Ihre Eingabe konnte nicht geöffnet werden:
VLC kann die MRL 'dvb-s://' nicht öffnen. Sehen Sie für Details im Fehlerprotokoll nach.



main debug: processing request item dvb-s:// node Wiedergabeliste skip 0
main debug: resyncing on dvb-s://
main debug: dvb-s:// is at 0
main debug: starting new item
main debug: creating new input thread
main debug: Creating an input for 'dvb-s://'
main debug: thread started
main debug: using timeshift granularity of 50 MBytes
main debug: using timeshift path 'C:\DOKUME~1\ADMINI~1\LOKALE~1\Temp'
main debug: thread (input) created at priority 1 (../.././src/input/input.c:230)
main debug: `dvb-s://' gives access `dvb-s' demux `' path `'
main debug: creating demux: access='dvb-s' demux='' path=''
main debug: looking for access_demux module: 0 candidates
main debug: no access_demux module matched "dvb-s"
main debug: TIMER module_need() : 0.212 ms - Total 0.212 ms / 1 intvls (Avg 0.212 ms)
main debug: creating access 'dvb-s' path=''
main debug: looking for access module: 1 candidate
bda warning: CreateTuneRequest: Cannot find a suitable System Tuning Space: hr=0x80004005
bda warning: SubmitDVBSTuneRequest: Cannot create Tune Request: hr=0x80004005
bda warning: DVB_Open: Unsupported Network dvb-s
main warning: no access module matching "dvb-s" could be loaded
main debug: TIMER module_need() : 8.172 ms - Total 8.172 ms / 1 intvls (Avg 8.172 ms)
main error: open of `dvb-s://' failed: (null)

main debug: thread ended
main debug: dead input
main debug: thread times: real 0m0.015625s, kernel 0m0.000000s, user 0m0.015625s
main debug: changing item without a request (current 0/1)
main debug: nothing to play
main debug: TIMER input launching for 'dvb-s://' : 45.756 ms - Total 45.756 ms / 1 intvls (Avg 45.756 ms)




Am I using wrong drivers?

Re: VLC Win32 DVB-S commandline

Posted: 18 Jan 2010 14:45
by VLC_help
There isn't an option called dvb-voltage

Re: VLC Win32 DVB-S commandline

Posted: 18 Jan 2010 15:27
by Chris123
sure?

I found this option here http://www.videolan.org/doc/streaming-h ... l#id315716 and in many other examples.
Its for horizontal or vertical







I think there is an other problem why vlc doenst opens dvb-s

Re: VLC Win32 DVB-S commandline

Posted: 19 Jan 2010 13:48
by KenS
Have you got BDA drivers installed?
That's one cause of the error "Cannot find a suitable System Tuning Space"
Another is when the BDA install did not set up the registry properly

Re: VLC Win32 DVB-S commandline

Posted: 19 Jan 2010 14:00
by VLC_help
You can look the available options from
http://wiki.videolan.org/VLC_command-line_help
(just seek DirectShow DVB input part)

Re: VLC Win32 DVB-S commandline

Posted: 25 Jan 2010 16:36
by Chris123
thanks u 2!

i am a step closer i got this BDA driver and now VLC start without the MRL error message
I found this driver at www.hauppauge.com --> 88x_2_124_27191_1_WHQL.zip

I changed my comandline parameters
C:\Programme\VideoLAN\VLC\vlc.exe dvb:-s// --dvb-frequency=11953500 --dvb-srate=2750000 --dvb-polarisation=h --programs=28016
now no error occurs but nothing else happens

my next try
C:\Programme\VideoLAN\VLC\vlc.exe dshow// --dvb-frequency=11953500 --dvb-srate=2750000 --dvb-polarisation=h --programs=28016

now i can see a big blue vlc window

hm i dont know what to do

Re: VLC Win32 DVB-S commandline

Posted: 26 Jan 2010 15:14
by VLC_help
dshow is for DirectShow devices. With most DVB devices, you have to use dvb

Code: Select all

dvb:-s//
you have that wrong again.

Re: VLC Win32 DVB-S commandline

Posted: 28 Jan 2010 12:16
by KenS
try dvb-srate=27500
(not 2750000)