Required fancybits/channels-dvr:tve docker container

Created Channels-DVR docker container.
Try to add source, received this warning:
The TVE feature requires the fancybits/channels-dvr:tve docker container

When I search docker hub I can't find the 'tve docker container'

See this post further down in the thread:

(Edit 1: Fixed link: missing trailing /.
Edit 2: Reference post below.)

1 Like

Doe not work. 404

1 Like

Stil not working did you test it ?

2 Likes

Yes, twice, including from a private/incognito tab.

The link works.

Wierd ....

1 Like

Regardless, ...

To the OP: did you specify the tve tag when creating your container?

1 Like

It doesn't. It's a 404.

Maybe you are looking for Docker

What TVE tag?

2 Likes

Don't know what to say, but it's working on my machine here, as I previously stated.

However, I'll pull the link.

When you create a container, an image may have different versions or variants, identified by a tag. For the Channels DVR image, there is a separate tagged image that includes TVE support. (I imagine the base image does not include such support to keep its size smaller.)

1 Like

Tags are the labels used to indicate which version of a Docker image you want to use. Most people default to latest as in fancybits/channels-dvr:latest since that pulls the latest version of the image. You need the tve tag, docker pull fancybits/channels-dvr:tve and when you use docker run you use fancybits/channels-dvr:tve.

Are you using docker compose or another application to manage your docker setup? If you can post the yaml file or the docker run command you are using then people can help you configure for the proper docker image to use.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.