|
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 |
#881
|
|||
|
|||
Quote:
__________________
Server: SageTV 9.2.6x64 on Win10 x64 Home, i7-2600, 8gb RAM, OpenDCT, Java 1.8, 20TB storage Display: EVGA GT 1030 fanless to Sony LED TV via DVI-HDMI Capture Devices: HDHR Prime for Comcast, HDHR Dual for OTA (retired) Clients: Nvidia Shield Android miniclient |
#882
|
||||
|
||||
Quote:
Another option would be to just change over to program streams (MPEG-PS) since they don't appear to have any of these issues.
__________________
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 |
#883
|
||||
|
||||
Quote:
I'm OK with things as they are now, but hope you'll get a chance to look at this again at a later date when you have less on your plate. You've done some incredible work on this encoder. Thank you!!
__________________
Server: SageTV 9, Win10/32, Intel DP55KG Mb, Intel QC i5 2.66GHz , 4GB 1333MHz DDR3 SDRAM, 2 Hauppauge 2255s for 4 OTA ATSC tuners, HDHRPrime w Comcast, 3 STP-HD300s 20101007-0 firmware, nVidia Shield. Java v7u55. Plugins:SD EPG, OpenDCT Last edited by HelenWeathers; 04-26-2016 at 08:12 PM. |
#884
|
|||
|
|||
Over the last few days the video pauses and pixelation returned to my recordings so I decided to finally update to 0.4.48 (I had been running 0.3.17). Last night's recordings look to be much better. I thought I'd take a look at the OpenDCT log and saw these errors right at the top, which is when I first started up the service after going to 0.4.48.
Code:
19:57:51.189 [cling-38:HDHomeRun Prime Tuner 1315E054-0] ERROR Config - The property 'sagetv.device.1617308578.consumer' with the value 'opendct.consumer.FFmpegSageTVConsumerImpl' does not refer to a valid SageTVConsumer implementation. Using default implementation 'opendct.consumer.FFmpegSageTVConsumerImpl' => java.lang.ClassNotFoundException: opendct.consumer.FFmpegSageTVConsumerImpl at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at opendct.config.Config.getSageTVConsumer(Config.java:1010) at opendct.capture.BasicCaptureDevice.getNewSageTVConsumer(BasicCaptureDevice.java:694) at opendct.capture.BasicCaptureDevice.<init>(BasicCaptureDevice.java:154) at opendct.capture.BasicCaptureDevice.<init>(BasicCaptureDevice.java:89) at opendct.capture.RTPCaptureDevice.<init>(RTPCaptureDevice.java:60) at opendct.capture.DCTCaptureDeviceImpl.<init>(DCTCaptureDeviceImpl.java:129) at opendct.tuning.upnp.listener.RegisterDevice.addRemoteDevice(RegisterDevice.java:72) at opendct.tuning.upnp.listener.DCTRegistryListener.remoteDeviceAdded(DCTRegistryListener.java:52) at org.fourthline.cling.registry.RemoteItems$1.run(RemoteItems.java:111) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) 19:57:51.230 [cling-38:HDHomeRun Prime Tuner 1315E054-0] ERROR Config - The default property 'sagetv.device.1617308578.consumer' with the value 'opendct.consumer.FFmpegSageTVConsumerImpl' does not refer to a valid SageTVConsumer implementation. Returning built in default 'NIOSageTVRawConsumerImpl' => java.lang.ClassNotFoundException: opendct.consumer.FFmpegSageTVConsumerImpl at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at opendct.config.Config.getSageTVConsumer(Config.java:1014) at opendct.capture.BasicCaptureDevice.getNewSageTVConsumer(BasicCaptureDevice.java:694) at opendct.capture.BasicCaptureDevice.<init>(BasicCaptureDevice.java:154) at opendct.capture.BasicCaptureDevice.<init>(BasicCaptureDevice.java:89) at opendct.capture.RTPCaptureDevice.<init>(RTPCaptureDevice.java:60) at opendct.capture.DCTCaptureDeviceImpl.<init>(DCTCaptureDeviceImpl.java:129) at opendct.tuning.upnp.listener.RegisterDevice.addRemoteDevice(RegisterDevice.java:72) at opendct.tuning.upnp.listener.DCTRegistryListener.remoteDeviceAdded(DCTRegistryListener.java:52) at org.fourthline.cling.registry.RemoteItems$1.run(RemoteItems.java:111) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Code:
sagetv.device.parent.1283155467.consumer=opendct.consumer.FFmpegSageTVConsumerImpl and sagetv.new.default_consumer_impl=opendct.consumer.FFmpegSageTVConsumerImpl BTW, OpenDCT has brought new life to my SageTV setup. Thanks so much for all your hard work and effort! Last edited by gprichardson1; 04-27-2016 at 07:19 AM. |
#885
|
||||
|
||||
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 |
#886
|
||||
|
||||
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 |
#887
|
|||
|
|||
Can you comment on how your recordings worked fine in VLC when you checked, but you were so aptly able to deduce the issue?
Do they behave differently in VLC vs. Window Media Player?
__________________
Server: SageTV 9.2.6x64 on Win10 x64 Home, i7-2600, 8gb RAM, OpenDCT, Java 1.8, 20TB storage Display: EVGA GT 1030 fanless to Sony LED TV via DVI-HDMI Capture Devices: HDHR Prime for Comcast, HDHR Dual for OTA (retired) Clients: Nvidia Shield Android miniclient |
#888
|
||||
|
||||
Quote:
I was able to get VLC to have issues, but only when I tried to open a file that was still recording. If I waited for the recording to end or made a copy of the file as it was being recorded and opened the copy it played back without issue. My only advice on this would be to make sure you're running a relatively recent copy. MPC-HC which is my preferred player doesn't have any issues with any of the files in any format which is why I didn't notice that anything had changed.
__________________
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 |
#889
|
||||
|
||||
Been running OpenDCT version 0.4.30 (per the properties file) saving as mpeg-ps. I record the morning news at 4:30am, and still, about 3 out of 5 of those come in with the black screen and audio only. Comskip actually processes the file and cuts the commercials, so I'm not sure why the HD300 can't render the video. This is the Sage Server that's using the Infinitv4, firmware already upgraded.
What would be the best path here to eliminate the black screen video? |
#890
|
||||
|
||||
Quote:
Edit: My best determination is that it has to do with how SageTV detects the streams in the .mpg file and not much to do with it not being able to play it. If the video doesn't show up fast enough in the stream timeline, it seems to assume it isn't there. I say this because if you rename the file and have SageTV re-detect it I have yet to have it not see the video stream the second time around.
__________________
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; 04-28-2016 at 05:53 PM. |
#891
|
||||
|
||||
Will do. Thank you!!
|
#892
|
||||
|
||||
No problem. I realized I meant to say 0.5.1, but same difference. You might as well be on the latest if you're upgrading.
__________________
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 |
#893
|
||||
|
||||
Just wanted to give you an update since you resolved my big issues back in 4.38 or something like that. I loaded 5.2 yesterday morning and ran through a bunch of recordings and it seems to be rock solid.
While I can do many many test recordings and look for errors in the log, there's nothing like watching one of the recordings to say that I didn't seem to be experiencing any drops, tears or other erratic behavior. Many thanks again for all the great work you've done and continue to do! You really inspired me to go back and re-think my overall DVR approach and gave me the motivation to migrate off of my windows desktop to a 64-bit linux server.
__________________
Production SageTV Server: ASUS P8P67-Pro, 16gb RAM, Crucial m4 256GB SSD, Unbunto 16.4.04 LTS (Server x64), WDC Red 4TB Capture: 1x HDHR Prime, 1x HDHomeRun (ClearQAM) Clients: 1x HD300, 2x HD200, 2x Placeshifters |
#894
|
|||
|
|||
Music Channel Raw Capture and Placeshifter
I updated to the latest BETA and set my music channels for raw capture. This tunes them just like any other channel now, (no more long waits and "no signal" messages). This works great on my SHIELD (although first time it caused a FC, but I haven't been able to reproduce), my Android tablet and my HD300. Placeshifter on PC, (I tried three), however, stutters horribly on the music channels. It'll tune in the same amount of time (~10sec), but it'll play a second or two, pause about the same, play, pause, etc.
__________________
Home Network: https://karylstein.com/technology.html |
#895
|
||||
|
||||
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 |
#896
|
||||
|
||||
If I wanted to just grab the raw stream from Time Warner (local channels only of course) with the Infinitv4 w/cablecard, would I modify a value in the opendct.properties file, or add a new value of some sort?
If the raw stream comes in without complaint, is there an advantage/disadvantage to doing this? |
#897
|
|||
|
|||
Quote:
http://forums.sagetv.com/forums/showthread.php?t=63159 I don't know about advantages/disadvantages.
__________________
Home Network: https://karylstein.com/technology.html |
#898
|
||||
|
||||
Quote:
The biggest disadvantage is that sometimes you may get a recording that's unplayable in SageTV. Running that unplayable recording through VideoRedo always fixed it for me, but it's an extra step and if it's live then you need to wait for it finish just to watch it. For me the unplayable recording would happen something like once a month, but it didn't make it any less annoying. Also in your case, .mpg files would actually be TS instead of PS, which as you've proven isn't necessarily an issue.
__________________
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 |
#899
|
||||
|
||||
I originally had SageDCT setup as RAW (on the Time Warner CC system only), and the channels that the Infinitv4 tunes are only the channels that I used to grab with the clear qam HDhomerun tuners. Fortunately I never experienced those strange blank recordings on this system like I do on the Charter Cable Sage system. Heck, I'm not even sure we're fully digital here yet, but I like the fact that I don't ever have the hassle of remapping channels.
I'm going to head on over to that other thread and see how this goes ... |
#900
|
|||
|
|||
What does this do.??
upload_id_enabled=true Setting it to true improved the response of my Android miniclient... Also improved my livetv channel changes on the miniclient.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
Currently Active Users Viewing This Thread: 2 (0 members and 2 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 |