What channel is it?
I don't know if you have looked at the fubo tv project but the docker adjusts to your subscription.
I've got the essential plan. Fubo is encrypting channels so definitly goodto make change.
It's on the Golf Channel. I tried to start an ESPN channel.
This is amazing. Worked without issue. Use of noVNC is a great user experience. VOD worked great too. Doing everything with VLC; I'll add to channels later today to test there.
Running on ubuntu server 24.04 / latest docker / intel i7
I'm using Ubuntu 20.04 and was able to pull the image but I get an error when trying to run it. Any advice would help
I used Portainer and deployed this stack (compose):
version: '3.8'
services:
dvr-tuner1:
image: sunnyside1/directvtuner:latest
container_name: dvr-tuner1
ports:
- "7070:7070" # IPTV API
- "6080:6080" # noVNC web viewer
- "5900:5900" # VNC
- "9222:9222" # Chrome debugging
volumes:
- ./chrome-profile:/data/chrome-profile
- ./streams:/data/streams
restart: unless-stopped
That was it. I then accessed the site http://x.x.x.x:6080 and logged into DTV.
The error says 'docker run needs at least one argument' and 'command not found' I'm using this command
docker run -d
--name dvr-tuner
-p 7070:7070
-p 6080:6080
-p 9222:9222
-v ./chrome-profile:/data/chrome-profile
sunnyside1/directvtuner:latest
Try this (copy/paste):
docker run -d \
--name dvr-tuner \
-p 7070:7070 \
-p 6080:6080 \
-p 9222:9222 \
-v ./chrome-profile:/data/chrome-profile \
sunnyside1/directvtuner:latest
Wow that worked! Thanks a lot man
I didn't add it to channels yet as I wanted to get this out
I'm still enchantments let me know if there's something you want added
Not sure what fubo project but I use a docker and proxy over the playlist they have over the only channels missing is abc.
There seems to be an issue with some channels.
CNN: Audio out of sync, pausing and resume doesn't fix, stop and start doesn't fix.
The Paramount Network channel plays perfect as do most channels. Not sure if it is a channel issue to something else causing the issue. I'll keep testing.
Will this work on Mac with Docker?
The endpoint: http://x.x.x.x:7070/tve/directv/playlist.m3u does not work. The m3u returned is unable to play any of the channels.
Error:
VLC is unable to open the MRL 'http://x.x.x.x:7070/tve/directv/stream/419'. Check the log for details.
Using that I was able to login directv using no vnc, and also download the m3u. But nothing will play including the vod I'm using vlc
I'll check thanks mike for testing
I'll push a new updated fixed this and also added tv shows 
Has the update been pushed yet?
For the VOD endpoint. I can watch using VLC without issue. For TiviMate I get an http exception error in the app when trying to play content. The same content plays fine on VLC.
I'll take a peak