|
SageTV Github Development Discussion related to SageTV Open Source Development. Use this forum for development topics about the Open Source versions of SageTV, hosted on Github. |
|
Thread Tools | Search this Thread | Display Modes |
#281
|
||||
|
||||
#282
|
|||
|
|||
I'm a long time user of Sage and lurker on the Forum, and happy that this community has helped me to tweak and massage my setup of an HDPVR, HDHR, HDHR Prime enough to enjoy nearly trouble-free recording for 2-3 years now. I've been dreading the day when some part of the server PC fails and I have to start over.
With this announcement, it seems that I'll no longer need to log on every few weeks or so to find out what people find as an acceptable replacement once things go bonkers, but rather to find out what happens with the prospect of an open source solution. What a great outcome! From my perspective, if in a year from now there is an open source version available that can easily be adopted by my not quite as willing to tinker family and friends, I will be a happy advocate and hope to convince a few to try it; if the cost is just hardware, that's great but not a deal breaker. If a new version is created that fixes a few issues and add some new features, that's OK too. But a plug and play version will be the bees knees.
__________________
Server: Intel i5-11400 @4.4GHz 6 cores Windows10 Pro, Sage 9.2.6.976, Comskip Donators Capture: Fubo/TVEverywhere/ChannelsDVR/OpenDCT_0.5.32_x86. Storage: 120gB SSD, 4tB HD on Server Network: gB Lan Playback: FireStick 4K miniclient Tech Level: Hobbyist Last edited by hb4; 03-16-2015 at 05:00 PM. |
#283
|
||||
|
||||
Quote:
Quote:
__________________
Jeffrey Kardatzke Founder of SageTV |
#284
|
|||
|
|||
Great News
Great to hear that our patience has paid off. Well those who've stuck with Sage anyway. Thanks Jeff. Can't wait to see where this heads.
|
#285
|
||||
|
||||
SageTV Open Source
Had just about given up hope and was looking at alternatives - but there aren't any really... this news made my day, week and month
Thanks Jeff
__________________
ZZMystique My setup: Server: SageTV v7, Intel i5, 8GB, 180GB SSD, 4TB HDD, Win7HP & (DVB Viewer Pro with DVB Viewer for SageTV using 2xTBS6281 DVB-T2). |
#286
|
||||
|
||||
I'll have to drive over and check that version out.. :-)
__________________
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 |
#287
|
||||
|
||||
If we are able to get miniclient ported over to some light weight hardware (RPi, for instance), I'd love to see the capability for local storage worked in, with syncing to that storage based on a per favorite settings (like Plex's Sync feature). Would be perfect for my RV, and if it works well, the back seat of my truck! I miss having placeshifter running in my truck for the kids - but when I got a new vehicle, the old system didn't get ported in due to waning SageTV commitment.
__________________
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 |
#288
|
||||
|
||||
I'm not sure the move to 64-bit is entirely required - that may actually break a lot of direct hardware interaction done in the server instance (like many natively supported tuners). Breaking the process into it's tasks might actually make more sense, and be much more scalable.
1 - A separate process for the scheduler, that handles metadata, recording assets, conversion, and the media store. 2 - Each tuner could be managed by its own process (an expansion of the existing network encoder system). If each network encoder could handle it's own channel list and capabilities, and report that to the server in an autodiscovery system, this would be ideal - and would make future sources much more capable, and even allow a separate process that is entirely not-java to be used for this part. Could be made to work for non-linear sources as well. (This would ultimately be a rebirth/evolution of the old SageTVRecorder software) 3 - Each 'UI' is run as it's own process. Obviously, this is already the case for server's built-in client instance, and for pc clients - but currently all miniclient UI's are handled in the same process as the server, which is the real source of heap shortages. If when a miniclient requests connection from the server, it launches it's own UI handler process, this would eliminate that load on the heap. overall, this might lead to an overall increase in memory footprint, as resources couldn't be shared between extenders, for instance - but the experience may be greatly improved by separating the processes out - and memory is cheap.
__________________
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; 03-17-2015 at 03:27 AM. |
#289
|
|||
|
|||
Quote:
__________________
"Keep your goals away from the trolls" |
#290
|
||||
|
||||
That's only if the move to 64 bit wouldn't break the interface with the drivers. You would most likely lose the capability of using directshow (64 bit apps can only access 64 bit directshow graphs, where there is far less codec support), so this would only really work for the service mode anyway, so now you're looking at compiling two ways, one for the service executable, and staying 32-bit for the local UI.
__________________
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; 03-17-2015 at 08:45 AM. |
#291
|
|||
|
|||
I still use nVidia DualTV tuners in PCI slots and have no idea if those require 32-bit or will work in 64-bit. I use a 32-bit version of Windows 7 so I didn't have to worry about it. It's not like my Sage Server needs more than 4GB RAM.
|
#292
|
||||
|
||||
The greatest thing, is that if we get enough momentum behind this, the 'network encoder' interface, which is really incredible simple, could be actually moved into the tuners themselves. SiliconDust could very easily add the interface system directly into an HDHomeRun for instance, so it would basically just auto-discover for the server. If we write up a proper network API document for it, then it could actually be something they (the hardware manufacturers) just write for, and we no longer have to even deal with 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 |
#293
|
|||
|
|||
64-bit would do well on Linux...
__________________
Running SageTV on unRAID via Docker Tuning handled by HDHR3-6CC-3X2 using OpenDCT |
#294
|
||||
|
||||
Looks like it's respond to Fuzzy's post day.
Quote:
Quote:
Quote:
__________________
Jeffrey Kardatzke Founder of SageTV |
#295
|
|||
|
|||
In my first post in this thread, I said my favorite thing was seeing all of the "old faces" coming back. My NEW favorite thing is all of Jeff's posts revealing "behind the scenes" info about stuff we've all wondered about for years. Heck, I don't even know anything about half of what he's talking about, but I still find it fascinating.
__________________
Server: AMD Athlon II x4 635 2.9GHz, 8 Gb RAM, Win 10 x64, Java 8, Gigabit network Drives: Several TB of internal SATA and external USB drives, no NAS or RAID or such... Software: SageTV v9x64, stock STV with ADM. Tuners: 4 tuners via (2) HDHomeruns (100% OTA, DIY antennas in the attic). Clients: Several HD300s, HD200s, even an old HD100, all on wired LAN. Latest firmware for each. |
#296
|
|||
|
|||
Quote:
__________________
"Keep your goals away from the trolls" |
#297
|
||||
|
||||
Quote:
__________________
Server: Intel Core i5 760 Quad, Gigabyte GA-H57M-USB3, 4GB RAM, Gigabyte GeForce 210, 120GB SSD (OS), 1TB SATA, HD HomeRun. Extender: STP-HD300, Harmony 550 Remote, Netgear MCA1001 Ethernet over Coax. SageTV: SageTV Server 7.1.8 on Ubuntu Linux 11.04, SageTV Placeshifter for Mac 6.6.2, SageTV Client 7.0.15 for Windows, Linux Placeshifter 7.1.8 on Server and Client, Java 1.6. Plugins: Jetty, Nielm's Web Server, Mobile Web Interface. |
#298
|
||||
|
||||
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 |
#299
|
|||
|
|||
Quote:
__________________
Wayne Dunham |
#300
|
|||
|
|||
I am really interested in never having to worry about Java heap issues again - this is a big g problem for me as I have 9 extenders in my house HD200s and 300s plus a handful of 200s as spares). If this can be done without requiring 64 bit that would be all the better since I can keep using my existing server and can continue to use FireWire to change channels, assuming that you can still get a FireWire card for a modern PCS.
__________________
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 |
Tags |
open source |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SageTV Setup "Video Source Capture" Problem | Mandingo609 | Hardware Support | 6 | 01-04-2011 08:05 AM |
"Backdrops" "SageTV" "Covers" folders - what's creating them | mp328 | Sage My Movies | 4 | 09-20-2010 05:31 PM |
Can I use "Send To..." to open a file with another player? | horseflesh | SageMC Custom Interface | 0 | 12-23-2008 04:23 PM |
Any plan adding a ""unsupported" Closed Caption on the HD-100 in future update? | TechBill | SageTV Media Extender | 5 | 08-16-2008 08:58 AM |
Open "Browse - Video Menu" First | lambda379 | SageTV Studio | 2 | 09-02-2007 12:37 PM |