Android TV Remote - App Links/Deep Linking - Guide

CBS: cbs://open/

Can someone maybe share the F1 TV app link? :pray:

The new max app is https:play.max.com

1 Like

Is it with these only possible to open the app itself, or is it also possible to directly open a TV-program?

1und1-TV can be started with the activity

1und1tv://1und1.tv

And fun-fact: it is actually a rebanded zattoo app

For the NRK TV app use

nrktv://

From the AndroidManifest.xml:

            <intent-filter>
                <action android:name="android.intent.action.VIEW"/>
                <category android:name="android.intent.category.DEFAULT"/>
                <category android:name="android.intent.category.BROWSABLE"/>
                <data android:scheme="nrktv"/>
            </intent-filter>

Kudos for this guide :confetti_ball:

1 Like

Hi Guys, is there a way to trigger Unifi Protect app? I have tried Unifi-protect:// but no luck for me…

From the AndroidManifest.xml in the apk I found

            <intent-filter>
                <action android:name="android.intent.action.VIEW"/>
                <category android:name="android.intent.category.DEFAULT"/>
                <category android:name="android.intent.category.BROWSABLE"/>
                <data android:scheme="unifi-protect" android:host="deeplink_v1"/>
            </intent-filter>

so you may try

unifi-protect://

with a lowercase u, that is :wink:

Rakuten Viki: viki://home

Does anyone know the url for Kodi and DirectvGo?

1 Like

Hello,
Same question but for TV BRO browser ?
Thanks a lot :slight_smile:

Using SmartTube Next on CCwGTV, I get a successful launch but an intent error message when it does open. I have found that I have to use:

vnd.youtube.launch://www.youtube.com

Just putting this out there for anyone who finds it useful.

2 Likes

kodi is what we need :sweat_smile:

2 Likes

Disney+ Hotstar : hotstar://

Anyone been able to use sportscenter:// for ESPN? That’s the deeplink I found in the app manifest but it doesn’t launch.

tried unifi-protect:// but no luck…

Any luck finding YouTube Kids deep link, yet!?
I’ve tried many variations of the YouTube ones withou much success…

Did anyone already find a correct deeplink for tv2play, drtv, pluto or Viaplay(all danish)?

Did anyone find the deeplink for Eurosport?

For VLC the deeplink is:

vlc://http//icecast.vrtcdn.be/radio1-high.mp3

This will start the stream of Studio Brussel in VLC

Has anyone gotten Netflix to work? I can start it but can’t navigate once in the app