|
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 |
#81
|
|||
|
|||
I have looked in the code and found the place where the "Failed to get IEnumTuneRequests" originates from. That is when I ask Microsofts filters for a list of programmes on that frequency. Unfortunately I dont have the time to do anything about it right now, I will look at it as soon as possible. I want to make it work for both of you (antplugger and olorijn).
antplugger: Where do you live? I am wondering if there is something speciell with your data. I am working on DVB-C support right now and I have problems gettings the right data from my cable provider also (ComHem in Sweden) mayby it is something similar. If you want to add the channel data manually: Add the tuner with the wizard and press ok. Open settings.xml and add a section in the device part with: <channels> <channel> <channelNo>1</channelNo> <programName>SVT1</programName> <programID>1010</programID> <frequency>522000</frequency> <bandwidth>8</bandwidth> <videoPid>1019</videoPid> <audioPid>1018</audioPid> <ac3Pid>1017</ac3Pid> </channel> </channels> Where Frequency, Bandwidth, videoPID and audioPID must be right and AC3PID preferably = -1 Anders |
#82
|
|||
|
|||
Thanks - I am in Sydney, Australia
I got it to work for two channels, 7 and 34(SB) so far by adding channels manually as below. Still trying to find definitive freq/pid info for the area. This is the link I have been using to get channel data http://www.dtvforum.info/index.php?s...t=&#entry22408 Thanks again for everyones support. ---------------------------- <channel> <channelNo>7</channelNo> <programName>Seven High Def</progamName> <programID>1</programID> <frequency>177500</frequency> <bandwidth>7</bandwidth> <videoPid>577</videoPid> <audioPid>578</audioPid> <ac3Pid>0</ac3Pid> </channel> <channel> <channelNo>9</channelNo> <programName>Nine High Def</progamName> <programID>2</programID> <frequency>191625</frequency> <bandwidth>7</bandwidth> <videoPid>512</videoPid> <audioPid>0</audioPid> <ac3Pid>0</ac3Pid> </channel> <channel> <channelNo>10</channelNo> <programName>Ten High Def</progamName> <programID>3</programID> <frequency>219500</frequency> <bandwidth>7</bandwidth> <videoPid>514</videoPid> <audioPid>0</audioPid> <ac3Pid>0</ac3Pid> </channel> <channel> <channelNo>2</channelNo> <programName>ABC High Def</progamName> <programID>4</programID> <frequency>226500</frequency> <bandwidth>7</bandwidth> <videoPid>512</videoPid> <audioPid>0</audioPid> <ac3Pid>0</ac3Pid> </channel> <channel> <channelNo>34</channelNo> <programName>SBS High Def</progamName> <programID>5</programID> <frequency>571500</frequency> <bandwidth>7</bandwidth> <videoPid>102</videoPid> <audioPid>103</audioPid> <ac3Pid>0</ac3Pid> </channel> |
#83
|
||||
|
||||
Hi Anders,
I'm pretty sure I know what the answer is, but I'll ask anyways. Can this work with the Nexus-s? Thanks, Carl |
#84
|
|||
|
|||
No not jet. I am working on DVB-C right now and then I will see. But there are a lot to do so don't hold your breath.
Anders |
#85
|
||||
|
||||
Lol-Thats cool. Thats also the answer i was looking for. Tried holding my breath but I turned purple so i stopped lol. Thanks for everything you've done so far though
Carl |
#86
|
||||
|
||||
Hi, this looks really good to me! I'm interested in using it with my system, which already has twin Hauppauge PVR350s. Has anyone tested it with Nova-T USB2? I may well get two and put them on, if this will work.
How heavy is this app on CPU? I'm assuming that it's already a MPG2 stream, so needs relatively little effort from the PC...any ideas? Thanks for all the effort Anders! Rick |
#87
|
|||
|
|||
Nova-T USB2 seams to be using BDA drivers so it should work but I won't guarantee anything.
The program is only converting the packaging from TS to PS (Transport used in the air to Program used in files) and no recoding of the actual video is done so it does not use much CPU. Anders |
#88
|
||||
|
||||
Thanks for that, I'll try it out next weekend and let you know how I get on.
BTW, if anyone is looking for setup files for their country (tuning details), if you download and install GBPVR (www.gbpvr.com) it contains a lot of the details you'll need in the ini files in C:\Program Files\devnz\gbpvr\BDA\Dvb-t\*.ini - run a search for files containing your country, and you will find some details for most regions. Rick |
#89
|
|||
|
|||
Anders - have you seen this:
http://www.trustedreviews.com/article.aspx?art=2155 It's designed for MCE, so I presume it has BDA drivers and can work with your Network Encoder - sound right? |
#90
|
|||
|
|||
Yes, MCE use BDA drivers so it should work. But there has been small issus with some drivers and with some providers so I can't guarantee that it will work.
If you try and it won't work I will try to help you. Anders |
#91
|
|||
|
|||
Thanks very much - I'm planning to build a new server after Christmas, and I think I'll stick one of those in it.
Rob |
#92
|
||||
|
||||
Hi Anders,
I'm trying to get this up-and-running with the Nova-T USB I bought. I have a England file set up with my frequencies/bandwidth, I'm certain they are correct, and the device is working with both GBPVR and WinTV. When I scan the channels on SBDAR it comes up with no channels. I have Tuner Device set to the WinTV card, and have tried all the options for receiver. I have also tried Manual Scan for a couple of the frequencies, again no channels. Any ideas how I can try to work out what's happening? Interestingly, the GBPVR ini file for this device looks like this: [Hauppauge Nova-T USB2] TUNING_TYPE=DVB-T RECEIVER_ONLY_MODE=1 FILTER_RECEIVER=Hauppauge Nova USB2 DVB-T TV Receiver PIN_RECEIVER_IN=Antenna In Pin PIN_RECEIVER_OUT=MPEG2 Transport I wonder what RECEIVER_ONLY_MODE=1 means? Thanks! Rick |
#93
|
|||
|
|||
Do you get any readings from the Strengths or Quality indicators?
While it is trying to scan a frequency can you start GraphEdit and connect to the SBDA graph. Please post screenshots of your result here. We have to see if the graph is not correctly setup or if the tuning info is not working. If you get any indication of strenghts or quality you can try to edit the settings.xml file yourself and ignore the scanning. Just add a device in the setup dialog and then add <channels> <channel> <channelNo>1</channelNo> <programName>SVT1</programName> <programID>1010</programID> <frequency>522000</frequency> <bandwidth>8</bandwidth> <videoPid>1019</videoPid> <audioPid>1018</audioPid> <ac3Pid>1017</ac3Pid> </channel> </channels> With your frequancy, pids and names instead of my swedish info. Check with Internet Explorer that the xml is correctly formatted. Unfortunately (for you) I am going away for the weekend so I can not help you until Sunday night or monday. Anders |
#94
|
||||
|
||||
Where do I get GraphEdit?
I go away Monday-Friday to work, so it may take some time to get sorted! BTW, the scan stops immediately, as soon as I hit Scan Channels it comes back with none - no delay, no signal strength, no nothing! |
#95
|
|||
|
|||
If it is so fast the something must go more wrong so that GraphEdit wont help. Have you tried to scan with the debug window open? Post with any error messages from there.
GraphEdit can for example be found at http://www.apecity.com/tivo/graphedit_dx9.zip Unzip and the run regedt32 proppage.dll to get full functionality in GraphEdit. Anders |
#96
|
||||
|
||||
How do I get the Debug window?
|
#97
|
|||
|
|||
Right click the SDBARecorder icon when running and choose "Debug window"
|
#98
|
||||
|
||||
Ah, here we go:
Err: Cannot connect Inf Tee to capture filter Err: Failed to load demux Unspecified error Err: Graph not built |
#99
|
|||
|
|||
Could you please install GraphEdit and open menu "Graph | Insert filter". Open the "BDA Receiver Component" and the "BDA Source Filters" by clicking on the + sign. Take a screenshot or write down exactly what filters is present there.
I have sent you a PM with my mail address so it is simpler to send the screenshots. Anders |
#100
|
|||
|
|||
I have a new version of SBDARecorder in testing that should work with NOVA-T USB. The filters for this one did not work as the other devices I have used brefore. I will post it in a couple of days when I know that nothing else is broken by the changes.
Anders |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|