VLC Win32 DVB-S commandline

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
Chris123
Blank Cone
Blank Cone
Posts: 19
Joined: 13 Jun 2007 13:40
VLC version: 0.9.9a
Operating System: Ubunutu 0.04

VLC Win32 DVB-S commandline

Postby Chris123 » 15 Jan 2010 12:54

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"

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: VLC Win32 DVB-S commandline

Postby VLC_help » 15 Jan 2010 17:59

dvb:-s// -> dvb-s://

Chris123
Blank Cone
Blank Cone
Posts: 19
Joined: 13 Jun 2007 13:40
VLC version: 0.9.9a
Operating System: Ubunutu 0.04

Re: VLC Win32 DVB-S commandline

Postby Chris123 » 18 Jan 2010 09:12

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//'

Chris123
Blank Cone
Blank Cone
Posts: 19
Joined: 13 Jun 2007 13:40
VLC version: 0.9.9a
Operating System: Ubunutu 0.04

Re: VLC Win32 DVB-S commandline

Postby Chris123 » 18 Jan 2010 09:44

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?

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: VLC Win32 DVB-S commandline

Postby VLC_help » 18 Jan 2010 14:45

There isn't an option called dvb-voltage

Chris123
Blank Cone
Blank Cone
Posts: 19
Joined: 13 Jun 2007 13:40
VLC version: 0.9.9a
Operating System: Ubunutu 0.04

Re: VLC Win32 DVB-S commandline

Postby Chris123 » 18 Jan 2010 15:27

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

KenS
Blank Cone
Blank Cone
Posts: 85
Joined: 09 Apr 2007 14:01
VLC version: 0.9.0
Location: Melbourne, AU

Re: VLC Win32 DVB-S commandline

Postby KenS » 19 Jan 2010 13:48

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
--- Ken

P3 500MHz server 300Gb HDD
Hauppauge Nova-T-500 dual DVB-T
XMLTV GUI 3.06.00W
DVB Webscheduler 4.0.14
VLC 0.9.8a/1.0.0

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: VLC Win32 DVB-S commandline

Postby VLC_help » 19 Jan 2010 14:00

You can look the available options from
http://wiki.videolan.org/VLC_command-line_help
(just seek DirectShow DVB input part)

Chris123
Blank Cone
Blank Cone
Posts: 19
Joined: 13 Jun 2007 13:40
VLC version: 0.9.9a
Operating System: Ubunutu 0.04

Re: VLC Win32 DVB-S commandline

Postby Chris123 » 25 Jan 2010 16:36

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

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: VLC Win32 DVB-S commandline

Postby VLC_help » 26 Jan 2010 15:14

dshow is for DirectShow devices. With most DVB devices, you have to use dvb

Code: Select all

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

KenS
Blank Cone
Blank Cone
Posts: 85
Joined: 09 Apr 2007 14:01
VLC version: 0.9.0
Location: Melbourne, AU

Re: VLC Win32 DVB-S commandline

Postby KenS » 28 Jan 2010 12:16

try dvb-srate=27500
(not 2750000)
--- Ken

P3 500MHz server 300Gb HDD
Hauppauge Nova-T-500 dual DVB-T
XMLTV GUI 3.06.00W
DVB Webscheduler 4.0.14
VLC 0.9.8a/1.0.0


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: Bing [Bot] and 46 guests