Fubo TV project

Yes, unless you want to go the Native route and run Python
https://gitlab.com/Yankees4life/vlc-bridge-fubo/-/blob/main/README.md?ref_type=heads#native

git clone https://gitlab.com/Yankees4life/vlc-bridge-fubo
cd vlc-bridge-fubo
pip3 install -r requirements.txt
python3 pywsgi.py

I'm just another paying user of Channels DVR and no longer use Fubo, so I'll leave it at that.

Welll...I had to push the update to the container as for some reason gitlab didn't do it automatically

docker run -d -e 'FUBO_USER=<username>' -e 'FUBO_PASS=<password>' -p 7777:7777 -v config_dir:/app/Config --name vlc-bridge-fubo registry.gitlab.com/yankees4life/vlc-bridge-fubo:latest

1 Like

Thanks, as I stated I don't use it but I just pulled the image again and it's still the old version.

fubo.py inside pulled image

What command did you use to pull it? I changed the url to registry.gitlab.com/yankees4life/vlc-bridge-fubo:latest so the old one doesn't work

1 Like

Ahh, I see you dropped the /main from the url
I was using
registry.gitlab.com/yankees4life/vlc-bridge-fubo/main:latest
which still pulls the old one

@bnhf
I don't envy you having to keep up with changes like this

It's also going to cause a problem for watchtower users

Thanks for the heads-up. The docker compose post has been updated.

Also, I just pushed a new version of OliveTin with an update to Project One-Click incorporating this same change.

1 Like

I haven't used this project in a while until last night, but I signed up for the Premier plan but not all the channels are showing up when added as a source in the Channels server. I used Yankees4Life docker

The docker won't work with the disney owned stuff and premium channels.\The stations are encrypted. if you have the subscription, you should have over 200 plus stations plus 4k stuff.
I really miss fubo just for this reason alone. cost was a factor.

Yeah I’m only getting 177 channels, I’m not getting MGM.

Hmm.

I am using the Yankess4Life docker.


Me too. Your screenshot looks like the TVE setup for Fubo though, not the docker project.

That's a count of the TVE channels, not the Fubo-VLC-Bridge channels

I must be doing something wrong with the docker.

I'm having the same issues as above, you can still access the channels that work though. Play the channel from the fubo site, inspect the page & identify fubos channel ID for said channel then copy a url from a channel that the docker has pulled & swap out the channel IDs.

As an example the url for the stream of NFL RedZone I am able to recreate & use is http://serverip:7777/fubo/watch-hls/75963 with 75963 being Fubos channel ID that I was able to find & replace from a working stream URL but when I download or plug in my playlist RedZone doesnt download or import from http://serverip:7777/fubo/playlist-hls.m3u

I did this for each channel I cared about having but was missing from the docker pull, created my own playlist for the missing channels & just added them separately

Did you volume map the /app/Config directory in your docker run/compose?

If i were to guess, you are getting the line-up from the pro package.
I still have the jgomez version on the system if we need to compare.

1 Like

Sounds like either something changed at Fubo or in the container image having to do with package subscriptions. See these earlier posts

What's wacky it hasn't updated my subscription section at all. Still showing from when I cancelled back in May. Even though I'm definitely active. So definitely something has either changed in the backend or my account is screwed up somehow.

See my post right above this one. Fubo TV project - #583 by chDVRuser
This container doesn't seem to be pulling all the channels you subscribe to.