Search found 674 matches

by demonrik
Sun Oct 23, 2022 7:36 am
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 211764

Re: unofficial Docker Container for Record Engine

Posted over in parent forum https://forum.silicondust.com/forum/viewtopic.php?t=77403 that beta link is broken. This highlights an issue with the scripts. Should recognize a 0 file size and only update if the download is valid. Will work on a fix. For now do not restart if you use beta engines, or s...
by demonrik
Mon Oct 17, 2022 9:00 am
Forum: Downloads & Instructions
Topic: Synology SPK for DVR Record Engine
Replies: 661
Views: 457297

Re: Synology SPK for DVR Record Engine

And finally - just reminder - the SPKs are EOL for the last year - so I've no idea if the 2022 updates to DSM6 introduced something So would your recommendation be to go with the Docker image instead? If you have an x86 Synology - absolutely recommended .. Docker is fully supported by Synology and ...
by demonrik
Sun Oct 16, 2022 3:06 pm
Forum: Downloads & Instructions
Topic: Synology SPK for DVR Record Engine
Replies: 661
Views: 457297

Re: Synology SPK for DVR Record Engine

Odd situation today. Running 1.1.0 on DSM 6. Haven't changed the config in a while, everything just ran like it should. Until today. Football game was set to record and I had planned to timeshift it. Little red dot was showing up in the UI and everything normal. Sit down to watch it... no recording...
by demonrik
Mon Sep 19, 2022 2:10 am
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 211764

Re: unofficial Docker Container for Record Engine

i read some of these details but am not very familiar with linux. i pulled the command runs and the docker script and command pull command . the script was just the raw data from the page. do I save that as a docker.??? and do i need a specific extension for it like .bin or something? i am trying t...
by demonrik
Mon Sep 19, 2022 2:06 am
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 211764

Re: unofficial Docker Container for Record Engine

I cannot say if you have such configured to properly check for betas (or even if the docker has such "option" but have seen it saying it will check such from other posts) You can check for latest beta with the container. Set Beta engine to 1 (0 is off) the UI manager or edit the dvr.conf ...
by demonrik
Tue Aug 30, 2022 4:09 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 211764

Re: unofficial Docker Container for Record Engine

I honestly don't know what the web station option does or means - is unique to Synology.. It defaults to 59090 since 59090 is published in the container. Web Station let's you use virtual host names you make up to point to whatever internal website you have running. For example, rather than having ...
by demonrik
Sun Aug 28, 2022 1:19 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 211764

Re: unofficial Docker Container for Record Engine

Ah I didn't realize there was a guide. The guide wasn't published when you started - I just happened to finish it the night before and was waiting to press the publish button. Just happy co-incidence :) I was thinking I probably should not have just edited the existing container. This morning I cre...
by demonrik
Sat Aug 27, 2022 1:31 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 211764

Re: unofficial Docker Container for Record Engine

I just changed from the "unsupported" implementation to this. I have the container running and it seems to work although I don't completely understand it all yet. I created 2 volumes for the container in my Synology container configuration. https://snz04pap002files.storage.live.com/y4m0GC...
by demonrik
Wed Aug 17, 2022 10:16 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 211764

Re: unofficial Docker Container for Record Engine

If you add with 'docker run' then I believe (could be wrong) the docker UI (dockerMan) in unraid doesn't have an XML template file created for the docker and it won't allow you to manage it. CA does have a default template there you can add from - but you'ld need to add the DVRUI_PORT, PGID, PUID a...
by demonrik
Tue Aug 16, 2022 10:51 am
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 211764

Re: unofficial Docker Container for Record Engine

If you edit the container - what is the entry you have for Repository ? If it's a tag with just one version - you will get that indicator because it can't find signatures to compare. For example - if I use demonrik/hdhrdvr-docker:0.2.1 I will see what you see because there is no update to the 0.2.1...
by demonrik
Mon Aug 15, 2022 8:29 am
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 211764

Re: unofficial Docker Container for Record Engine

Thank you for your continued work on this! It works for my Unraid server ?!? I don't think I've done anything specific for it. Make sure you are using 'latest' and not a specific version Generally takes a day or so for the docker subsystem tab to identify that an update was pushed and it shows an u...
by demonrik
Sun Aug 14, 2022 6:25 am
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 211764

Re: unofficial Docker Container for Record Engine

NEW VERSION Latest version pushed to DockerHub along with a tag for 0.2.2 This release fixes an issue when I removed the RunAs from the configuration files it prevented updating anything else in the configuration file. Now fixed. To get this to update on my Unraid build, I remove then reinstall it ...
by demonrik
Fri Aug 12, 2022 10:39 am
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 211764

Re: unofficial Docker Container for Record Engine

NEW VERSION
Latest version pushed to DockerHub along with a tag for 0.2.2

This release fixes an issue when I removed the RunAs from the configuration files it prevented updating anything else in the configuration file.
Now fixed.
by demonrik
Sat Aug 06, 2022 2:01 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 211764

Re: unofficial Docker Container for Record Engine

Created a small guide for QNAP users to move from QPKG to Container https://github.com/demonrik/HDHR-DVR-docker I'll try and add the Portainer, Unraid and Asustor info up there soon. Synology - sorry.. you're kinda on your own, but if someone wants to write one up and send to me, happy to publish an...
by demonrik
Sat Aug 06, 2022 1:30 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 211764

Re: unofficial Docker Container for Record Engine

NEW VERSION Latest version pushed to DockerHub along with a tag for 0.2.1 This release will allow you to choose a PUID and PGID that already exist in the container, removing the constraint if the container has existing users or group IDs like 100, etc. and thus you can ensure that the user matches ...