SageTV Community  

Go Back   SageTV Community > Hardware Support > Hardware Support
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

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.

Reply
 
Thread Tools Search this Thread Display Modes
  #1521  
Old 01-07-2017, 08:22 AM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
Quote:
Originally Posted by EnterNoEscape View Post
Something I had observed was that WMC will automatically switch to a channel if you input the max number of digits for any channel in the guide. For example, if you don't have any guide data set (which I believe is what you did), and you input a channel number preceded by enough zeros to make it 7 digits total, the channel will tune right in without the need to press enter. I wonder if using padding would help your situation at all. The property to set this would be:

sagetv.device.<device_id>.channel_padding=7
Now that I am on Schedules direct I use the same guide data for both using epg123 for WMC... so I do have guide data for both ... but you are correct some shows only have 2 digits. I will test with padding.... let you know

That appears to have fixed my problem.
__________________
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; 01-07-2017 at 09:14 AM. Reason: update
Reply With Quote
  #1522  
Old 01-07-2017, 12:47 PM
jhkoenig's Avatar
jhkoenig jhkoenig is offline
Sage Advanced User
 
Join Date: Sep 2005
Location: Pleasanton, CA
Posts: 189
Initial setup failure "Unable to create the Java virtual machine"

So I'm embarking on the voyage from SageDCT to OpenDCT with great anticipation. Sadly, the install is failing at "Start OpenDCT in console mode" with a string of DOS errors "Unable to create the Java virtual machine".

SageTV has been running fine. Java claims to be version 1.6.0_10 and the updater says it is current.

So what have I fat-fingered? The instructions are clear, so I'm overlooking something truly basic. THANKS!
Reply With Quote
  #1523  
Old 01-07-2017, 12:53 PM
jhkoenig's Avatar
jhkoenig jhkoenig is offline
Sage Advanced User
 
Join Date: Sep 2005
Location: Pleasanton, CA
Posts: 189
Quote:
Originally Posted by jhkoenig View Post
So I'm embarking on the voyage from SageDCT to OpenDCT with great anticipation. Sadly, the install is failing at "Start OpenDCT in console mode" with a string of DOS errors "Unable to create the Java virtual machine".

SageTV has been running fine. Java claims to be version 1.6.0_10 and the updater says it is current.

So what have I fat-fingered? The instructions are clear, so I'm overlooking something truly basic. THANKS!
Forgot to the log file. Here it is.
Attached Files
File Type: txt log.txt (7.6 KB, 140 views)
Reply With Quote
  #1524  
Old 01-07-2017, 01:42 PM
JustFred JustFred is offline
Sage Expert
 
Join Date: May 2015
Location: Sunnyvale, Ca
Posts: 572
See post #1 in this thread.

"The minimum Java version is 1.7."
__________________
System #1: Win7-64, I7-920, 8 GB mem, 4TB HD. Java-64 1.8.0_141. Sage-64 v9.2.1 ATSC: 2x HDHR-US (1st gen white) tuners. HD-200.
System #2: Win7-64, I7-920, 8 GB mem, 4TB HD. Java 1.8.0_131. Sage v9.1.6.747. ClearQAM: 2x HDHR3-US tuners. HD-200.
System #3: Win7-64, I7-920, 12 GB mem, 4TB HD. Java-64 1.8.0_141. Sage-64 v9.2.1 ATSC: 2x HVR2250; Spectrum Cable via HDPVR & USB-UIRT. 3x HD-200.
Reply With Quote
  #1525  
Old 01-07-2017, 01:48 PM
jhkoenig's Avatar
jhkoenig jhkoenig is offline
Sage Advanced User
 
Join Date: Sep 2005
Location: Pleasanton, CA
Posts: 189
Thanks! Of all the things I've lost with advancing age, the thing I miss most is my mind. I upgraded to 1.7 and the installer has been running happily for several minutes.

Appreciate the help!
Reply With Quote
  #1526  
Old 01-07-2017, 02:34 PM
NetworkGuy NetworkGuy is offline
Sage Fanatic
 
Join Date: Dec 2009
Location: Central NJ
Posts: 869
Memory is the second thing to go.

You never remember what the first was.
__________________
Hardware: Intel Core i5-3330 CPU; 8GB (2 x 4GB); 2-4TB WD Blue SATA 6.0Gb/s HDD; Windows 7
Servers: ChannelsDVR, Plex, AnyStream, PlayOn,
Tuner: HDHomeRun Connect Quatro
Tuner: HDHomeRun Connect Duo
Sources: OTA, Sling Blue, Prime, Disney+,
Clients: ShieldTV (2), Fire TV Stick 4K (4)
Reply With Quote
  #1527  
Old 01-08-2017, 03:42 PM
EnterNoEscape's Avatar
EnterNoEscape EnterNoEscape is offline
SageTVaholic
 
Join Date: Jun 2010
Location: Harrisburg, PA
Posts: 2,657
OpenDCT 0.5.21-RC3


  • Fixed non-legacy channel scanning.
  • Fixed Generic Pipe producer stall being detected when there isn't a stall.
  • Fixed some Generic Pipe logging.
  • Changed Generic Pipe to required the use of %c% to specify the requested channel for sagetv.device.<unique_id>.streaming_executable

That last one is important. I ran into a few situations where it was a real problem to have the channel tacked on as the final parameter. From here on out, you must provide %c% if you want the channel to be provided at all. e.g.
Code:
sagetv.device.<unique_id>.streaming_executable=/path/to/executable --tune=%c%
__________________
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
Reply With Quote
  #1528  
Old 01-08-2017, 07:37 PM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
Just want to say that after sorting out one small issue OpenDCT has been rock solid for me. Thanks!
__________________

Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders.
Reply With Quote
  #1529  
Old 01-08-2017, 08:05 PM
EnterNoEscape's Avatar
EnterNoEscape EnterNoEscape is offline
SageTVaholic
 
Join Date: Jun 2010
Location: Harrisburg, PA
Posts: 2,657
Quote:
Originally Posted by tmiranda View Post
Just want to say that after sorting out one small issue OpenDCT has been rock solid for me. Thanks!
You're welcome! It's always nice to hear things are working well.
__________________
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
Reply With Quote
  #1530  
Old 01-08-2017, 11:41 PM
jhkoenig's Avatar
jhkoenig jhkoenig is offline
Sage Advanced User
 
Join Date: Sep 2005
Location: Pleasanton, CA
Posts: 189
Add me to your growing list of fans, EnterNoEscape! My migration from SageDCT to OpenDCT went far better than I could possible imagine! Great work!

My only open issue is the occasional 1-2 second freeze that happens every 2-10 minutes. Something is not bolted down quite right, but I'm basking in the success before I take up troubleshooting. There will be time for that, but right now I'm just SO HAPPY with your code!!!!!
Reply With Quote
  #1531  
Old 01-09-2017, 05:42 AM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
Quote:
Originally Posted by EnterNoEscape View Post
You're welcome! It's always nice to hear things are working well.
Now if it only could have recorded the Giants winning yesterday... You do need to do something about that.
__________________

Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders.
Reply With Quote
  #1532  
Old 01-10-2017, 09:09 AM
videolog videolog is offline
Sage User
 
Join Date: Jan 2010
Posts: 50
Quote:
Originally Posted by EnterNoEscape View Post
You might want to verify that your hard drive is ok. I'm seeing mostly the circular buffer completely filling up, then deferring to the queue buffer, then dropping data. It does write out several MB before this happens, but it could be a specific location on the disk causing issues.
Okay, I installed a new Hard Drive, one rated for 24/7 running. Ended up with the attached. Interesting the first time it froze up it corrected itself after about a minute. The second time I had to shutdown Open DCT, then restart it. I noted that it also did not want to shutdown, took a few tries like it was hung up.

Again, Thanks for the great program and all your help.
Attached Files
File Type: txt wrapper.txt (157.0 KB, 123 views)
Reply With Quote
  #1533  
Old 01-10-2017, 11:45 AM
EnterNoEscape's Avatar
EnterNoEscape EnterNoEscape is offline
SageTVaholic
 
Join Date: Jun 2010
Location: Harrisburg, PA
Posts: 2,657
Quote:
Originally Posted by videolog View Post
Okay, I installed a new Hard Drive, one rated for 24/7 running. Ended up with the attached. Interesting the first time it froze up it corrected itself after about a minute. The second time I had to shutdown Open DCT, then restart it. I noted that it also did not want to shutdown, took a few tries like it was hung up.

Again, Thanks for the great program and all your help.
I didn't actually mean go buy a new hard drive (although new doesn't mean good). Anyway, it looks like everything is ok until tuner 6 starts recording, then things start to get really backed up again. I would be checking things like CPU usage and Resource Monitor to be sure the write queue length for your recording drive is staying at or below 1. Also if you're using Comskip or any other live/post processing programs, turn them off temporarily.
__________________
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
Reply With Quote
  #1534  
Old 01-10-2017, 05:18 PM
KryptoNyte's Avatar
KryptoNyte KryptoNyte is offline
SageTVaholic
 
Join Date: Dec 2006
Posts: 2,754
Quote:
Originally Posted by tmiranda View Post
Now if it only could have recorded the Giants winning yesterday... You do need to do something about that.
Yeah ... that's too bad. That was a cold game from the 40 yard line, about 43 rows up.

FYI, my Sage recorded the winner perfectly.
Reply With Quote
  #1535  
Old 01-10-2017, 06:09 PM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
I am trying OpenDCT for the first time to be able to access IP cameras in SageTV. This is on SageTV V9 for Win. OpenDCT did discover my HDHR OTA devices but I have them set to ignore for now.

One question regarding services - what is the order of stopping and starting the SageTV service and OpenDCT service? Which should be started first? And I assume that both should be stopped when editing opendct.proeprties, correct? And I can just stop and start the SageTV OpenDCT in the Windows services panel rather than using the installed shortcuts, can I not?

I am trying to set up the opendct service for two IP cams. I can view these cameras in Google Chrome with the given URL 192.168.1.31/mjpeg.cgi.

I don't see the devices as SageTV sources. Should I not see two new sources with the names that I gave them when I go to "Add New Source?? Why wouldn't they show up? Do I need a streaming executable? If so what would I use for such a setup.

Here is my config file for one of these tuners.

Code:
sagetv.device.1433103548.channel_padding=0
sagetv.device.1433103548.consumer=opendct.consumer.DynamicConsumerImpl
sagetv.device.1433103548.custom_channels=1000
sagetv.device.1433103548.device_name=Bedroom
sagetv.device.1433103548.encoder_listen_port=9001
sagetv.device.1433103548.encoder_merit=0
sagetv.device.1433103548.encoder_pool=generic_http
sagetv.device.1433103548.fast_network_encoder_switch=true
sagetv.device.1433103548.http_password=user
sagetv.device.1433103548.http_username=password
sagetv.device.1433103548.last_channel=-1
sagetv.device.1433103548.pretuning_executable=
sagetv.device.1433103548.stopping_executable=
sagetv.device.1433103548.stopping_executable_delay_ms=15000
sagetv.device.1433103548.streaming_url=http\://192.168.1.31/mjpeg.cgi
sagetv.device.1433103548.streaming_url2=
sagetv.device.1433103548.streaming_url2_channels=
sagetv.device.1433103548.transcode_profile=
sagetv.device.1433103548.tuning_delay_ms=0
sagetv.device.1433103548.tuning_executable=
And here are the log lines related to this tuner
Code:
18:30:09.296 [GenericHttpLoader-40] DEBUG DeviceLoaderImpl - Advertising new capture device 'Bedroom'.
18:30:09.296 [GenericHttpLoader-40] DEBUG SageTVManager - The requested capture device 'Bedroom' did not exist. Triggering re-discovery.
18:30:09.296 [GenericHttpLoader-40] DEBUG DynamicConsumerImpl - Using default consumer 'opendct.consumer.FFmpegTransSageTVConsumerImpl' for channel ''
18:30:09.299 [GenericHttpLoader-40] INFO  SageTVManager - The capture device 'Bedroom' is ready.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
Reply With Quote
  #1536  
Old 01-10-2017, 07:43 PM
Fuzzy's Avatar
Fuzzy Fuzzy is offline
SageTVaholic
 
Join Date: Sep 2005
Location: Jurupa Valley, CA
Posts: 9,957
The OpenDCT service needs to be up and running when SageTV starts (at least once) for Sage to detect the new tuners, and grab the associated properties from them. After that, they can be started in any order, or simultaneously. They can also be restarted individually. Editing opendct.properties, for instance, only needs opendct stopped, sagetv does not access the file, so it doesn't need to be stopped to edit it.
__________________
Buy Fuzzy a beer! (Fuzzy likes beer)

unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers.
Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA.
Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S
Other Clients: Mi Box in Master Bedroom, HD-200 in kids room
Reply With Quote
  #1537  
Old 01-10-2017, 07:45 PM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
Ok, thanks Fuzzy. Obviously it did work at least once since it did grab the properties and found my HDHR tuners. Any reason what I did wrong and why it isn't working for me?
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
Reply With Quote
  #1538  
Old 01-10-2017, 07:59 PM
Fuzzy's Avatar
Fuzzy Fuzzy is offline
SageTVaholic
 
Join Date: Sep 2005
Location: Jurupa Valley, CA
Posts: 9,957
Was opecdct running BEFORE you started sagetv, AFTER you added the camera settings to opendct.properties? Also, did you try scrolling down on the list of tuners in the Add New Source page?
__________________
Buy Fuzzy a beer! (Fuzzy likes beer)

unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers.
Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA.
Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S
Other Clients: Mi Box in Master Bedroom, HD-200 in kids room
Reply With Quote
  #1539  
Old 01-10-2017, 08:08 PM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
I scrolled down and there are definitely no other tuners if you scroll down. I am not sure if OpenDCT was running before I started SageTV or not. Is there a way to start over by nuking the opendct.properties file or something like that?
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
Reply With Quote
  #1540  
Old 01-11-2017, 01:36 AM
EnterNoEscape's Avatar
EnterNoEscape EnterNoEscape is offline
SageTVaholic
 
Join Date: Jun 2010
Location: Harrisburg, PA
Posts: 2,657
Quote:
Originally Posted by wayner View Post
I scrolled down and there are definitely no other tuners if you scroll down. I am not sure if OpenDCT was running before I started SageTV or not. Is there a way to start over by nuking the opendct.properties file or something like that?
Any time you are adding a new capture device, make sure both SageTV and OpenDCT are stopped. Make your changes, then start the OpenDCT service again. After that, start the SageTV service. You should now see the new capture device. The key here is that OpenDCT needs to be running before the SageTV service because the SageTV service only broadcasts for network encoder discovery at startup. There's no reason to nuke anything.
__________________
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
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -6. The time now is 12:03 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.