Confused and Lost. Need help understanding how various community projects work, and are used with Channels DVR

It will be phased out though by 2030ish

I modified my uverse app to install on my android box and I get lots more channels on uverse over channels + cc4c

I'm seeing 350 dollars for the box. Is there a cheap dual model and what's the cheapest known working single model

I'm quite happy with my LinkPi ENC1-V3's with cheep $10 usb encoders. you only get 50fps on the usb but thats still better than TVE.

Cc4c is only 30fps, and most 60fps channels aren't even 60fps. Will a haupaugge hdpvr work are there any other good ones under 100 bucks?

V3 shows being 140 bucks. Is it better than haupaugge hdpvr? Any options under 140? My PC does cc4c/prismcast and I can do 10 streams and it was 70 bucks old stock Dell i7 pc

the hdpvr is very old.
an enc1v3 + a $10 usb capture works out to ~$75 per tuner.

How hard is it to make deep links ? I can do it on any app right? I can so vibe code something for att uverse right?

Could the haupaugge work theoretically? I'll check the other thread

What android devices are recommended besides fire sticks

Does anyone have a list of tve/android apps that support livetv streams?

What do deep links look like. Was going to have chat gpt look for them in the uverse app

You have to dump the APK and look at the manifest for supported schemes. Claude code is pretty good for that. The hard part is figuring out where they come from. Not all apps support them.

Schemes are easy, you can do a dumpsys package 'pkg-name' | head -50 with adb shell and see what's supported. The trick is figuring out the exact URL syntax to kick off a channel or event.

Stuff like nbctve://live/nbc or foxone://channel/fs1, not sure if these are in the Android manifest XML or if you have to get AI to decompile the apk and figure it out.

YES! I forgot about that. Thank you!!

Does anyone have a good working list of DirecTV stream to save me some time?

Project OneClick automates this

I think DirecTV actually has streamlinks? I have been modding the uverse app to add the functionality .

I will see if I can figure it out .it's not very easy

I am vibe coding in ai to have some channels with multiple sources to have a tiered system if one fails

Does anyone have an android tve list of channels available? Cartoon network and comedy Central, nick don't stream any more I know

Like I said project one click will build a channel list for DTV it's just one curl command copied from stream.directv.com's devtools.

1 Like

So it will pull from the signed in apk through adb?

I have no clue what you are asking...... I think you misunderstand how these projects work.

1 Like