Skip to content

fix: disable QUIC in Cronet to fix error 2004/2001 on Android TV#2961

Draft
kesarpatidar19-spec wants to merge 1 commit into
recloudstream:masterfrom
kesarpatidar19-spec:master
Draft

fix: disable QUIC in Cronet to fix error 2004/2001 on Android TV#2961
kesarpatidar19-spec wants to merge 1 commit into
recloudstream:masterfrom
kesarpatidar19-spec:master

Conversation

@kesarpatidar19-spec

Copy link
Copy Markdown

Cronet has enableQuic(true) which uses UDP port 443. Many TV routers/ISPs block or throttle UDP. Phones recover gracefully; Cronet on TV gets stuck and fails with error 2004/2001 on sources that work fine on mobile on the same Wi-Fi.

Fix: enableQuic(false) forces Cronet to always use TCP.

Cronet has enableQuic(true) which uses UDP port 443. Many TV 
routers/ISPs block or throttle UDP. Phones recover gracefully; 
Cronet on TV gets stuck and fails with error 2004/2001 on sources 
that work fine on mobile on the same Wi-Fi.

Fix: enableQuic(false) forces Cronet to always use TCP.
@kesarpatidar19-spec

Copy link
Copy Markdown
Author

Don't accept it I'll download the apk then test it

@kesarpatidar19-spec

Copy link
Copy Markdown
Author

Accidently closed pull
I'm testing soon

@fire-light42 fire-light42 marked this pull request as draft June 26, 2026 15:29
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

Successfully merging this pull request may close these issues.

1 participant