|
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 |
#1801
|
|||
|
|||
I need a push in the right direction. I am trying to test out the transcoding options and not having success. Using a HDHomeRun Prime with a cable card.
I can successfully record using the openDCT tuners in sagetv. [QUOTE=EnterNoEscape;581743][*] Transcoding. Set the software transcoding profile by changing sagetv.device.<unique_id>.transcode_profile to one of the available profiles are stored under C:\ProgramData\OpenDCT\config\transcode on Windows and /etc/opendct/conf/transcode on Linux. See profile_example.properties for help on how you can create your own. Do not include the .properties extension when setting the profile.I found the the correct sagetv.device.<unique_id>.transcode_profile line in the configuration file. Set it to the ultrafast720p example file. When I record shows in 1080i nothing seems to be happening on the transcoding side. I searched the log file and see nothing regarding transcoding For testing I only have one tuner configured in SageTV xxxxxx-0. I think I am missing a configuration option and/or the example file (ultrafast720p) is filter out too much. Does anyone that uses the transcoding have any insight. If it matters I am using the crazifuzzy docker container. Thanks |
#1802
|
||||
|
||||
For simplicity in getting up and running, the docker container, sets the default consumer for the Dynamic Consumer selection to MediaServerConsumerImpl, which doesn't support transcoding. Instead, you'll have to change the specific device to use the FFmpegTransSageTVConsumerImpl, instead of using the dynamic selection:
Code:
sagetv.device.<unique_id>.consumer=opendct.consumer.FFmpegTransSageTVConsumerImpl
__________________
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 |
#1803
|
|||
|
|||
Quote:
Room 1: STBsRoom 2:BM3000-HDMIsComputer 1 (SageTV Server as Network Encoder) Computer 2 (Main SageTV Server)Room 3:SageTV HDHRs Alternate: Room 1: STBsRoom 2:BM3000-HDMIsComputer 1 Computer 2 (Main SageTV Server)Room 3:SageTV HDHRs There are disadvantages to the alternative: 1. The tuning plugin as an executable is much slower (process needs to load/unload) 2. OpenDCT does not support multiple Video Capture types (e.g. HDPVR) 3. There is no SageTV server - so no convenient SageTV for backup (or experimentation) 4. That's a fantastic waste of an entire computer just to run OpenDCT/tuning executable Last edited by sflamm; 02-22-2017 at 06:07 PM. |
#1804
|
||||
|
||||
Again, you're just trying to make this more of an issue than it is for some reason.
Quote:
Quote:
Quote:
__________________
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 Last edited by Fuzzy; 02-22-2017 at 06:14 PM. |
#1805
|
||||
|
||||
The point architecturally is that SageTV Server should be able to be configured into a Network Encoder and to use whatever resources are necessary to: a) capture video (any type) b) tune (any means).
There should be no reason not to follow this model. The fact that that video capture is implemented against OpenDCT or an HDPVR or even the BM3000-HDMI directly should not matter. A video capture source should be chosen. Same for the tuning mechanism. You could argue that SageTV should be split into two - a Network Encoder and a central Media engine... but there is no harm to giving the Network Encoder more capabilities like to schedule its own recording or to post-process its own recordings independent of the central Media engine. On your points: Quote:
Quote:
Quote:
Quote:
|
#1806
|
||||
|
||||
I just think you really aren't going to get any traction on the need for a network encoder to share another network encoder. There really is absolutely NO reason for the added conflict resolution required to prevent repeated connections.
__________________
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 |
#1807
|
|||
|
|||
Quote:
I'll have to wait until my [wife's] shows finish on the production system so I can use the tuners. |
#1808
|
|||
|
|||
I just ordered one of the BM3000 devices and I am reading up on how to configure it while I await for it to arrive from China.
I see that OpenDCT has a transcoder option. Is there any reason to use this option when I can just set the bitrate/resolution settings on the BM3000 device itself? It seems like the transcoder option is designed more for devices like the HDHR. Correct? |
#1809
|
||||
|
||||
Quote:
__________________
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 |
#1810
|
|||
|
|||
Quote:
So in that respect, the "inelegant" solution for an ambitious outside party would be to Step 1) Fork the code base and go ahead and start on a 32/64-bit Windows/Linux build that has no native tuning capabilities. Step 2) Direct people to install a slaved server from the "main branch" in the interim if Native Tuning is needed and participating in testing. (If all it is doing is network encoding and they need more than a 32-bit memory space, they're probably not using it for "a consumer purpose," or something has gone very wrong). (Fork is considered to be in Alpha/Beta stage. Main repo remains fully functional) Step 3) Migrate the "Slaved Server" over towards becoming "SageTV9 Native Recorder" or some other name. (Server Fork remains "Beta"/"RC" until completed) Step 4) Merge the builds w/native tuning broken apart from "SageTV Core" back into the main repo. But I guess EnterNoEscape's bigger consideration in this is the revamp to the Network Tuner Protocol used by SageTV. As it is, he only has to worry about one code base(Sage.jar) as his main concern. If someone splits it apart before that happened, he's then having to make sure the protocol gets changed in both parts(Server + Native Recorder) which makes code management more challenging. So someone else starting in on it first may make things more difficult if they're not careful in how they do it. |
#1811
|
||||
|
||||
Quote:
Edit: You should know the protocols are versioned, so if the derivative network encoder says it's 3.0, SageTV will not try to talk to it like it's 4.0. Believe it or not we would only have a problem if the network encoder somehow was ahead of the main SageTV project.
__________________
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-23-2017 at 09:52 PM. |
#1812
|
|||
|
|||
I know you're focused on other things at the moment EnterNoEscape, but I thought I would post up my latest recording failure for some reference..
|
#1813
|
||||
|
||||
Quote:
Anyway, I can clearly see Windows misbehaving in that log. I says I'm going into standby and then 5 minutes later it says it just came out of standby, then without actually waiting for OpenDCT to tell it that it's done, it clearly goes back into standby because we have an almost 8 hour gap before everything resumes. OpenDCT sees the discrepancy that it's being told that the computer resumed, but it never got a signal to go back into standby and it tries to fix everything by effectively doing a full cycle like it would if we went into standby and came out immediately in an effort to ensure we are in a stable state. Interestingly enough that doesn't seem to be causing any problems so that latest workaround is working correctly, but I'm still not happy with how Windows is not waiting for OpenDCT to return that's ok to go into standby before it just does it. What is causing problems is this line: Code:
ERROR InfiniTVTuning - Unable to read reply. Capture device may not be available => Server returned HTTP response code: 500 for URL: http://192.168.200.1/channel_request.cgi
__________________
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 |
#1814
|
|||
|
|||
Thanks ENE, It is indeed a Infinity4..
|
#1815
|
|||
|
|||
Quote:
Code:
consumer.ffmpeg.upload_id_enabled=true |
#1816
|
|||
|
|||
Have I understood correctly about OpenDCT?
Sorry, after reading a portion of this thread I still have this question:
I currently run SageTV 7 with an HDHomeRun HDHR-US, the older 2 tuner white box, connected to a Windows 10 machine and record OTA, and everything works fine. I would like to buy an HDHomerun Prime, and get a cablecard from Comcast and watch/record HBO and other protected channels. Is that the purpose of OpenDCT, and if so, can I do this with Sagetv 7, or must I use Sagetv 9? Thanks to any who read... |
#1817
|
|||
|
|||
Quote:
__________________
Home Network: https://karylstein.com/technology.html |
#1818
|
|||
|
|||
32bit OpenDCT tries to use 64bit Java
Hello folks
I had a OpenDCT fail this AM after a system reboot. After a bit of debugging i realized that the 32bit installation of OpenDCT is using the 64bit Java even though 32bit Java is also installed. I fixed this by uninstalling the 64bit Java. Is there a way to force OenDCT to use 32bit Java if 32bit OpenDCT is installed (and in turn use 64bit Java if the 64bit OpenDCT is installed) I use Ninite to keep my favorite apps up to date and it automatically installs both 32bit and 64bit of Java Regards, Neel |
#1819
|
||||
|
||||
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 |
#1820
|
|||
|
|||
Quote:
|
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 |