NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Hardware v
« Previous 1 … 97 98 99 100 101 … 264 Next »
Add support for virtual DVB-T driver?

 
  • 0 Vote(s) - 0 Average
Add support for virtual DVB-T driver?
dito
Offline

Junior Member

Posts: 29
Threads: 1
Joined: Mar 2004
#1
2007-09-27, 01:04 PM (This post was last modified: 2007-10-03, 10:04 AM by dito.)
Oberon ( http://www.dvbsbridge.com/ ) has made a vitrual BDA DVB-T driver that uses MyTheatre or ProgDVB as base for hardware, it acts as a BDA DVB-T device. Right now it's in beta stage but it shows big promise.

One of the best things with using MCE DVBSBridge would be DiSEqC support (for some BDA devices) and support for older devices (like SkyStar-1).

To get it working in GBPVR I think sub has to do some small changes, like:
Code:
[MCE DVBSBridge] TUNING_TYPE=DVB-T FILTER_TUNER=DVB_S_MCE_Bridge_Tuner_Filter FILTER_CAPTURE=DVB_S_MCE_Bridge_Capture_Filter PIN_TUNER_IN=Input0 PIN_TUNER_OUT=MPEG2 Transport PIN_CAPTURE_IN=Input0 PIN_CAPTURE_OUT=Output1

Please sub have a look at it...

Best regards!
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#2
2007-09-27, 01:11 PM
I think you can do this yourself by adding the entry into BDA.INI
dito
Offline

Junior Member

Posts: 29
Threads: 1
Joined: Mar 2004
#3
2007-09-27, 01:28 PM
Sadly something more is needed to be changed, since config can't seem to activate the "hardware"...

Best regards!
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 108,494
Threads: 784
Joined: Nov 2003
#4
2007-09-28, 09:55 AM
Reproduce the problem then post the logs and I'll take a look.

I'm obviously not aware on anything special I'm supposed to do for this virtual device, but if it behaves like normal BDA drivers then it should just work.
dito
Offline

Junior Member

Posts: 29
Threads: 1
Joined: Mar 2004
#5
2007-10-02, 08:30 PM
I get the error:
Code:
GB-PVR was unable to start the BDA device configured. Check the device is configured properly, and not already in use. (Reason: Failed to locate configured BDA capture device)

Then when config continues I get this error:

Code:
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at NativeUtilities.BDARecorder.SubmitTuningRequest(String tuningRequest, Boolean force) at NativeUtilities.BDARecorder.StartScanTransponder(String transponder, Int32& signalStrength, Int32& signalQuality) at Config.Plugins.x501d1ffea8b79320.x692a1118e1794d77(Object xdf2e3583f942db7b, EventArgs xc4f45905cb1fc7ba) at System.Windows.Forms.Timer.OnTick(EventArgs e) at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- Config Assembly Version: 1.0.2782.16261 Win32 Version: 1.0.2782.16261 CodeBase: file:///C:/Program/devnz/gbpvr/Config.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- GBPVRBackendCommon Assembly Version: 1.0.2782.16255 Win32 Version: 1.0.2782.16255 CodeBase: file:///C:/Program/devnz/gbpvr/GBPVRBackendCommon.DLL ---------------------------------------- GBPVRPublic Assembly Version: 1.0.2763.18991 Win32 Version: 1.0.2763.18991 CodeBase: file:///C:/Program/devnz/gbpvr/GBPVRPublic.DLL ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.ServiceProcess Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.ServiceProcess/2.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll ---------------------------------------- System.Data Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- System.Data.SQLite Assembly Version: 1.0.30.1 Win32 Version: 1.0.30.1 CodeBase: file:///C:/Program/devnz/gbpvr/System.Data.SQLite.DLL ---------------------------------------- NativeUtilities Assembly Version: 1.0.2782.8173 Win32 Version: CodeBase: file:///C:/Program/devnz/gbpvr/NativeUtilities.DLL ---------------------------------------- msvcm80 Assembly Version: 8.0.50727.762 Win32 Version: 8.00.50727.762 CodeBase: file:///C:/WINDOWS/WinSxS/x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_6b128700/msvcm80.dll ---------------------------------------- System.Transactions Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll ---------------------------------------- System.Security Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Security/2.0.0.0__b03f5f7f11d50a3a/System.Security.dll ---------------------------------------- Accessibility Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Web.Services Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Web.Services/2.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll ---------------------------------------- System.Data.SqlXml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Data.SqlXml/2.0.0.0__b77a5c561934e089/System.Data.SqlXml.dll ---------------------------------------- System.Configuration.Install Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration.Install/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.Install.dll ---------------------------------------- Microsoft.VisualC Assembly Version: 8.0.0.0 Win32 Version: 8.00.50727.42 CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualC/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualC.dll ---------------------------------------- System.EnterpriseServices Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.

Was this the logs you where refering to?

Best regards!
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 108,494
Threads: 784
Joined: Nov 2003
#6
2007-10-02, 08:37 PM
Post the config.exe.log and config.exe-native.log files from the c:\program files\devnz\gbpvr\logs directory.
dito
Offline

Junior Member

Posts: 29
Threads: 1
Joined: Mar 2004
#7
2007-10-03, 09:59 AM
Reading the log file it seems it does not find the capture/tuner filter...

Maybe you can figure something more out of the logs...

Best regards!
rmazenc
Offline

Junior Member

Posts: 11
Threads: 3
Joined: Mar 2006
#8
2007-10-03, 11:31 AM
This is pretty intriguing... I've got my DVB-S tuner working in GBPVR, but I've never been able to reliably keep it running. MyTheatre, on the other hand, runs stable, but I hate it for PVR.

I'll try it out as soon as I get a chance and let you guys know how I make out. Please let me know if you have any luck.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 108,494
Threads: 784
Joined: Nov 2003
#9
2007-10-03, 03:30 PM
Quote:2007-10-02 22:23:47.006 VERBOSE FindFilterByName failed to locate filter: DVB_S_MCE_Bridge_Tuner_Filter
You've got the filter names wrong in your bda.ini section you've added.

Can you run filtercheck then zip and attach the filtercheck.log? http://forums.gbpvr.com/showpost.php?p=1...ostcount=6
dito
Offline

Junior Member

Posts: 29
Threads: 1
Joined: Mar 2004
#10
2007-10-03, 09:05 PM
Sub, you are correct!

This is the correct settings for the BDA.ini file:

Code:
[MCE DVBSBridge] TUNING_TYPE=DVB-T FILTER_TUNER=DVB-S MCE Bridge Tuner Filter FILTER_CAPTURE=DVB-S MCE Bridge Capture Filter PIN_TUNER_IN=Input0 PIN_TUNER_OUT=MPEG2-transport PIN_CAPTURE_IN=Input0 PIN_CAPTURE_OUT=Output1

Thank you for all you help, now it's working fine!

B.T.W. I recommend using ProgDVB as motor for MCE DVBDBridge as it has much faster channel changes.

Best regards!
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  nextPVR support Hauppauge 01595? RedDawg 8 5,915 2023-06-16, 06:18 PM
Last Post: sub
  pc requirements and tv card support on linux fluffykeith 9 5,606 2021-05-17, 06:18 PM
Last Post: fluffykeith
  Silicon Dust Card with both Window 10 and Linux Support motocrossmann 6 4,542 2020-07-13, 03:21 AM
Last Post: pkscout
  TT-connect® CT2-4650 support for CI in NextPVR? cazz 4 4,172 2019-05-25, 05:53 PM
Last Post: cazz
  USBUIRT x64 Driver jksmurf 3 5,476 2018-12-05, 11:04 PM
Last Post: jksmurf
  RTL2832U FM tuner driver? UncT 6 5,769 2018-08-02, 02:26 AM
Last Post: UncT
  can I use a virtual machine alphabanks 3 3,448 2017-12-19, 04:30 AM
Last Post: psycik
  Diamond XtremeTV PVR500 II 64-bit driver? cpams322 0 1,890 2017-12-18, 02:18 PM
Last Post: cpams322
  Hauppauge Quad Tuner Card Support jmooremcc 3 4,878 2016-12-28, 01:27 PM
Last Post: UncT
  Avermedia 7231 Analog Capture support rhf1959 9 9,429 2015-11-12, 05:15 PM
Last Post: rhf1959

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode