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.
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.
I bought the stuff I need I don't have a linkpi yet. The streamlinks trigger a load in the android device. Project one click requires Windows login? A lot of the stuff is cryptic and I'm having to use AI to understand it since no one bothers to do a setup video
Doug,
Read this topic. Install Portainer. Install Olive Tin. This gives you at least 2 ways to get to Project 1 Click.
Post your issues & questions in the correct thread. PLEASE!!!!
Yeah. This is for ah4c not DirecTV or Project OneClick.