|
Hardware Support Discussions related to using various hardware setups with SageTV products. Anything relating to capture cards, remotes, infrared receivers/transmitters, system compatibility or other hardware related problems or suggestions should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#241
|
||||
|
||||
Quote:
__________________
Get HD Digital Cable in SageTV: www.EVO4TV.com |
#242
|
||||
|
||||
Quote:
__________________
Get HD Digital Cable in SageTV: www.EVO4TV.com |
#243
|
|||
|
|||
This is the debug file:
2005-07-15 08:59:55,734[3444] INFO Frameworks.IOC.ServiceLocator.ServiceLocator- AssemblyInfo:C:\HDNE\Frameworks.IOC.ServiceLocator.DefaultProvider.dll 2005-07-15 08:59:55,750[3444] INFO Frameworks.IOC.ServiceLocator.ServiceLocator- ClassName:Frameworks.IOC.ServiceLocator.DefaultProvider.InitialContext 2005-07-15 08:59:55,750[3444] INFO Frameworks.IOC.ServiceLocator.ServiceLocator- BootStrapInfo:C:\HDNE\ServiceLocator.xml 2005-07-15 08:59:55,750[3444] DEBUG Frameworks.IOC.ServiceLocator.ServiceLocator- Discovering Package:Properties 2005-07-15 08:59:55,781[3444] INFO Venturality.HDNE.Container- Application Started - version 0.9.0 2005-07-15 08:59:58,328[3444] INFO Venturality.HDNE.Server- HDNE Server: created - Version 0.9.0 2005-07-15 08:59:58,328[3444] DEBUG Frameworks.IOC.ServiceLocator.ServiceLocator- Discovering Package:HDNE.Server 2005-07-15 08:59:58,375[RecordWatch Thread] INFO Venturality.HDNE.Container- Starting RecordWatch thread 2005-07-15 08:59:58,468[TCP Listener Thread] DEBUG Frameworks.IOC.ServiceLocator.ServiceLocator- Discovering Component:HDNE.BDACapture 2005-07-15 08:59:58,500[TCP Listener Thread] ERROR Venturality.HDNE.Server- HDNE Server: Cannot create plugin Exception: Frameworks.Exceptions.GenericException Message: System.String: <Option already exists.> Source: Frameworks.IOC.ServiceLocator.DefaultProvider at Frameworks.IOC.ServiceLocator.DefaultProvider.XmlBinding.BindSingleOption(IOptions options, XmlNode optionNode, Boolean optionOverride) at Frameworks.IOC.ServiceLocator.DefaultProvider.XmlBinding.BindOptions(IOptions options, XmlNode xmlNode) at Frameworks.IOC.ServiceLocator.DefaultProvider.XmlBinding.BindComponentContext(IComponentContext componentContext, String refType) at Frameworks.IOC.ServiceLocator.DefaultProvider.XmlBinding.BindComponentContext(IComponentContext componentContext) at Frameworks.IOC.ServiceLocator.DefaultProvider.InitialContext.GetComponentContext(String componentName) at Frameworks.IOC.ServiceLocator.ServiceLocator.Discover(String componentName) at Venturality.HDNE.Server.Start() 2005-07-15 08:59:58,546[TCP Listener Thread] INFO Venturality.HDNE.Container- HDNE Capture Plugin unabled to create and initialize 2005-07-15 09:00:02,953[3444] INFO Venturality.HDNE.Container- HDNE Server: Shutting down |
#244
|
||||
|
||||
Quote:
Code:
<Option name="dup" Value="dupvalue"/> <Option name="dup" Value="dupvalue"/>
__________________
Get HD Digital Cable in SageTV: www.EVO4TV.com |
#245
|
||||
|
||||
I'm beginning to suspect that my video skipping issue is due to bad reception with my A180 card. Maybe it doesn't have as good of a tuner as my MyHD card (which has no problems with the same signal). Is there any way to figure out what signal strength the A180 card is receiving/reporting? Some channels work better than others, but none are perfect. I don't know if I should try to return it and get an ATI instead.
|
#246
|
||||
|
||||
One of my next enhancements was to add a signal strength indicator. From the what I have read, it shouldnt be that hard.
__________________
Get HD Digital Cable in SageTV: www.EVO4TV.com Last edited by Stealth1971; 07-16-2005 at 11:01 AM. |
#247
|
|||
|
|||
Here is a new version of the DumpPS filter that hopefully solves most of the problems people are having with it selecting the wrong subchannel. It now queries the filter graph for the active "tune request" and uses the PIDs indicated by it. This method seems to be far more reliable than the methods previously used. Let me know if this works better for people. Thanks.
|
#248
|
|||
|
|||
Thanks sigma,
This fixed my ABC 7-3 problem. Stealth, I came across an unusual bug. I was playing around with HDNE, switching between two channels (13 and 5). During the course of this, the channels became switched. In other words, I was on 13, and pressed 5, enter. The screen blinked and I was still showing the show on 13, but the program info was for channel 5. This is the HDNE output: Code:
2005-07-16T17:23:30 Application Started - version 0.9.0 2005-07-16T17:23:31 Starting RecordWatch thread Init():Created graph object Building Graph Loading BDA network driver. Finished loading BDA network driver. Loading BDA ATSC tuner request. Tune request for physical channel:52, major channel: -1, minor channel: -1 Finished BDA ATSC tuner request. Loading BDA NETWORK tuner and capture device. Finished loading BDA NETWORK tuner and capture device. Loading Tee Filter Loading Demux Finished loading Demux Connecting Demux to Tee Connected demux to Tee Loading TIF Loading Dump Filter Requesting DumpCLSID: {808304FC-5B88-4C2C-857F-24864BAFE971} Before File Sink Native code - target file: c:\MediaStorage\Temp001.mpg Couldn't SetFileName!!! After File Sink Graph Created 2005-07-16T17:23:32 HDNE Capture Plugin created and initialized 2005-07-16T17:23:32 HDNE Server: Listening on port - 6980 2005-07-16T17:24:01 Net Session Msg:VERSION 2005-07-16T17:24:15 Net Session Msg:START HDNE Network Encoder TV Tuner|7|2243119710328|C:\Program Files\Frey Technologies\SageTV\Video\EyewitnessNews430PM-6528708-0.mpg|DVD Standard Play Tune():Tune request for phys:53,maj:7,min:1 Tune request for physical channel:53, major channel: 7, minor channel: 1 Before File Sink Native code - target file: C:\Program Files\Frey Technologies\SageTV\Video\EyewitnessNews430PM-6528708-0.mpg After File Sink Graph Started 2005-07-16T17:24:36 Net Session Msg:SWITCH 5|C:\Program Files\Frey Technologies\SageTV\Video\ExtremeMeasures-6529255-0.mpg Tune():Tune request for phys:31,maj:5,min:1 Tune request for physical channel:31, major channel: 5, minor channel: 1 Before File Sink Native code - target file: C:\Program Files\Frey Technologies\SageTV\Video\ExtremeMeasures-6529255-0.mpg After File Sink Graph Started 2005-07-16T17:25:12 Net Session Msg:SWITCH 7|C:\Program Files\Frey Technologies\SageTV\Video\EyewitnessNews430PM-6528708-1.mpg Tune():Tune request for phys:53,maj:7,min:1 Tune request for physical channel:53, major channel: 7, minor channel: 1 Before File Sink Native code - target file: C:\Program Files\Frey Technologies\SageTV\Video\EyewitnessNews430PM-6528708-1.mpg After File Sink Graph Started 2005-07-16T17:25:24 Net Session Msg:SWITCH 5|C:\Program Files\Frey Technologies\SageTV\Video\ExtremeMeasures-6529255-1.mpg Tune():Tune request for phys:31,maj:5,min:1 Tune request for physical channel:31, major channel: 5, minor channel: 1 Before File Sink Native code - target file: C:\Program Files\Frey Technologies\SageTV\Video\ExtremeMeasures-6529255-1.mpg After File Sink Graph Started 2005-07-16T17:25:45 Net Session Msg:SWITCH 11|C:\Program Files\Frey Technologies\SageTV\Video\ILoveLucy-LucyRaisesChickens-6529378-0.mpg Tune():Tune request for phys:65,maj:11,min:1 Tune request for physical channel:65, major channel: 11, minor channel: 1 Before File Sink Native code - target file: C:\Program Files\Frey Technologies\SageTV\Video\ILoveLucy-LucyRaisesChickens-6529378-0.mpg After File Sink Graph Started 2005-07-16T17:26:02 Net Session Msg:STOP 2005-07-16T17:26:12 Net Session Msg:START HDNE Network Encoder TV Tuner|5|2243119945766|C:\Program Files\Frey Technologies\SageTV\Video\ExtremeMeasures-6529255-2.mpg|DVD Standard Play Tune():Tune request for phys:31,maj:5,min:1 Tune request for physical channel:31, major channel: 5, minor channel: 1 Before File Sink Native code - target file: C:\Program Files\Frey Technologies\SageTV\Video\ExtremeMeasures-6529255-2.mpg After File Sink Graph Started 2005-07-16T17:27:08 Net Session Msg:SWITCH 13|C:\Program Files\Frey Technologies\SageTV\Video\InherittheWind-6528981-0.mpg Tune():Tune request for phys:66,maj:13,min:1 Tune request for physical channel:66, major channel: 13, minor channel: 1 Before File Sink Native code - target file: C:\Program Files\Frey Technologies\SageTV\Video\InherittheWind-6528981-0.mpg After File Sink Graph Started 2005-07-16T17:27:23 Net Session Msg:SWITCH 5|C:\Program Files\Frey Technologies\SageTV\Video\ExtremeMeasures-6529255-3.mpg Tune():Tune request for phys:31,maj:5,min:1 Tune request for physical channel:31, major channel: 5, minor channel: 1 Before File Sink Native code - target file: C:\Program Files\Frey Technologies\SageTV\Video\ExtremeMeasures-6529255-3.mpg After File Sink Graph Started 2005-07-16T17:27:47 Net Session Msg:SWITCH 13|C:\Program Files\Frey Technologies\SageTV\Video\InherittheWind-6528981-1.mpg Tune():Tune request for phys:66,maj:13,min:1 Tune request for physical channel:66, major channel: 13, minor channel: 1 Before File Sink Native code - target file: C:\Program Files\Frey Technologies\SageTV\Video\InherittheWind-6528981-1.mpg After File Sink Graph Started 2005-07-16T17:28:00 Net Session Msg:SWITCH 5|C:\Program Files\Frey Technologies\SageTV\Video\ExtremeMeasures-6529255-4.mpg Tune():Tune request for phys:31,maj:5,min:1 Tune request for physical channel:31, major channel: 5, minor channel: 1 Before File Sink Native code - target file: C:\Program Files\Frey Technologies\SageTV\Video\ExtremeMeasures-6529255-4.mpg After File Sink Graph Started 2005-07-16T17:28:19 Net Session Msg:STOP
__________________
C2D e6320 P4M800Pro, 1gb DDR, 1100GB HDs Hauppauge HVR-1600, HDHomerun, Geforce 6200 |
#249
|
|||
|
|||
hmm...
After installing sigma's new DumpPS, I seem to be having channel tuning issues. For instance I was on channel 7-1 and I press channeldown. It then takes me to 7-3. This seems to be related to the previously mentioned channel switching problem.
__________________
C2D e6320 P4M800Pro, 1gb DDR, 1100GB HDs Hauppauge HVR-1600, HDHomerun, Geforce 6200 |
#250
|
|||
|
|||
Lucky me
I've run into a problem that no one else has reported. I doubt that it's really an HDNE problem, but here goes:
I just got my A180 card installed and I set everything up with HDNE. When I try to watch something, I get a Sage error "sage.PlaybackException: ERROR (-3,0x80040207): There was a problem accessing the file system for playback." This is all running in the same machine, so there are no network issues that should cause problems. I could not find this particular error anywhere on this forum (searched everything, not just this thread. Well, OK, one person mentioned something about it once, but it wasn't consistent in his case.) It seems to be recording the programs just fine -- I can see the file created in my sage directory, and I can open it and play it with another application. It looks great, so I know I'm close. I've tried reinstalling Sage and Java (J2SE RE 5.0 Update 4). Since I can view the file with VLC, I don't know why Sage would have problems. Any ideas? -JK |
#251
|
|||
|
|||
Quote:
-JK |
#252
|
|||
|
|||
Same problem here, jkoutrouba.
|
#253
|
|||
|
|||
jkoutrouba and littlerm,
You guys installed sigma's DumpPS, right?
__________________
C2D e6320 P4M800Pro, 1gb DDR, 1100GB HDs Hauppauge HVR-1600, HDHomerun, Geforce 6200 |
#254
|
|||
|
|||
Quote:
-JK Last edited by jkoutrouba; 07-17-2005 at 06:43 AM. |
#255
|
|||
|
|||
Did you edit the servicexml to use the installed DumpPS?
Quote:
__________________
C2D e6320 P4M800Pro, 1gb DDR, 1100GB HDs Hauppauge HVR-1600, HDHomerun, Geforce 6200 |
#256
|
|||
|
|||
Yes I installed the DumpPS filter and edited the servicelocator.xml and it fixed the problem. But now I get jumpy playback on some channels although SD channels are fine. Beware of using the DumpPS filter if you also have MCE2005 installed, it will disable HDTV playback in MCE. Unregistering and deleting the files will not fix the problem, I had to do a system restore to the point before DumpPS was installed.
|
#257
|
|||
|
|||
Quote:
I had to switch to overlay mode, though, because I also had jumpy playback. Bummer. I guess my Radeon 9600 is not going to cut it. -JK |
#258
|
||||
|
||||
Well, I had my A180 up and running pretty well before I fried it moving it into a different machine. Now, A180's are pretty scarce at my preferred online retailers and it's looking like I'll have to pay about $25 more than I paid originally.
So, since the cost of the A180 and the ATI HDTV Wonder are now closer (about $102 shipped vs. $139 shipped), I'm thinking about just springing for the ATI. I've read a lot of negative things on avsforum.com, but it seems like most of these problems are with the ATI bundled software. Is it fairly safe to go with the HDTV Wonder if I'm only going to be using HDNE? Stealth seems to have good luck with it... |
#259
|
|||
|
|||
Quote:
-JK |
#260
|
||||
|
||||
Since this thread is getting a little quiet and I'm waiting for my A180 to come, I thought I'd throw in a feature request. I'm going to be running HDNE on my Sage server, which also happens to be my file server. Even though I'm properly firewalled from the Internet, I'd be a little more comfortable if HDNE wasn't opening up a network port to the world.
Would it be possible to add a config file option to only accept connections from localhost, or from a defined IP address that's listed in the config file? |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|