![]() |
|
|||||||
| 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 |
|
#21
|
|||
|
|||
|
Quote:
V9 does not work for me with Gemstone on Windows Home Server. It fails with Phoenix dependencies every time. V7 installs without issue. So something is different in the Windows Domain.
__________________
Server: Tranquil T7 Intel Atom D330, 2GB RAM, Windows Home Server, Sage TV 7.1.9 (Last version ever ), 2 HDHomeruns tuning 4 OTA channels, Sony 32EX490 Bravia LCDClients: 3 HD300s, 2 HD200s, 1 PS3 |
|
#22
|
|||
|
|||
|
Quote:
How good is the Android Mini Client on Nvidia Shield with Gemstone Movie views for example? Is it slow? Definitely need to think about a better extender experience going forward as my HD units have been 'hammered'
__________________
Server: Tranquil T7 Intel Atom D330, 2GB RAM, Windows Home Server, Sage TV 7.1.9 (Last version ever ), 2 HDHomeruns tuning 4 OTA channels, Sony 32EX490 Bravia LCDClients: 3 HD300s, 2 HD200s, 1 PS3 |
|
#23
|
||||
|
||||
|
Quote:
You an also take it for a spin on your Android Phone/Tablet if you want. There is a chart that I created to compare the MiniClient with HD300 and full client, etc. https://github.com/OpenSageTV/sagetv-miniclient/wiki
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
|
#24
|
||||
|
||||
|
That must be a WHS issue, because v9 works fine with Gemstone and Phoenix on Win7.
__________________
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 |
|
#25
|
|||
|
|||
|
yes Fuzzy it is WHS. I have a windows 7 version running without issue.
The crazy thing is that V7 and V9 have this plug-in issue with the phoenix dependencies that Gemstone uses. But only on WHS. This is my core platform (low energy PC) with integrated Blu-ray/DVD extraction mechanism for my Movies Wall so I really don't want to lose it!
__________________
Server: Tranquil T7 Intel Atom D330, 2GB RAM, Windows Home Server, Sage TV 7.1.9 (Last version ever ), 2 HDHomeruns tuning 4 OTA channels, Sony 32EX490 Bravia LCDClients: 3 HD300s, 2 HD200s, 1 PS3 |
|
#26
|
|||
|
|||
|
Quote:
__________________
Server: Tranquil T7 Intel Atom D330, 2GB RAM, Windows Home Server, Sage TV 7.1.9 (Last version ever ), 2 HDHomeruns tuning 4 OTA channels, Sony 32EX490 Bravia LCDClients: 3 HD300s, 2 HD200s, 1 PS3 |
|
#27
|
||||
|
||||
|
Quote:
but on the other hand. . . I should do some reading b/c I would think there should be more simple way via the Java side (as in a 64Bit->32Bit translation for JNI). . . i would think that there's plenty of projects out there that have the same issue. . .
__________________
AMD Ryzen 9 3900XT 12 Core+HT, 64GB DDR5, GeForce 1060, MSI Prestige x570 Creation Mobo, SIIG 4 port Serial PCIe Card, Win10, 1TB M.2 SSD OS HDD, 1 URay HDMI Network Encoder, 3 HD-PVR, 4 DirecTV STB serial tuned |
|
#28
|
||||
|
||||
|
well damn. . .
my server at home actually doesn't have virtualization in the bios. . . (it's older, circa 2008). that means, no linux vm. . . unless i upgrade the bios (assuming that's possible) so that means at least for now using sagetv on windows 7 x64 via a linux vm out for me anyway (assuming I could get multiple hd-pvrs to work with serial tuning on linux which i'm not sure I could). . . <cries> i really want 64bit. . . not being able to run more than 2 extenders is killing me. . .litterally
__________________
AMD Ryzen 9 3900XT 12 Core+HT, 64GB DDR5, GeForce 1060, MSI Prestige x570 Creation Mobo, SIIG 4 port Serial PCIe Card, Win10, 1TB M.2 SSD OS HDD, 1 URay HDMI Network Encoder, 3 HD-PVR, 4 DirecTV STB serial tuned |
|
#29
|
||||
|
||||
|
i did do some further reading. . and pretty much the only way around the JNI / Win32 limitations (without rewriting the native code and rewriting some parts of the java code) is to create a out-of-proc 64bit COM server lib, that you'd then link into sage, and the given 64bit com server would then call the win32 apis. . . this would work. . but it's likely to be slow and sense the main part of the native code that would be sensitive to that would be the tuners. . . i'm not sure that it's a great way to go. . .
<cries more>
__________________
AMD Ryzen 9 3900XT 12 Core+HT, 64GB DDR5, GeForce 1060, MSI Prestige x570 Creation Mobo, SIIG 4 port Serial PCIe Card, Win10, 1TB M.2 SSD OS HDD, 1 URay HDMI Network Encoder, 3 HD-PVR, 4 DirecTV STB serial tuned Last edited by sdsean; 06-14-2016 at 11:55 AM. Reason: update |
|
#30
|
|||
|
|||
|
Fuzzy mentioned earlier in this thread about the option to run SageTV on the Windows server as a network tuner and have the server clients connect to on a Linux VM or physical server. I haven't tried this yet, but that's next on my list when I have some time to tinker. I did manage to get a 64 bit version of SageTV on a Linux VM, (pretty easy thanks to the documentation others have done), and connect to it, but ran out of time to test network tuning. I'm also concerned about performance as I was getting dismal (in my view) write speeds to my storage, (on the host OS even) and am worried about further impacts if the input and playback streams are also going along that same network path. With just a write test I was getting around 31MB/s.
__________________
Home Network: https://karylstein.com/technology.html |
|
#31
|
||||
|
||||
|
Well I kinda figured the performance would stink although that also depends greatly on what your true hardware is. . .
But like I said, I'd either have to buy new hardware. . in which case may as well just build a linux server. . . or I'd have to upgrade my bios. . .which is risky and may not matter. . . So. . .yeah I guess I'll wait to see what you might come up with using sage itself as a windows tuner and basically chaining the servers (which I do like as an option). . . I'm still surprised though I can't run more than 2 extenders. . . . I suspect it's phoneix/fan art plugins using up the extra memory. . . and maybe if i dump those I could get 3 working. . .
__________________
AMD Ryzen 9 3900XT 12 Core+HT, 64GB DDR5, GeForce 1060, MSI Prestige x570 Creation Mobo, SIIG 4 port Serial PCIe Card, Win10, 1TB M.2 SSD OS HDD, 1 URay HDMI Network Encoder, 3 HD-PVR, 4 DirecTV STB serial tuned |
|
#32
|
||||
|
||||
|
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 |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| migrating/upgrading from Sagetv on Mac to Sagetv on Linux | localfilmmaker | SageTV Linux | 8 | 05-07-2012 12:17 PM |
| Close to building a Linux SageTV Computer, which Linux distribution is best? | davephan | SageTV Linux | 8 | 02-24-2011 06:57 PM |
| Can SageTV Linux use same plugins as SageTV XP Windows? | TechBill | SageTV Linux | 3 | 10-02-2007 12:59 AM |
| SageTV for Linux (OEM) Now Available | dkardatzke | Announcements | 0 | 01-04-2006 04:46 PM |