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'
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.)
Doe not work. 404
Stil not working did you test it ?
Yes, twice, including from a private/incognito tab.
The link works.
Regardless, ...
To the OP: did you specify the tve tag when creating your container?
What TVE tag?
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.)
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.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.