Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error adding RedBullTV profile on AppleTV #8

Open
fersilentt opened this issue Aug 13, 2023 · 7 comments
Open

Error adding RedBullTV profile on AppleTV #8

fersilentt opened this issue Aug 13, 2023 · 7 comments

Comments

@fersilentt
Copy link

I am trying to add the RedBullTV profile on my Apple TV, but when I add it I get error 109, does anyone know how to add it correctly?

Thanks for your help

IMG_0227
IMG_0228

@ghokun
Copy link
Owner

ghokun commented Aug 13, 2023

Hi, I had the same problem once upon a time. Can you use the ip address directly?

http://<ip_address_of_device_running_appletv3_iptv>/redbulltv.cer

@fersilentt
Copy link
Author

Hi, I had the same problem once upon a time. Can you use the ip address directly?

http://<ip_address_of_device_running_appletv3_iptv>/redbulltv.cer

Thanks my friend for your comment I will try it and see how it goes.

@fersilentt
Copy link
Author

Hi, I had the same problem once upon a time. Can you use the ip address directly?
http://<ip_address_of_device_running_appletv3_iptv>/redbulltv.cer

Hello friend again, I am trying to run the program following the configuration of the repository but the console only shows me a message and nothing else.

fersilentmac:appletv3-iptv fersilent$ sudo ./appletv3-iptv-darwin -config config.yaml
INFO: 2023/08/14 18:32:21 logging.go:58: Starting appletv3-iptv

In the Apple TV I add the certificate using the local ip, it doesn't give me error but it doesn't show me the RedBullTv certificate added either.

IMG_0233

I would appreciate any help to run this program.

@ghokun
Copy link
Owner

ghokun commented Aug 15, 2023

Can you open that link from a browser and verify that certificate is present?

@fersilentt
Copy link
Author

fersilentt commented Aug 17, 2023

Can you open that link from a browser and verify that certificate is present?

Hello friend and I could add the certificate offline thanks for your help, now the problem I have is that once I run the program by console only shows 1 message and nothing more

Captura de pantalla 2023-08-16 a la(s) 19 19 15

When I open the RedBullTV application on AppleTV, it does not open, it waits and only shows me that the application is not available.

IMG_0234

IMG_0235

Also when I restart my AppleTV, I have no internet and no application opens.

IMG_0236

I'm running the program on Ubuntu Server 18

Thanks friend for your help

@ghokun
Copy link
Owner

ghokun commented Aug 17, 2023

Are you also running a DNS server that points appletv.redbull.tv to your server?

Setup should be like this:

# Modify IP addresses as you wish
# DNS server running DNS on port 53
IP: 192.168.0.10
DNS 'A record' for appletv.redbull.tv that points to 192.168.0.11

# appletv3-iptv
IP: 192.168.0.11

# Apple TV 3
IP: 192.168.0.12
From wifi/ethernet settings make sure DNS points to 192.168.0.10 (or 192.168.000.010 your DNS server's IP)

When Apple TV starts it will try to look appletv.redbull.tv and will be directed to your own server. Since it is a self owned server your custom certificate will make sure that certificate check does not fail.

I use adguard for DNS rewrites. It also provides me network wide ad blockage. Hope this helps!

@fersilentt
Copy link
Author

Are you also running a DNS server that points appletv.redbull.tv to your server?

Setup should be like this:

# Modify IP addresses as you wish
# DNS server running DNS on port 53
IP: 192.168.0.10
DNS 'A record' for appletv.redbull.tv that points to 192.168.0.11

# appletv3-iptv
IP: 192.168.0.11

# Apple TV 3
IP: 192.168.0.12
From wifi/ethernet settings make sure DNS points to 192.168.0.10 (or 192.168.000.010 your DNS server's IP)

When Apple TV starts it will try to look appletv.redbull.tv and will be directed to your own server. Since it is a self owned server your custom certificate will make sure that certificate check does not fail.

I use adguard for DNS rewrites. It also provides me network wide ad blockage. Hope this helps!

Thanks for the information, I'm going to try to configure it as you indicated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants