ghokun / appletv3-iptv

M3U playlist player for Apple TV 3 devices.
MIT License
23 stars 4 forks source link

Error adding RedBullTV profile on AppleTV #8

Open fersilentt opened 10 months ago

fersilentt commented 10 months ago

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 commented 10 months ago

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

http:///redbulltv.cer

fersilentt commented 10 months ago

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

http:///redbulltv.cer

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

fersilentt commented 10 months ago

Hi, I had the same problem once upon a time. Can you use the ip address directly? http:///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 commented 10 months ago

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

fersilentt commented 10 months ago

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 commented 10 months ago

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 commented 10 months ago

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.