|
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 |
#21
|
|||
|
|||
Thanks for the sagetv.properties.
This looks like the relevant section to me: Quote:
How do you recommend I proceed? Should I load this into SageTV and then make the changes to the highlighted sections after? The changes will be: mmc/encoders/-431556906/default_device_quality=Best mmc/encoders/-431556906/90/0/tuning_mode=Cable mmc/encoders/-431556906/90/0/tuning_plugin=D\:\\Program Files\\SageTV\\Common\\FWChannelProxy2.dll mmc/encoders/-431556906/video_capture_device_name=Firewire Tuner1 mmc/encoders/-431556906/encoding_host=127.0.0.1\:6969 Should I change the "tuning_mode" to "Cable"? Can anyone else who is both recording and tuning a STB via Firewire please send their sagetv.properties file? Last edited by sflamm; 04-16-2010 at 08:53 PM. |
#22
|
|||
|
|||
I tried different elements of that sagetv.properties to no avail.
Can someone please share a working sagetv.properties that records and tunes over firewire using FWChannelProxy? |
#23
|
|||
|
|||
Solution: EXEMULTITUNER
I figured out my issue with exemultituner:
The directory must be: Common\RemoteCodes\EXEMultiTunerPlugin THE DOCUMENTATION HAS IT WRONG Big Thanks to Opus4 (Andy) who asked me to follow his directions which include: Quote:
Now, if only I could figure out what is wrong with FWChannelProxy... |
#24
|
|||
|
|||
Even though EXEMultiTunerPlugin works with the HD-PVR, I cannot get it to work with Firewire recording.
The sagetv.properties must be wrong... Anyone have a working sagetv.properties for both Firewire recording and channel changing? |
#25
|
||||
|
||||
Quote:
- Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#26
|
|||
|
|||
The instruction give by MeInMaui need to be updated (as you pointed out in the intro to the Firewire thread).
Even when properly configured (working) in combination with a HD-PVR video source this does not seem to work when using the Firewire STB video source entries (mmc/encoder) that are recommended for Firewire video source recording. SageTV does not seem to recognize it as a valid "tuning_plugin" with those entries. Does anyone know what are the correct entries for sagetv.properties for a Firewire video source with firewire channel changing? |
#27
|
|||
|
|||
Quote:
My INI Code:
; Port is the port number that this network encoder will listen to commands ; from Sage on. Use this when setting up the network encoder in Sage. [System] Port=6969 ; FileName is the name of graph to use. This graph should contain 1 instance ; of a "dump" filter that implements the IFileSink interface. ; TuningDelay is the number of milliseconds to wait after a channel change with ; Girder until the graph is started again. [Graph] FileName="C:\GETHD\srg1.GRF" TuningDelay=5000 UnloadGraphOnStop=1 UnloadGraphOnSwitch=1 ; Set UseGirder to 1 to use Girder to change channel. ; Event to send to Girder will be string after GirderPrefix + channel number, ; for exampel "Channel1" (without the "" signs). ; The GirderIndividualNumbers controls if the whole channel number is sent in one ; event or if individual events is sent to Girder for each number in the channel. ; set it to 0 for events that looks like this "Channel791" and ; to 1 for "Channel7", "Channel9", "Channel1" with your actual prefix instead ; of channel of course. If GirderIndividualNumbers=1 the sequence is ended with an ; extra GirderPrefix without a number as an enter for the stb. ; Set GirderInterNumberTimeSpacing to number of milliseconds to wait between the ; individual numbers ; Configure host, port and password to Girder settings [Girder] UseGirder=0 GirderHost=127.0.0.1 GirderPort=1024 GirderPassword= GirderPrefix=Channel GirderIndividualNumbers=1 GirderInterNumberTimeSpacing=10 ; The ExeTuner section is used to call another program to change channel. ; Set UseExeTuner to 1 to use this. ; The program indicated in ExeTunerPath will be called with the cannel number as ; the only parameter. Provide the complete path to the Tuner program. [ExeTuner] UseExeTuner=1 ExeTunerPath=ExeTunerPath=C:\gethd\channelw.exe -v -f 2
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#28
|
|||
|
|||
thanks for the example.
this is pretty much what I have. it works mostly - but I find that when changing channels within SageTV (particularly using channel+ and channel-) it will fail to change channels. I think it has something to do with stop/start or rebuilding the sgraphrecorder graph. I've tried the different setting for this, but so far no luck making it work consistently. And after periods of time, it occasionally does BSOD when changing channels. I'd hoped that either FWChannelProxy or EXEMultituner would be more stable. I cant get either to work with sgraphrecorder. I've found the combination of a HD-PVR and EXEMutlituner to be quite reliable (so far). Was hoping to avoid the cost of the HD-PVR, but havent found a reliable way to recoding and tuning over Firewire. |
#29
|
|||
|
|||
sflamm,
I added a delay to my SGRAPHrecorder that helped. mmc/encoders/12346/default_device_quality= mmc/encoders/12346/delay_to_wait_after_tuning=9000 If you feel like trying something try these settings. Also change the priority of the SGRAPHrecorder to abovenormal. TuningDelay=5000 UnloadGraphOnStop=1 UnloadGraphOnSwitch=1 [ExeTuner] UseExeTuner=1 ExeTunerPath=C:\getHD\channelw.exe -v -f 2 ..... your path then in sage.properties set mmc/encoders/12346/delay_to_wait_after_tuning=5000. Also use the simple graph. Do not use the sage splitter just go from the box to the sgadump.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. Last edited by nyplayer; 04-18-2010 at 10:32 AM. |
#30
|
|||
|
|||
Thanks for the input. I'll give it a shot with a simple graph.
I had played with the delay_to_wait_after_tuning and TuningDelay properties but I never set anything as high as 9000ms (9 sec!) Is that much delay really required? I assume that it will always wait that long, or does it return sooner if it detects a stream? |
#31
|
||||
|
||||
Quote:
it will using the channel -f -a6 2 channel# command in a command prompt. what registry changes did you make, and how and where do you make them? thanks
__________________
Sage 9 server = Gigabyte AMD quad-core - 4 gigs - integrated ATI HD4200 chipset - SSD boot, Hitachi Deskstar show drives. HD-PVR - Colossus - Win7 32 bit. HD200/300’s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson |
#32
|
||||
|
||||
Hi Tvmaster-
Refer to Post #12 of this thread we are now in for the .reg addition. I looked over some notes from 4.5 years ago and I seem to remember a specific reason for the "a6" for my STB (Cisco 4640HDC) - that 6 also appears in the stub device (38000 400 6 600 800) in sage.properties. Notice the "SendA" dword is 6, matching the command line "a6". It defaulted to "4", "6" worked for me (STB specific). There may be something here: hxxp://babgvant.com/files/folders/sagetools/entry11740.aspx regarding that. I wish I could be more of a help, but it's been a while and once it's set up I tend to forget what I did... Rob Last edited by robk; 06-30-2014 at 03:00 PM. Reason: correction |
#33
|
||||
|
||||
Quote:
Now - any idea how to make the channel changes either smoother, or quicker? The average channel change takes 5-10 seconds, depending on the channel. Does that seem about right?
__________________
Sage 9 server = Gigabyte AMD quad-core - 4 gigs - integrated ATI HD4200 chipset - SSD boot, Hitachi Deskstar show drives. HD-PVR - Colossus - Win7 32 bit. HD200/300’s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson |
#34
|
||||
|
||||
Quote:
Years ago when I used a USB-UIRT, you could change the speed and duration of the IR commands to speed things up - but I never found a way with FW. Rob |
#35
|
||||
|
||||
Quote:
__________________
Sage 9 server = Gigabyte AMD quad-core - 4 gigs - integrated ATI HD4200 chipset - SSD boot, Hitachi Deskstar show drives. HD-PVR - Colossus - Win7 32 bit. HD200/300’s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Possible to use STB Firewire for channel changing only? | rob.sfo | Hardware Support | 30 | 12-15-2009 09:25 PM |
Channel changing via Firewire | showson1 | Hardware Support | 1 | 10-15-2008 02:08 PM |
Did 6.4.5 break FireWire channel changing? | mihooper | SageTV Beta Test Software | 3 | 07-24-2008 07:51 PM |
Firewire channel changing | gjvrieze | Hardware Support | 4 | 07-07-2008 03:05 PM |
HD-PVR: Firewire channel changing? | deria | Hardware Support | 5 | 06-03-2008 12:22 PM |