|
SageTV Linux Discussion related to the SageTV Media Center for Linux. Questions, issues, problems, suggestions, etc. relating to the SageTV Linux should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Cable Card?
So, I'm relocating to the bay area and will be living in a rental for a year. Since its just a rental, I don't want to go through the trouble of setting up a roof or an attic antenna, and the indoor situation looks rather bleak according to antennaweb. To top it off, Comcast is rumoured to start encrypting locals any time now.
So, in order to keep Sage going, I was wondering what my options are to record from Cable Card. Has anybody gotten MythTV working as a network recorder? Failing that, I do have a windows sage license, and I guess my best bet is to run a Sage server + Sage DCT in a windows VM. I'm assuming that if I record into an import directory for my Linux server, it will be able to read the metadata written by the windows Sage server, and recordings will show up with all the usual metadata. I suppose I could switch to the Windows server in a VM as the primary server my extenders connect to, but it seems like it could be really inefficient.. Thanks, Drew
__________________
Server HW: AMD Ryzen Threadripper 2990WX 32-Core Server SW: FreeBSD-current, ZFS, linux-oracle-jdk1.8.0, sagetv-server_9.2.2_amd64 Tuner HW: HDHR Client: Nvidia Shield (HD300, HD100 in storage) |
#2
|
|||
|
|||
You need to look at the cable card tuners as well as the SageDCT program which is required for Sage to be able to recognize the cable card tuners.
Once the stream is recorded, you can play back the files just as any other recording. I play back HD quality recordings from a cable card tuner using HD-100 extenders without any issues or drop in quality.
__________________
i7-6700 server with about 10tb of space currently SageTV v9 (64bit) Ceton InfiniTV ETH 6 cable card tuner (Spectrum cable) OpenDCT HD-300 HD Extenders (hooked to my whole-house A/V system for synched playback on multiple TVs - great during a Superbowl party) Amazon Firestick 4k and Nvidia Shield using the MiniClient Using CQC to control it all |
#3
|
|||
|
|||
Quote:
Thanks, Drew
__________________
Server HW: AMD Ryzen Threadripper 2990WX 32-Core Server SW: FreeBSD-current, ZFS, linux-oracle-jdk1.8.0, sagetv-server_9.2.2_amd64 Tuner HW: HDHR Client: Nvidia Shield (HD300, HD100 in storage) |
#4
|
||||
|
||||
I haven't. But you should only have to run SageDCT on a Windows VM. I would think the Sage server can remain Linux.
Gerry
__________________
Big Gerr _______ Server - WHS 2011: Sage 7.1.9 - 1 x HD Prime and 2 x HDHomeRun - Intel Atom D525 1.6 GHz, Acer Easystore, RAM 4 GB, 4 x 2TB hotswap drives, 1 x 2TB USB ext Clients: 2 x PC Clients, 1 x HD300, 2 x HD-200, 1 x HD-100 DEV Client: Win 7 Ultimate 64 bit - AMD 64 x2 6000+, Gigabyte GA-MA790GP-DS4H MB, RAM 4GB, HD OS:500GB, DATA:1 x 500GB, Pace RGN STB. |
#5
|
|||
|
|||
Might want to keep in mind that encrypted channels are not the problem with a cacble card tuners it is the copy-once protected channels that are. Some cable markets flag all thier channels copy-once except locals. If this is the case then you will be limited.
Not saying I have an answer but copy-once recordings can only be played back from the source that copied them to begin with. Good luck though and let us know how it turns out. |
#6
|
|||
|
|||
thats exactly how i run my setup now. i run the cable card on an atom server. could not get passthrough working on esxi.
__________________
[size=1]-MrD ============= Linux Server 7.1.9 (1)HD300 (1) HD200 (1) HD100 (2) PC Clients Intel Xeon L? 32Gb CetonTV cable card /FIOS |
#7
|
|||
|
|||
Can Mr D, or someone, else, you tell me more about a Linux SageTV setup with SageDCT on a Windows VM? I too have set up a Linux (CentOS 5) SageTV server and have it up and running with an HD Homerun (not Prime). Tuning/recording my local non encrypted channels through it is working. I'm now trying to set up an HDHomerun prime using DCT on a Windows 7 64 bit VM. Not sure how to proceed next though to get the Linux server so see the Prime. Is SageDCT the only thing I should need on the Windows VM? How do I configure the recording directories so the SageTV servers sees the SageDCT/Prime output? I'd appreciate any feedback on how this is done. Thank you.
|
#8
|
|||
|
|||
I use Window 7 64 Ultimate because I use NFS (and only Ultimate has NFS support grrrrrr)
Using OmniOS / Nappit I created a 750GB nfs share for a recording filesystem. On the SageTV linux server I mount the recording filesystem using nfs on /export/pvr/sagetv and tell Sage to use that as a recording directory. On the Windows server I use "mklink /d" to create a directory link to the same nfs filesystem at c:\export\pvr\sagetv. c:\export\pvr is a regular path "sagetv" is the nfs link. Both servers see the same filesystem using the same directory path! When SageTV tells SageDCT to record it gives the filepath /export/pvr/sagetv/someshow.ext which gets recorded at c:\export\pvr\sagetv\someshow.ext I do *NOT* use "replacepath" in the SageDCT config
__________________
[size=1]-MrD ============= Linux Server 7.1.9 (1)HD300 (1) HD200 (1) HD100 (2) PC Clients Intel Xeon L? 32Gb CetonTV cable card /FIOS |
#9
|
|||
|
|||
Thanks for the quick reply MrD. So if I understand correctly, the path on both systems needs to be exactly the same for SageDCT to work. Is there not a way to do the same thing through Samba rather than having to use NFS, which as you say is only available with Windows 7 Ultimate?
|
#10
|
|||
|
|||
samba might work i did not try it, but i would use a link instead of unc path. as soon as you go unc path between linux and windows it gets ugly.
i think the key is keeping the differences as little as possible between systems. at one point i was going to implement a proxy around sagedct to translate the pathing but by using nfs, mklink, and same directory paths it just worked so i did not need to go down that path.
__________________
[size=1]-MrD ============= Linux Server 7.1.9 (1)HD300 (1) HD200 (1) HD100 (2) PC Clients Intel Xeon L? 32Gb CetonTV cable card /FIOS |
#11
|
|||
|
|||
also replace path likely lets you alter the path. i seem to remember it is used to strip off the unc part but i do not believe i got it to work or i was using it the wrong way. i'm used to reading the code to figure these things out but no code is available
__________________
[size=1]-MrD ============= Linux Server 7.1.9 (1)HD300 (1) HD200 (1) HD100 (2) PC Clients Intel Xeon L? 32Gb CetonTV cable card /FIOS |
#12
|
|||
|
|||
Perhaps this applies: http://forums.sagetv.com/forums/show...78&postcount=5
__________________
Running SageTV on unRAID via Docker Tuning handled by HDHR3-6CC-3X2 using OpenDCT |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
FCC and cable card...again... | panteragstk | General Discussion | 1 | 07-13-2010 12:25 PM |
Cable Card Support | ikarus79m | General Discussion | 45 | 01-18-2007 07:02 AM |
ETA on Cable/Sat HD Card | mkelly4ca | Hardware Support | 2 | 11-04-2006 05:14 PM |
HDTV card and Cable Box. | broderp | Hardware Support | 6 | 03-02-2006 10:02 AM |
MCE with cable card option | kny3twalker | General Discussion | 13 | 01-10-2005 11:13 AM |