Search found 21 matches

Go to advanced search

by EarthwormJeff
05 Jan 2011 17:42
Forum: VLC media player for Windows Troubleshooting
Topic: Check Mozilla Plugin while installation
Replies: 4
Views: 492

Check Mozilla Plugin while installation

Could someone change the installation program so the checkbox for Mozilla Plugin would be checked by default (It's the only one that is unchecked on every installation). Thanks
by EarthwormJeff
21 Aug 2007 22:03
Forum: VLC media player for Windows Troubleshooting
Topic: DVB-T + BDA + VLC
Replies: 176
Views: 94798

Re: DVB-T + BDA + VLC

Hi everybody, I had recently some success with DVB-S and VLC :D Ken, I'm hoping your are moving well. Diseq was not the problem here. I did change my LNB with a twin head LNB and now I have another sat on LNB1. After that, I could get a transponder. Changing the frequency on the command line had no ...
by EarthwormJeff
24 May 2007 07:09
Forum: VLC media player for Windows Troubleshooting
Topic: DVB-T + BDA + VLC
Replies: 176
Views: 94798

Do you would like to know if the command line parsing works ? I put some msg_Warn( p_access, "freq: %d",l_frequency ); to test it and every parameter seem to be ok Do you know in wich dll I can find the "IBDA_FrequtencyFilter::Put_Range" function ? I'am trying to do dvb-s tuning ...
by EarthwormJeff
21 May 2007 07:00
Forum: VLC media player for Windows Troubleshooting
Topic: DVB-T + BDA + VLC
Replies: 176
Views: 94798

Sorry but this is not working either...

I think there is only the diseqc left...
by EarthwormJeff
20 May 2007 19:51
Forum: VLC media player for Windows Troubleshooting
Topic: DVB-T + BDA + VLC
Replies: 176
Views: 94798

The spectral inversion doesn't work better. In dc-dvbsource, i put the tunning method on "bda interface" and then I choose the sat that I just made in the frequency editor. In this editor I just put the frequency (khz) the symbol rate (27500) and the polarisation (vertical). This is enough...
by EarthwormJeff
20 May 2007 12:57
Forum: VLC media player for Windows Troubleshooting
Topic: DVB-T + BDA + VLC
Replies: 176
Views: 94798

The direct tuning finds channels but stop working after that
The IDVBSLocator work good

I have allready tried to force QPSK but nothing append.

I tried the comment disecq approach as it was quick and easy to test. But this didn't work.

Do you allready have a IBDA_FrequtencyFilter object ?
by EarthwormJeff
20 May 2007 11:45
Forum: VLC media player for Windows Troubleshooting
Topic: DVB-T + BDA + VLC
Replies: 176
Views: 94798

Have a look to : http://cvs.dsp-worx.de/cgi-bin/viewcvs. ... as?rev=1.6

This one finds the channels and seem to be close to your code
by EarthwormJeff
20 May 2007 10:17
Forum: VLC media player for Windows Troubleshooting
Topic: DVB-T + BDA + VLC
Replies: 176
Views: 94798

We may need the DiSEqC to select which lnb we are going to use. I have only one but it maybe needs some initialisation.
by EarthwormJeff
20 May 2007 08:53
Forum: VLC media player for Windows Troubleshooting
Topic: DVB-T + BDA + VLC
Replies: 176
Views: 94798

The command line is : vlc dvb-s://:freq=11283000:pol=V:srate=27500000:lnb-lof1=9750000:lnb-lof2=10600000:lnb-slof=11700000 --verbose=2 or vlc dvb-s://:freq=11283000:pol=V:srate=27500:lnb-lof1=9750000:lnb-lof2=10600000:lnb-slof=11700000 --verbose=2 and you can find the sat info here : http://fr.kingo...
by EarthwormJeff
19 May 2007 22:52
Forum: VLC media player for Windows Troubleshooting
Topic: DVB-T + BDA + VLC
Replies: 176
Views: 94798

I tried to force theses values and it gave nothing. I will compare the messages between the dvb-s and the emulated dvb-t. Is there a way to check if the graph is working ? or if the tuner is tunning ? I found this http://forums.dvbowners.com/index.php?showtopic=5520&pid=44594&mode=threaded&a...
by EarthwormJeff
19 May 2007 16:30
Forum: VLC media player for Windows Troubleshooting
Topic: DVB-T + BDA + VLC
Replies: 176
Views: 94798

I think I corrected something :

Code: Select all

if( SUCCEEDED( hr ) && l_lnb_slof > 0 ) hr = l.p_dvbs_tuning_space->put_LNBSwitch( l_lnb_slof );
but this is still not working
by EarthwormJeff
19 May 2007 16:05
Forum: VLC media player for Windows Troubleshooting
Topic: DVB-T + BDA + VLC
Replies: 176
Views: 94798

Ok, I changed the default values in the registry (still same problem)

I can now compile the bda plugin. I'll try to display and force some values.
by EarthwormJeff
19 May 2007 11:48
Forum: VLC media player for Windows Troubleshooting
Topic: DVB-T + BDA + VLC
Replies: 176
Views: 94798

Tunning spaces : [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Tuning Spaces\10] @="{B64016F3-C9A2-4066-96F0-BD9563314726}" "Name"="DVB-S" "Network Type"="{FA4B375A-45B4-4D45-8440-263957B11623}" "System Type"=dword:00000002 "Network ID"=...
by EarthwormJeff
18 May 2007 21:35
Forum: VLC media player for Windows Troubleshooting
Topic: DVB-T + BDA + VLC
Replies: 176
Views: 94798

allready tried, didn't work
by EarthwormJeff
18 May 2007 20:58
Forum: VLC media player for Windows Troubleshooting
Topic: DVB-T + BDA + VLC
Replies: 176
Views: 94798

The registry values are : [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HCW88bda\DVBS_as_DVBT\198500] ; #8 "dvbs_freq"=dword:AC2A38 ; 11283000 "dvbs_polarity"=dword:2 ; 2 "dvbs_srate"=dword:6B6C ; 27500 "nit_onid"=dword:7E ; 126 "nit_tsid"=dw...
by EarthwormJeff
18 May 2007 12:15
Forum: VLC media player for Windows Troubleshooting
Topic: DVB-T + BDA + VLC
Replies: 176
Views: 94798

I tried something else : I can emulate dvb-T transponder with dvb-S transponder using my card drivers. when I do this I can display the channels and VLC works fine (with standard channels, it bugged with HDTV after few seconds but I don't know if the picture is in mpeg2) the driver only need some re...
by EarthwormJeff
18 May 2007 10:08
Forum: VLC media player for Windows Troubleshooting
Topic: DVB-T + BDA + VLC
Replies: 176
Views: 94798

Hi KenS I have a warning before the getbuffersize : main warning: no access_demux module matched "dvb-s" is this one causing the GetBufferSize warning ? main debug: creating demux: access='dvb-s' demux='' path=':freq=11283000:pol=V:srate=27500000:lnb-lof1=9750000:lnb-lof2=10600000:lnb-slof...
by EarthwormJeff
17 May 2007 09:17
Forum: VLC media player for Windows Troubleshooting
Topic: DVB-T + BDA + VLC
Replies: 176
Views: 94798

I have now added some more DVB-S parameters which should be in tonights nightly build Ok, I'm waiting tonights build. If I understood every thing here, all channels on this frequency should be displayed in the navigation menu ? with the last build I tried the log changed at the end but still the sa...
by EarthwormJeff
15 May 2007 06:53
Forum: VLC media player for Windows Troubleshooting
Topic: DVB-T + BDA + VLC
Replies: 176
Views: 94798

The vlc release is from sunday (trunk-20070513-0000) The command line I used : vlc dvb-s://:freq=11283000:pol=V:srate=27500000 --verbose=2 This is the log : main debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU main debug: looking for memcpy module: 3 candidates main debug: using memcpy m...
by EarthwormJeff
14 May 2007 20:44
Forum: VLC media player for Windows Troubleshooting
Topic: DVB-T + BDA + VLC
Replies: 176
Views: 94798

Thank you for you quick answer The command line seems to be accepted by vlc, but it displays nothing. I tried : "vlc dvb-s://:freq=11283000:azim=1802:elev=353:lon g=717:pol=V". Vlc seems to find my adapter because it displays an error only if an other software is using the dvb-s board (hau...
by EarthwormJeff
14 May 2007 18:43
Forum: VLC media player for Windows Troubleshooting
Topic: DVB-T + BDA + VLC
Replies: 176
Views: 94798

Hi,
I was wondering if your BDA module is working with dvb-s too.

If this is the case, I would like to try it, but i can't find the command line syntax to make it work. (I tried linux-like syntax allready but seems not to work)

Can someone help me ?

Thanks

Go to advanced search