|
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 |
#81
|
||||
|
||||
WMC uses EPG123 software (with Schedules Direct) for guide service. Would there be a way to use it, or at least study what it's doing somehow?
|
#82
|
|||
|
|||
Quote:
WE can get the guide XML no problem the problem is finding good Sage XMLTV Plugin documentation in this forum to get the guide data into SageTV.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#83
|
||||
|
||||
I set up my Prime tuners on a Windows testbed as generic pipes and it works fine, so I then tried to set up a Prime tuner like this on my UnRaid SageTV setup. OpenDCT is running as a docker as set up by Fuzzy. I'm getting these errors though:
Quote:
Quote:
Quote:
__________________
----- AMD Ryzen 5 3600, B450 m/b, 32Gig, lots of disks, Unraid, 2x HDPVR2 tuners, HDHomeRun Prime, HDHomeRun HDHR4 OTA, Windows Live Tuner, SageTV docker, OpenDCT docker, Win8.1 VM, EventGhost |
#84
|
|||
|
|||
Sage and Opendct on docker is out of my league.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#85
|
|||
|
|||
One thing if setting up an OTA connect as pipe ... you have to remap the channels in SageTV example below
SageTV Channels 2-1 The physical channel has to be changed to 2.1 SageTV Channels 6-1 The physical channel has to be changed to 6.1 This has to be done for each Channel ...
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#86
|
|||
|
|||
Quote:
Quote:
Also what that v after/auto/ about? |
#87
|
||||
|
||||
Quote:
I think the context that the OpenDCT process is running in doesn't see ffmpeg in it's path. I'm going to try checking the path and putting it where hopefully it can be found.
__________________
----- AMD Ryzen 5 3600, B450 m/b, 32Gig, lots of disks, Unraid, 2x HDPVR2 tuners, HDHomeRun Prime, HDHomeRun HDHR4 OTA, Windows Live Tuner, SageTV docker, OpenDCT docker, Win8.1 VM, EventGhost |
#88
|
|||
|
|||
I see. I would probably try something inelegant and brutish like finding the physical folder that the docker is using for opendct and copy my ffmpeg folder there. My command would then use ffmpeg from that folder.
I dont know much about unraid though... I am curious about how you have your windows live tuners set up. Do you use an xbox? Last edited by boukmandutty; 10-28-2021 at 10:10 AM. |
#89
|
||||
|
||||
Quote:
For my Windows Live Tuners, I was using WMC running on PC's but I've moved away from it. For now I'm testing the HDHomeRun View app on one PC, and running the Spectrum Web viewer on another PC. Both use brute force methods with AutoIt moving the mouse and simulating keystrokes, and I have both working fairly well. But it looks like Spectrum is going to kill off CableCard support which will also kill WMC/HDHR View use with the Prime, so I'm focusing on the web version since all it needs is a web browser.
__________________
----- AMD Ryzen 5 3600, B450 m/b, 32Gig, lots of disks, Unraid, 2x HDPVR2 tuners, HDHomeRun Prime, HDHomeRun HDHR4 OTA, Windows Live Tuner, SageTV docker, OpenDCT docker, Win8.1 VM, EventGhost |
#90
|
|||
|
|||
I used to mess around with the hdhomerun app back when I had cable. Used a Nvidia shield and adb commands to open and tune channels. It wasn't the most reliable because the app was so poorly designed in my limited opinion. You had to issue a kill command and the end of every recording session and again before you tuned a channel.
|
#91
|
|||
|
|||
Quote:
|
#92
|
||||
|
||||
Yeah, I switched to Windows.
I tried about every folder to no avail, and because of the Java container issues I starting setting up a Win10 system. I have my HDHR Prime tuners running through ffmpeg now and they work great. I haven't tried Pluto yet but I will soon when I get caught up on other things.
__________________
----- AMD Ryzen 5 3600, B450 m/b, 32Gig, lots of disks, Unraid, 2x HDPVR2 tuners, HDHomeRun Prime, HDHomeRun HDHR4 OTA, Windows Live Tuner, SageTV docker, OpenDCT docker, Win8.1 VM, EventGhost |
#93
|
|||
|
|||
I was testing out the docker today on a nas and had to give up. I wonder if there is some trick to get the containers to communicate with each other?
|
#94
|
||||
|
||||
Quote:
For me, on my SageTV docker I'm stuck at v9.2.2.68 running Java 7, since I want to use SageAlerts. I was on Java 8 but an update broke the docker, and if I go to say Java 11 then SageAlerts breaks. On v9.2.2 I can't use any of the new things that Josh has been working on, so I set up the Win10 box and it works just fine with the latest version of SageTV. I'm just using it now as a network tuner but I will probably be moving soon completely off the docker. I've also had issues with my Windows VM's but I may try this in a VM also one more time.
__________________
----- AMD Ryzen 5 3600, B450 m/b, 32Gig, lots of disks, Unraid, 2x HDPVR2 tuners, HDHomeRun Prime, HDHomeRun HDHR4 OTA, Windows Live Tuner, SageTV docker, OpenDCT docker, Win8.1 VM, EventGhost |
#95
|
|||
|
|||
This version of the opendct docker seems to have ffmpeg baked into it. The problem is that I cant seem to get it to install properly. It install and runs for one minute then crashes with errors.
https://hub.docker.com/r/brbjr1/opendct_ffmpeg |
#96
|
||||
|
||||
Quote:
__________________
----- AMD Ryzen 5 3600, B450 m/b, 32Gig, lots of disks, Unraid, 2x HDPVR2 tuners, HDHomeRun Prime, HDHomeRun HDHR4 OTA, Windows Live Tuner, SageTV docker, OpenDCT docker, Win8.1 VM, EventGhost |
#97
|
|||
|
|||
Zogg, How goes it man?
I got bored and decided to mess around and figured out a way to get ffmpeg into an existing, isntalled opendct container. As usual my method is crude given my lack of expertise. The trick is to get the binary version inserted into the container. You have to get into the terminal for the opendct container. (I dont know how to do it with UNRAID. I have only been messing around to see how sagetv would work on a synology nas via docker. I think I will try this UNRAID thing over the holidays.) Once you are able to get into the terminal for the opendct container download, extract and, rename if you like the binary version of ffmpeg as described here: https://www.johnvansickle.com/ffmpeg/faq/ If you are unable to extract it from the terminal, then download it and save it to one of the folders you mapped for opendct . After that you should now be able to access the ffmpeg binary from the opendct container terminal (Awkward naming I know. But I dont know what to call it). Move it to /usr/lbin/ You can test it with the following for example : Quote:
My line in the opendct config file looks like this: Quote:
Last edited by boukmandutty; 12-19-2021 at 12:40 AM. |
#98
|
||||
|
||||
Quote:
__________________
----- AMD Ryzen 5 3600, B450 m/b, 32Gig, lots of disks, Unraid, 2x HDPVR2 tuners, HDHomeRun Prime, HDHomeRun HDHR4 OTA, Windows Live Tuner, SageTV docker, OpenDCT docker, Win8.1 VM, EventGhost |
#99
|
|||
|
|||
need help with streaming executable
I am trying to get the Uray encoder working via OPEN DCT and stalled on getting the streaming executable right. ( I am obviously not a coder! but have worked my way through a number of challenges to construct an excellent Sage system...) I am using Windows 10 64bit w latest Sage version. I have the encoder working on my network and can playback via the address it's set to using VLC etc. I am probably close! thanks all
|
#100
|
|||
|
|||
actually I may have been looking at the wrong network encoder - I should probably be using the generic one not the 'pipe' since there's a URL for streaming I can point to.... I'l try that.
|
Tags |
executable, script, streaming |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
USB Capture Device? | Skybolt | Hardware Support | 5 | 05-07-2013 07:00 PM |
HVR-1600 Capture Device? | m0ng00se30 | Hardware Support | 10 | 04-28-2007 10:24 AM |
Using Motorola Tuner device for capture device | cyberfreak | Hardware Support | 4 | 02-22-2007 02:47 PM |
No AV Capture Device | jaelanicu | SageTV Recorder Software | 5 | 08-03-2006 02:02 AM |
Video Capture Device - Not Available | crashdude | Hardware Support | 2 | 03-15-2004 12:14 PM |