Multiuser DVR (Replace TiVos)

I tried to install a DVR Docker on my synology ... in the registry I downloaded the image set the port started the container but I cannot access it. I guess I am missing a step. I am new to docker.

You set the port mapping wrong. You have 9089 going to 80. Instead, set 9089 to go to 8089. Port 80 is not used.

3 Likes

Thanks for your help much appreciated that was it.

Login appears to time out.... on the internal docker ip.

1 Like

Most likely it's running on the docker bridge network, see my post and tmm1's reply here

In my case I had to change the url it gave me
from
http://172.17.0.2:8089/auth/confirm?code=<redacted>
to
http://192.168.1.3:8189/auth/confirm?code=<redacted>

2 Likes

Thanks that was it.

Thanks everyone for taking the time to assist me... much appreciated.

4 Likes

Using Docker can I do the same (2 DVRs) on a Mac mini M1?

Docker is working but is there a way to tell it to record to a Shared folder on the NAS ? .. so the Recordings can be accessed by other APPS.

Edit figured it out you can add the path and mnt it when you create the container.

1 Like

Why are my Synology Dockers showing the wrong time ... Timezone
UTC ... Yet the DVR on the same synology no docker is showing Timezone
PDT ?

Have you passed the container your time zone?

… -e TZ=America/Los_Angeles …, for example?

1 Like

on docker run command line
--env TZ=America/Los_Angeles
or using Synology Docker to edit
Capture

2 Likes

Thanks guys that was it. Have to keep adding to my notes.

1 Like

Know what you mean. If you don't work with it everyday and are a newb, a lot to learn.
Besides @tmm1 and @racameron, nobody helped me when I learned Docker was more than just a brand of pants. Channels DVR on docker

Everyone has been great in this community with all kinds of assistance. I for one could not have moved forward without the help.

2 Likes

Right now in beta are TV/Movie Collections. When they are fully deployed over the next few months, I am planning on using them to separate content for different groups in our household (including ones we watch together). It might be a bit more manual than having separate DVR's, but will allow everything to be managed in one place. You can already do this with channels themselves, so it will just be a matter of applying the right filters to each device.

1 Like

A post was split to a new topic: Pluto Live TV fails with Playback Filed error

I accidently added a Tuner that I plan on retiring from my Docker is there a command I can issue to remove it ?

Click the trash can next to the source on the web ui?

That removes the Provider but the tuner is still there .. I thought there was a curl command but I searched and cannot find it.

What tuner are you talking about, an HDHR?
If so that will always appear as a source because the DVR sees its broadcasts.
It won't be used if you remove the provider from it.

If a physical HDHR tuner is detected while the DVR is running, it will appear in the list. As long as you don't assign guide data to that tuner, Channels will ignore it. The only way to ensure the tuner does not appear in the DVR is to physically disconnect it from your network, then restart the DVR server.