|
SageTV for unRAID/Docker Discussion related to SageTV for unRAID/Docker. Questions, issues, problems, suggestions, etc. relating to SageTV for unRAID/Docker should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#41
|
|||
|
|||
Quote:
I could run it from within the console as ./bin/ffmpeg
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page |
#42
|
||||
|
||||
Quote:
INFO | jvm 1 | 2022/01/19 23:02:42.714 | 23:02:42.687 [SageTVRequestHandler-167: NoVirtualDevice > 13120FB9_0] ERROR SageTVRequestHandler - SageTV requested the tuner '13120FB9_0 HDMI' and it does not exist at this time. Later it says that the device is ready. I have this working on a Win10 instance of opendct, and I don't get this error message. I've been assuming I get the error because opendct can't find ffmpeg, but I've tried all sorts of paths with no luck, so I'm beginning to think it's something else.
__________________
----- 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 |
#43
|
|||
|
|||
Quote:
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page |
#44
|
||||
|
||||
I followed the instructions for the Generic HTTP device and named pipe and have checked them several times. The current device is
Code:
sagetv.device.-660350269.streaming_executable=../../../bin/ffmpeg -i http\://192.168.1.107\:5004/auto/v%c% -f mpegts -codec\:v copy -codec\:a copy - Code:
sagetv.device.-660351818.streaming_executable=c\:\\\\ffmpeg\\bin\\ffmpeg.exe -i http\://192.168.1.107\:5004/auto/v%c% -f mpegts -codec\:v copy -codec\:a copy - If you have any ideas that would be great, but I know this may be an OpenDCT problem and not a docker problem. I've pretty much resigned myself to using a standalone Win10 system to serve up my HDPVR2's along with a temporary instance of OpenDCT, and I can just make that permanent. Was just hoping to consolidate if possible.
__________________
----- 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 |
#45
|
||||
|
||||
Ken, I finally figured it out! I just put copies of ffmpeg in every folder resembling 'bin', double checked all the other settings, and now it works! Thanks for looking at this for me though, that prompted me to spend a few hours on it.
__________________
----- 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 |
#46
|
|||
|
|||
Quote:
K
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page |
#47
|
||||
|
||||
Quote:
I did also rename the tuners, which caused OpenDCT to add a new set of tuner devices, so maybe that fixed something that was wrong, although I have compared all the values and they are the same.
__________________
----- 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 |
#48
|
||||
|
||||
Quote:
https://www.johnvansickle.com/ffmpeg/faq/ The one that was already there in the container by default did not work. I use this version of the opendct docker on that machine: https://registry.hub.docker.com/r/00madz/opendct/ You can check your paths to see what they are and put the binary in any of them (I think): Quote:
Quote:
Quote:
Last edited by boukmandutty; 01-21-2022 at 08:43 PM. |
#49
|
||||
|
||||
Quote:
I'm not really sure why the generic pipe tuners started working, but when I renamed them on a lark OpenDCT created all new device entries and I think that had something to do with it. I had tried all those paths previously in my old OpenDCT docker but they didn't work, so I'm just glad it's finally working.
__________________
----- 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 |
#50
|
|||
|
|||
Quote:
I need to update my ffmpeg it seems. I should just get the docker and copy the one there to my linux system. |
#51
|
|||
|
|||
@jusjoken First thanks for all the great work. I have a request. I'm in the process of working on getting PlutoTV native to SageTV using the OpenDCT with streamlink. Is it possible to to change the docker for OpenDCT to use a more updated version of Ubuntu? Currently it is using FROM ubuntu:16.04 which is outdated and not supported. To get streamlink to work it requires python 3.6 or higher which would require compiling its source....a task that is not taken lightly.
FYI currently I have Streamlink with OpenDCT working perfectly on SageTV with the combined docker with SageTV server as it use Ubuntu 20. Also since streamlink is being used there are also no lockups with commercials. Guide data that is being used is the docker that was created for ChannelsDVR. With my updated XMLTV plugin and a small bash script OpenDCT can tune all PlutoTV channels with no issues and have guide data. Last edited by hvymetal; 01-25-2022 at 08:56 AM. |
#52
|
|||
|
|||
Quote:
K
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page |
#53
|
|||
|
|||
Quote:
### 2.0.4 - ODCT - now uses ubuntu 20.04 - ODCT - removed changing properties to force media server as that is the default anyway K
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page |
#54
|
|||
|
|||
Is there a way get cron service in the OpenDCT docker starts. Cron is installed but for life of me to get it start when the docker starts
|
#55
|
|||
|
|||
Quote:
systemctl enable --now cron K
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page |
#56
|
|||
|
|||
Quote:
Code:
root@c8132ee9cd84:/# systemctl enable --now cron Synchronizing state of cron.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable cron System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down root@c8132ee9cd84:/# |
#57
|
|||
|
|||
Quote:
Code:
##Remove /opt/opendct/console-only sed -i '/\/opt\/opendct\/console-only/d' /usr/bin/install-opendct.sh ##Remove cron -f -l 2 & #In case it was already added sed -i '/cron -f -l 2 &/d' /usr/bin/install-opendct.sh ##Insert line cron -f -l 2 & echo 'cron -f -l 2 &' >> /usr/bin/install-opendct.sh ##Insert line /opt/opendct/console-only echo '/opt/opendct/console-only' >> /usr/bin/install-opendct.sh Last edited by hvymetal; 01-27-2022 at 11:16 PM. |
#58
|
|||
|
|||
Quote:
K
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page |
#59
|
|||
|
|||
With stuckless docker it allows for the bash script sagetv-user-script.sh in the server directory. It executes before the start of of the SageTV server.
|
#60
|
|||
|
|||
Quote:
__________________
Server: MSI Z270 SLI Plus ATX Motherboard, Intel i7-7700T CPU, 32GB Memory, Unraid 6.11.5, sagetvopen-sagetv-server-opendct-java11 Docker (version 2.0.7) Tuners: 2 x SiliconDust HDHomeRun Prime Cable TV Tuners, SiliconDust HDHomeRun CONNECT 4K OTA Tuner Clients: Multiple HD300 Extenders, Multiple Fire TV Stick 4K Max w/MiniClient Miscellaneous: Multiple Sony RM-VLZ620 Universal Remote Controls |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Running multiple SageTV dockers on one server | wayner | SageTV for unRAID/Docker | 4 | 12-26-2021 10:04 AM |
New dockers for Java 9 and 10 | wayner | SageTV for unRAID/Docker | 1 | 09-02-2019 05:29 AM |
What other dockers are you using? | wayner | SageTV for unRAID/Docker | 11 | 02-25-2018 02:08 PM |
250gb SSD cache big enough for sage, dockers, VMs? Pool? | btrcp2000 | SageTV for unRAID/Docker | 2 | 08-13-2017 11:57 AM |
Can you run multiple SageTV Dockers on one unRAID server? | wayner | SageTV for unRAID/Docker | 5 | 06-20-2017 10:16 PM |