MSFN Forum: BDA (Tv tuner support) on Server 2008/R2 - MSFN Forum

Jump to content


  • 7 Pages +
  • « First
  • 2
  • 3
  • 4
  • 5
  • 6
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

BDA (Tv tuner support) on Server 2008/R2 DISCONTINUED FROM MSFN (New Link for help and support available)

#61 User is offline   shahed26 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 462
  • Joined: 07-July 07

Posted 13 July 2008 - 06:53 PM

View PostSerge3leo, on Jul 13 2008, 05:02 PM, said:

Lines of "\Setup For x64\Get BDA Vista Files.bat":
move %systemdrive%\bdaforserver\source\x64\System32\kstvtune.ax %systemroot%\system32
move %systemdrive%\bdaforserver\source\x64\System32\ksxbar.ax %systemroot%\system32
move %systemdrive%\bdaforserver\source\x64\SysWOW64\kstvtune.ax %systemroot%\SysWOW64
move %systemdrive%\bdaforserver\source\x64\SysWOW64\ksxbar.ax %systemroot%\SysWOW64
Needed and right?

Thats correct, these files needs to be present in that system32 or syswow64 directory, as tv applications needs these file in order for it to work

View PostSerge3leo, on Jul 13 2008, 05:02 PM, said:

But Lines:
%systemroot%\SysWOW64\regsvr32 /s %systemroot%\SysWOW64\kstvtune.ax
%systemroot%\SysWOW64\regsvr32 /s %systemroot%\SysWOW64\ksxbar.ax
%systemroot%\system32\regsvr32 /s %systemroot%\system32\kstvtune.ax
%systemroot%\system32\regsvr32 /s %systemroot%\system32\ksxbar.ax

Not needed and bugged. Because this DLL don't have DllRegisterServer() entry.
Any register error of kstvtune.ax&ksxbar.ax must ignored. That right?

Correct again, these commands don't need to be there, as it can't register, because they don;t have any DllRegisterServer() entry. (sorry never updated my setup pack, but its fine, as it uses /s switch (silent) it does not interupt setup)

View PostSerge3leo, on Jul 13 2008, 05:02 PM, said:

Sorry for my best English

Your english is fine

This post has been edited by shahed26: 13 July 2008 - 07:04 PM



#62 User is offline   blerk 

  • Newbie
  • Group: Members
  • Posts: 46
  • Joined: 02-February 08

Posted 22 July 2008 - 11:59 AM

Reporting success on my DVB-T USB stick; Geniatech t328b. Very nicely done, good bat files, tho I got an access denied somewhere whilst copying the files, everything works just fine. No complaints :D

#63 User is offline   shahed26 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 462
  • Joined: 07-July 07

Posted 22 July 2008 - 12:41 PM

View Postblerk, on Jul 22 2008, 06:59 PM, said:

Reporting success on my DVB-T USB stick; Geniatech t328b. Very nicely done, good bat files, tho I got an access denied somewhere whilst copying the files, everything works just fine. No complaints :D

No problems. In future to avoid access denied errors, run the bat as administrator :)

#64 User is offline   blerk 

  • Newbie
  • Group: Members
  • Posts: 46
  • Joined: 02-February 08

Posted 22 July 2008 - 08:34 PM

View Postshahed26, on Jul 22 2008, 01:41 PM, said:

No problems. In future to avoid access denied errors, run the bat as administrator :)


Ofcourse I ran the file as administrator, also after the reboot when Windows find all the new hardware I got a lot of "Error in inf file" so in the device manager there is a long list of "Unknown devices" never the less watching TV is possible.

#65 User is offline   shahed26 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 462
  • Joined: 07-July 07

Posted 22 July 2008 - 08:40 PM

View Postblerk, on Jul 23 2008, 03:34 AM, said:

View Postshahed26, on Jul 22 2008, 01:41 PM, said:

No problems. In future to avoid access denied errors, run the bat as administrator :)


Ofcourse I ran the file as administrator, also after the reboot when Windows find all the new hardware I got a lot of "Error in inf file" so in the device manager there is a long list of "Unknown devices" never the less watching TV is possible.

Yes this is normal, just ignore the new found devices (click cancel),

and also after you restart again (2nd restart), these unknown devices goes away

I Guess you never read the instructions properly :P

#66 User is offline   Baldhead 

  • Group: Members
  • Posts: 4
  • Joined: 04-August 08

Posted 04 August 2008 - 08:18 AM

Hi

Have a Terratec Cinergy HTC USB XS HD card. Windows 2008.

Since I did not have a 64 bit Vista installation i just expanded system32 and sysvow64 to the x64 source folder.
I then ran your script. It showed some missing files(because your script excpect some files to be at root of system32, when they infact are stored in system32\en-us).(and rebooted) I looked up the missing files, and copied them as well (and rebooted). Still no luck. I refreshed directx9.0c, still no luck.

First home cinema showed my device, but when I pressed scan nothing happened. I traced this with process monitor, and that lead me to missing registry entries.
(HKEY_LOCAL_MACHINE->Software->Microsoft-Multimedia->Tv-Tuningspaces). I looked at my 32 bit Vista installation, and just exported the keys for this card from here.
I also removed and reinstalled the driver for the card.
After this I am able to scan for channels, but it does not find any channels.
In the trace file for home cinema i find:
15:27:21.708 107904K( +1340) 5E4-FEC: ERR CreateTuningspace hr = 0x8000FFFF
15:27:21.957 112192K( +4288) 5E4-FEC: WRN Cinergy CI::Init -> KSPropertySet not supported (this device has no CI)
15:27:24.252 112724K( +532) 5E4-FEC: WRN TTLOC: Norwegian string NOT LOCALIZED: 'CH'
15:27:24.527 112724K( +532) 5E4-DC8: WRN CReceiverDVB_EM2883::TuneSetGraphParameters() - NO LOCK: Retry with Spectral Inversion =1
15:27:26.568 112740K( +16) 5E4-DC8: MSG CReceiverDVB::TuneScanLocator(0 MHz) - NO LOCK


Have you got any advice on how to proceed ?

#67 User is offline   shahed26 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 462
  • Joined: 07-July 07

Posted 04 August 2008 - 08:36 AM

You need vista to get BDA files, that are not on server x86/x64.
Server does not have BDA files, so no point expanding server's files to source folder.

#68 User is offline   Baldhead 

  • Group: Members
  • Posts: 4
  • Joined: 04-August 08

Posted 04 August 2008 - 12:17 PM

Hi again

I extracted the files from the Vista x64 wim image. Used 7ZIP.
Sorry for not mentioning that.

#69 User is offline   shahed26 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 462
  • Joined: 07-July 07

Posted 04 August 2008 - 10:22 PM

View PostBaldhead, on Aug 4 2008, 07:17 PM, said:

Hi again

I extracted the files from the Vista x64 wim image. Used 7ZIP.
Sorry for not mentioning that.

Dont use tv applications supplied with your tv card, they dont work on server (because they rely heavily on Microsofts BDA files) Use 3rd party apps like progdvb, dvbdream, or the best one dvbviewer. They work fine

Please read instruction file carefully inside the BDA archive. It clearly says that after restart when you get prompt "found devices" just ignore and cancel and restart again.

let me know!!

This post has been edited by shahed26: 04 August 2008 - 10:26 PM


#70 User is offline   Baldhead 

  • Group: Members
  • Posts: 4
  • Joined: 04-August 08

Posted 06 August 2008 - 02:39 AM

Hi

Tested both progdvb 5 and GB-PVR, but none of them does the job any better :=(
Both finds my device, but no channels found (Yes, I have tested the card/connection with XP, and it works fine there).
Progdvb5 searches, but no channels found. GB-PVR complains that it cannot connect to the device. It finds, and list the device.

//

#71 User is offline   shahed26 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 462
  • Joined: 07-July 07

Posted 06 August 2008 - 09:02 AM

View PostBaldhead, on Aug 6 2008, 09:39 AM, said:

Hi

Tested both progdvb 5 and GB-PVR, but none of them does the job any better :=(
Both finds my device, but no channels found (Yes, I have tested the card/connection with XP, and it works fine there).
Progdvb5 searches, but no channels found. GB-PVR complains that it cannot connect to the device. It finds, and list the device.

//


MSVidCtl.dll.mui (The most important file located “C:\Windows\System32\en-US) on vista, make sure that file is there copied properly on server 2008 in servers C:\Windows\System32\en-US directory .
And also the "MSVidCtl.dll" the main file for scanning channels to work, make sure that file is also copied properly in C:\Windows\System32 directory. If your on x64 server then make sure the x86 version of MSVidCtl.dll file is in syswow64 as well.
After that run the Setup BDA.bat again. (make sure you run the right bat file as there is one for 64bit and one for 32bit systems)

#72 User is offline   Baldhead 

  • Group: Members
  • Posts: 4
  • Joined: 04-August 08

Posted 06 August 2008 - 02:28 PM

Hi
I verified that all files where in the right places, and they where.
I ran the ax/dll registration part once more.
I ran the inf files installation once more.
I ran some dependent inf file installs, like ks.inf, kscaptur.inf ...
Rebooted twice, and suddenly it found my tv channels :=)
Only thing Im missing now is sound :=)

Thanx for all help!

#73 User is offline   shahed26 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 462
  • Joined: 07-July 07

Posted 07 August 2008 - 05:42 PM

View PostBaldhead, on Aug 6 2008, 09:28 PM, said:

Hi
I verified that all files where in the right places, and they where.
I ran the ax/dll registration part once more.
I ran the inf files installation once more.
I ran some dependent inf file installs, like ks.inf, kscaptur.inf ...
Rebooted twice, and suddenly it found my tv channels :=)
Only thing Im missing now is sound :=)

Thanx for all help!

Sound problem could be a due to missing codecs, as server does not have these codecs. Download Vista codec pack or k-lite codec to make sound work and configure your tv application decoding properties to use right codecs. I would recommend k-lite codec, as it has cyberlinks SP video decoder (currently the best for video decoding and quality for tv apps) or optionally you can download that from Vista Codecs Packs Home page and use vista codec pack as this is the best codec pack i used ever.

That should do the trick..

This post has been edited by shahed26: 07 August 2008 - 05:44 PM


#74 User is offline   ayanroyc 

  • Group: Members
  • Posts: 2
  • Joined: 19-August 08

Posted 19 August 2008 - 08:49 AM

View Postshahed26, on Mar 25 2008, 12:49 PM, said:

BDA (TV Tuner) support for Server 2008 x86 and x64

3 STEPS ONLY TO GET BDA ON SERVER (TV TUNER FUNCTION)
I compiled a setup file, that will add BDA (TV Tuner) function on Server 2008 x86 and x64, without any hassles.
I tested it on a clean installation several times, no issues at all


Hi .. can I get this to work in XP Professional 2002, Service Pack 3?
I have run into a major problem getting my TV tuner card to work in XP Pro, have posted about it in the Windows XP section, repeating it here in the hope that someone will be able to advise what I can do to fix this.

Synopsis:
=======
The problem is that my filter graph to control the tuner card works great in XP MCE 2005, does not work in XP Pro - BDA network provider filter cannot tune to signal - signal strength is always 0.

If anyone is interested and/or knows what the fix is, please check the detailed post at:
http://www.msfn.org/board/Need-help-Filter...CE-t122188.html.

Thanks in advance.

#75 User is offline   shahed26 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 462
  • Joined: 07-July 07

Posted 19 August 2008 - 10:54 AM

View Postayanroyc, on Aug 19 2008, 03:49 PM, said:

View Postshahed26, on Mar 25 2008, 12:49 PM, said:

BDA (TV Tuner) support for Server 2008 x86 and x64

3 STEPS ONLY TO GET BDA ON SERVER (TV TUNER FUNCTION)
I compiled a setup file, that will add BDA (TV Tuner) function on Server 2008 x86 and x64, without any hassles.
I tested it on a clean installation several times, no issues at all


Hi .. can I get this to work in XP Professional 2002, Service Pack 3?
I have run into a major problem getting my TV tuner card to work in XP Pro, have posted about it in the Windows XP section, repeating it here in the hope that someone will be able to advise what I can do to fix this.

Synopsis:
=======
The problem is that my filter graph to control the tuner card works great in XP MCE 2005, does not work in XP Pro - BDA network provider filter cannot tune to signal - signal strength is always 0.

If anyone is interested and/or knows what the fix is, please check the detailed post at:
http://www.msfn.org/board/Need-help-Filter...CE-t122188.html.

Thanks in advance.


This is ONLY FOR SERVER 2008. Windows XP already has BDA function. No need for this setup pack. Regarding your problem, You can try installing the latest Directx 9 redist, to see if that solves your problem.

#76 User is offline   bkch 

  • Group: Members
  • Posts: 1
  • Joined: 23-August 08

Posted 23 August 2008 - 06:50 AM

Hi - thanks very much for this. One suggestion; at the risk of demonstrating my ignorance - can I suggest you add a line to the instructions that says you should install the tuner card drivers seperately... (would have saved me some 'dumb' time!!)

This post has been edited by bkch: 23 August 2008 - 06:51 AM


#77 User is offline   shahed26 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 462
  • Joined: 07-July 07

Posted 23 August 2008 - 08:13 AM

View Postbkch, on Aug 23 2008, 01:50 PM, said:

Hi - thanks very much for this. One suggestion; at the risk of demonstrating my ignorance - can I suggest you add a line to the instructions that says you should install the tuner card drivers seperately... (would have saved me some 'dumb' time!!)


Thanks, will do :lol:

#78 User is offline   shahed26 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 462
  • Joined: 07-July 07

Posted 07 September 2008 - 01:09 PM

UPDATED, See changelog for more details!!!

This post has been edited by shahed26: 07 September 2008 - 01:10 PM


#79 User is offline   Leonichol 

  • Group: Members
  • Posts: 1
  • Joined: 14-September 08

Posted 14 September 2008 - 10:18 AM

Hi shahed26,

I have tried your batch script method to no avail. I have verified the files have copied correctly and are in the right place.

ProgDVB 5 reports that it 'Could not CoCreateInstance CLSID_MPEG2Demultiplexer', and ProgDVB4 reports 'Run DBA graph error'. My manufacturers own software is a little more successful, in that it can get to the run and get to the scan channels screen. However once I scan my local transmitter, it fails to see any channels. It looks like it is failing to lock, as the signal quality bar stays at 0%, despite it being 100% consistantly in XP.

I have also ensured the BDA drivers are installed for my device, and ensured DirectX 9 is running ok.

Source: Vista x64
Destination: WinServer 2008 x64
Card: Lifeview FlyDVB-T (PCI)

Appreciate any help you can provide!

Quick Edit:
Ok, I read some old instructions and decided to run the install option of BDA.inf in /windows/inf/. After restarting, my LifeView application and ProgDVB4 (with graph edits) seem to work, although they are unstable. ProgDVB5 still gives the old error though.

Guess I will need a better 3rd party app!

This post has been edited by Leonichol: 14 September 2008 - 10:31 AM


#80 User is offline   shahed26 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 462
  • Joined: 07-July 07

Posted 14 September 2008 - 12:35 PM

View PostLeonichol, on Sep 14 2008, 05:18 PM, said:

Hi shahed26,

I have tried your batch script method to no avail. I have verified the files have copied correctly and are in the right place.

ProgDVB 5 reports that it 'Could not CoCreateInstance CLSID_MPEG2Demultiplexer', and ProgDVB4 reports 'Run DBA graph error'. My manufacturers own software is a little more successful, in that it can get to the run and get to the scan channels screen. However once I scan my local transmitter, it fails to see any channels. It looks like it is failing to lock, as the signal quality bar stays at 0%, despite it being 100% consistantly in XP.

I have also ensured the BDA drivers are installed for my device, and ensured DirectX 9 is running ok.

Source: Vista x64
Destination: WinServer 2008 x64
Card: Lifeview FlyDVB-T (PCI)

Appreciate any help you can provide!

Quick Edit:
Ok, I read some old instructions and decided to run the install option of BDA.inf in /windows/inf/. After restarting, my LifeView application and ProgDVB4 (with graph edits) seem to work, although they are unstable. ProgDVB5 still gives the old error though.

Guess I will need a better 3rd party app!


Use Dvbviewer. Its the best one, (a little confusing when it comes to configuring the app) But all features work great on server

Share this topic:


  • 7 Pages +
  • « First
  • 2
  • 3
  • 4
  • 5
  • 6
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy