|
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 |
#441
|
|||
|
|||
Quote:
__________________
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; 02-12-2016 at 09:56 AM. |
#442
|
|||
|
|||
great. it works now! Maybe i didn't stop SageOpenDCT last time.
__________________
- James M - Capture Devices: HDHomerunXTEND, HDHomerunPrime |
#443
|
|||
|
|||
Quote:
Yeah I had done the samething the first time.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#444
|
|||
|
|||
Question about pooling.
I have always_force_external_unlock=false set to true on all my tuners I was wondering ... if this is how the pooling works with that property set to true.
First it will check if tuner is in use .... If another tuner is available it will not force and unlock even though I have that property set to true. ... If every tuner is in use it will unlock any tuner that is not being used by SageTV.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#445
|
||||
|
||||
The first thing I will mention is if a device was not locked, then when we go to tune it and it suddenly is locked, with force unlock will for the device to be unlocked even if there are other tuners available. This should be an edge case and not what usually happens because the check and the lock happen in less than a millisecond.
The first pass over the tuners looks for an unlocked tuner in order of merit (higher number, means higher merit). When it finds one, it tries to lock it. If it can't lock it, it moves on to the next one. The second pass only happens if they are all locked. It will attempt to lock each one of them in order of merit. If the capture device will allow it (most likely because force unlock is true), then that capture device is used. If after this pass, no capture devices are able to be unlocked, it gives up. Both passes exclude devices already in use by SageTV. OpenDCT has an internally locked state per capture device which is triggered by SageTV sending START, BUFFER or SWITCH. It is released when SageTV sends STOP. When pooling is enabled, any START, BUFFER or SWITCH command will create a new remapping or if the remapping already exists, it will use the current one. Only STOP will clear a device remapping. This prevents us from ever ending up in a situation where a virtual tuner is requested and cannot be assigned to a physical tuner for logical reasons as opposed to actual availability. If for some reason SageTV never sends STOP, the tuner will remain remapped and could possibly force unlock if that feature is enabled on a future tuning request. Also you would end up with a potentially very large recording; so not receiving STOP would be noticed for other reasons.
__________________
SageTV v9 Server: ASRock Z97 Extreme4, Intel i7-4790K @ 4.4Ghz, 32GB RAM, 6x 3TB 7200rpm HD, 2x 5TB 7200rpm HD, 2x 6TB 7200rpm HD, 4x 256GB SSD, 4x 500GB SSD, unRAID Pro 6.7.2 (Dual Parity + SSD Cache). Capture: 1x Ceton InfiniTV 4 (ClearQAM), 2x Ceton InfiniTV 6, 1x BM1000-HDMI, 1x BM3500-HDMI. Clients: 1x HD300 (Living Room), 1x HD200 (Master Bedroom). Software: OpenDCT :: WMC Live TV Tuner :: Schedules Direct EPG Last edited by EnterNoEscape; 02-12-2016 at 03:43 PM. |
#446
|
|||
|
|||
Quote:
I may give it another try if I get a block of time with no recordings coming up.
__________________
Windows 10 Home 64-bit, i5-2500K, 8GB RAM, 2TB and 4TB SATA HDD's SageTV v9.1.2.662, SageTV7.xml STV, Java v1.8.0_121 Server operating headless with 3 HD300 extenders as clients Two HDHomeRun Primes (6 tuners) with 20170512beta1 firmware Comcast cable TV, two cablecards in HDHRP's OpenDCT 0.5.28 network encoder |
#447
|
||||
|
||||
Quote:
__________________
SageTV v9 Server: ASRock Z97 Extreme4, Intel i7-4790K @ 4.4Ghz, 32GB RAM, 6x 3TB 7200rpm HD, 2x 5TB 7200rpm HD, 2x 6TB 7200rpm HD, 4x 256GB SSD, 4x 500GB SSD, unRAID Pro 6.7.2 (Dual Parity + SSD Cache). Capture: 1x Ceton InfiniTV 4 (ClearQAM), 2x Ceton InfiniTV 6, 1x BM1000-HDMI, 1x BM3500-HDMI. Clients: 1x HD300 (Living Room), 1x HD200 (Master Bedroom). Software: OpenDCT :: WMC Live TV Tuner :: Schedules Direct EPG |
#448
|
|||
|
|||
Quote:
That's when I checked the wrapper.log file a little more carefully and saw the intro section below just as wrapper was starting up, and it dawned on me what had happened. I accidentally downloaded the 64-bit version of OpenDCT instead of the 32-bit (x86) version. Now all is well.... Code:
INFO | jvm 1 | 2016/02/13 15:41:27.295 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org INFO | jvm 1 | 2016/02/13 15:41:27.295 | Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved. INFO | jvm 1 | 2016/02/13 15:41:27.295 | INFO | jvm 1 | 2016/02/13 15:41:27.295 | INFO | jvm 1 | 2016/02/13 15:41:27.295 | WARNING - Unable to load the Wrapper's native library 'wrapper.dll'. INFO | jvm 1 | 2016/02/13 15:41:27.295 | The file is located on the path at the following location but INFO | jvm 1 | 2016/02/13 15:41:27.295 | could not be loaded: INFO | jvm 1 | 2016/02/13 15:41:27.295 | C:\Program Files\OpenDCT Authors\OpenDCT\jsw\.\lib\wrapper.dll INFO | jvm 1 | 2016/02/13 15:41:27.295 | Please verify that the file is readable by the current user INFO | jvm 1 | 2016/02/13 15:41:27.295 | and that the file has not been corrupted in any way. INFO | jvm 1 | 2016/02/13 15:41:27.295 | One common cause of this problem is running a 32-bit version INFO | jvm 1 | 2016/02/13 15:41:27.295 | of the Wrapper with a 64-bit version of Java, or vica versa. INFO | jvm 1 | 2016/02/13 15:41:27.295 | This is a 32-bit JVM. INFO | jvm 1 | 2016/02/13 15:41:27.295 | Reported cause: INFO | jvm 1 | 2016/02/13 15:41:27.295 | C:\Program Files\OpenDCT Authors\OpenDCT\jsw\lib\wrapper.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform INFO | jvm 1 | 2016/02/13 15:41:27.295 | System signals will not be handled correctly. INFO | jvm 1 | 2016/02/13 15:41:27.295 | INFO | jvm 1 | 2016/02/13 15:41:27.899 | 15:41:27.823 [WrapperSimpleAppMain] INFO Main - Starting OpenDCT 0.4.24... INFO | jvm 1 | 2016/02/13 15:41:27.899 | 15:41:27.874 [WrapperSimpleAppMain] INFO Main - OpenDCT logging to the directory 'c:/ProgramData/OpenDCT/logs'. INFO | jvm 1 | 2016/02/13 15:41:27.899 | 15:41:27.882 [WrapperSimpleAppMain] INFO UpnpManager - Logging Cling UPnP to 'c:/ProgramData/OpenDCT/logs\opendct_cling.log'. INFO | jvm 1 | 2016/02/13 15:41:27.899 | 15:41:27.882 [FFmpegAsyncInit-19] INFO Main - FFmpeg loading...
__________________
Windows 10 Home 64-bit, i5-2500K, 8GB RAM, 2TB and 4TB SATA HDD's SageTV v9.1.2.662, SageTV7.xml STV, Java v1.8.0_121 Server operating headless with 3 HD300 extenders as clients Two HDHomeRun Primes (6 tuners) with 20170512beta1 firmware Comcast cable TV, two cablecards in HDHRP's OpenDCT 0.5.28 network encoder |
#449
|
||||
|
||||
That's good. I'm glad you figured that one out.
I have figured a few cool things out today and will be posting yet another release soonish. We will finally be able to do a proper channel scan that returns all tunable channels at least on newer HDHomeRun devices. I found a way to have HTTP support with RTP as a fallback for devices that actually support it. This will only apply to non-Prime devices on the first release. Using HTTP, people with the HDHomeRun Extend models can also do hardware transcoding by specifying a global parameter. If anyone has an Extend that they use for OTA and want to test this, let me know.
__________________
SageTV v9 Server: ASRock Z97 Extreme4, Intel i7-4790K @ 4.4Ghz, 32GB RAM, 6x 3TB 7200rpm HD, 2x 5TB 7200rpm HD, 2x 6TB 7200rpm HD, 4x 256GB SSD, 4x 500GB SSD, unRAID Pro 6.7.2 (Dual Parity + SSD Cache). Capture: 1x Ceton InfiniTV 4 (ClearQAM), 2x Ceton InfiniTV 6, 1x BM1000-HDMI, 1x BM3500-HDMI. Clients: 1x HD300 (Living Room), 1x HD200 (Master Bedroom). Software: OpenDCT :: WMC Live TV Tuner :: Schedules Direct EPG |
#450
|
|||
|
|||
I appear to have problems with some files that contain H.264 in TS not playing correctly breaking up. I have a log attached look at Beowulf recording.
__________________
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; 02-14-2016 at 12:40 PM. |
#451
|
||||
|
||||
Interesting. I assume the file created doesn't play back in programs like VLC? There's only one thing OpenDCT will do that's not how FFmpeg typically does its remux processing. The program filters out what it determines are duplicate dts frames. Other than that, it's basically taking the frame in and writing the frame out. I have compiled a version without this optimization and will PM you shortly with a link.
__________________
SageTV v9 Server: ASRock Z97 Extreme4, Intel i7-4790K @ 4.4Ghz, 32GB RAM, 6x 3TB 7200rpm HD, 2x 5TB 7200rpm HD, 2x 6TB 7200rpm HD, 4x 256GB SSD, 4x 500GB SSD, unRAID Pro 6.7.2 (Dual Parity + SSD Cache). Capture: 1x Ceton InfiniTV 4 (ClearQAM), 2x Ceton InfiniTV 6, 1x BM1000-HDMI, 1x BM3500-HDMI. Clients: 1x HD300 (Living Room), 1x HD200 (Master Bedroom). Software: OpenDCT :: WMC Live TV Tuner :: Schedules Direct EPG |
#452
|
|||
|
|||
I am having problems playing them in KODI and The SageTV Miniclient ... I get a lot of lil squares moving all over good sound but picture is unwatchable. I believe these use a form of ffmpeg.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#453
|
|||
|
|||
Here is a picture of what it looks like using the mini Client this is using OpenDCT_0.4.25_x86. Also In Kodi any type of seeking the Picture freezes and the sound plays fine and sometimes I get the blocks in the image below.
__________________
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; 02-14-2016 at 03:35 PM. |
#454
|
|||
|
|||
That must be the impressionist filter.
|
#455
|
|||
|
|||
LOL yeah that Comcast conversion to H.264 has me almost about to go to the basement and take a sledge hammer to my Sage Server.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#456
|
||||
|
||||
It would appear that Comcast is doing something strange because the DTS errors imply we are getting recent frames that are two frames behind what's expected. Any chance you can get me a raw 2-3 minute stream that should have this issue since it looks like it happens every 10-20 seconds? Also just to be clear, you have always had this issue with OpenDCT correct?
The easiest way to get two minutes of raw data will be to download a timed recording by opening the following link in a browser: Code:
http://<prime_ip>:5004/auto/v794?duration=120
__________________
SageTV v9 Server: ASRock Z97 Extreme4, Intel i7-4790K @ 4.4Ghz, 32GB RAM, 6x 3TB 7200rpm HD, 2x 5TB 7200rpm HD, 2x 6TB 7200rpm HD, 4x 256GB SSD, 4x 500GB SSD, unRAID Pro 6.7.2 (Dual Parity + SSD Cache). Capture: 1x Ceton InfiniTV 4 (ClearQAM), 2x Ceton InfiniTV 6, 1x BM1000-HDMI, 1x BM3500-HDMI. Clients: 1x HD300 (Living Room), 1x HD200 (Master Bedroom). Software: OpenDCT :: WMC Live TV Tuner :: Schedules Direct EPG |
#457
|
|||
|
|||
Quote:
File is here. http://71.193.161.66:9080/testfile/ v794.ts Edit. I Only had this issue when they started converting to H.264 ... Most of my recordings are OTA so I might have never noticed it before.
__________________
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; 02-14-2016 at 05:26 PM. |
#458
|
||||
|
||||
Thanks. It might be several days to sort this one out, but I have a feeling it will be worth it for any others who might find themselves in a similar situation. ...so hang in there.
__________________
SageTV v9 Server: ASRock Z97 Extreme4, Intel i7-4790K @ 4.4Ghz, 32GB RAM, 6x 3TB 7200rpm HD, 2x 5TB 7200rpm HD, 2x 6TB 7200rpm HD, 4x 256GB SSD, 4x 500GB SSD, unRAID Pro 6.7.2 (Dual Parity + SSD Cache). Capture: 1x Ceton InfiniTV 4 (ClearQAM), 2x Ceton InfiniTV 6, 1x BM1000-HDMI, 1x BM3500-HDMI. Clients: 1x HD300 (Living Room), 1x HD200 (Master Bedroom). Software: OpenDCT :: WMC Live TV Tuner :: Schedules Direct EPG |
#459
|
|||
|
|||
Thanks no problem my PC Clients using Lav Filters can handle the files.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#460
|
|||
|
|||
Hi all,
My setup is Win 7, Sage 7.1.9, Java 1.7 and OpenDCT 0.3.16. I had installed OpenDCT last week (replacing SageDCT) and it was working great until last night. I had a halt detected error. I just tried to tune in the channel in question (809) a few minutes ago and I get a "No Signal". I looked at the log file that was generated but I don't really know what I"m looking for. I've attached a zip file with the logs from yesterday (the show that didn't record was 2/17 @ 10pm). Is there anything in them that stick out as a possible problem? Thanks! -Gary |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
ATI TV Wonder Digital Cable Tuner & SageTV | nyle | Hardware Support | 4 | 02-17-2009 10:12 PM |
ATI TV Wonder Digital Cable Tuner | rajczi | Hardware Support | 4 | 01-14-2008 08:24 PM |
ATI TV Wonder™ Digital Cable Tuner | dadams | Hardware Support | 4 | 01-09-2007 10:55 AM |
Digital Cable - one guide - need HD on one tuner reg tv on other | Kimper | SageTV Beta Test Software | 14 | 11-27-2006 08:15 PM |
Multi-tuner Digital Cable | mlbdude | SageTV Software | 0 | 06-26-2003 01:08 PM |