fix: Update domains to streamtp10.com and implement robust DNS fallback

- Update all channel URLs and event endpoint to streamtp10.com
- Create NetworkUtils for centralized OkHttpClient configuration
- Implement DNS fallback: Google (Primary) -> AdGuard (Secondary) -> System (Tertiary)
- Migrate EventRepository to use NetworkUtils client instead of HttpURLConnection
- Fix Referer header in StreamUrlResolver
This commit is contained in:
StreamPlayer Bot
2026-02-09 22:37:20 -03:00
parent ab69fd1aa4
commit a9da5a3b8e
9 changed files with 468 additions and 191 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "com.streamplayer"
minSdk 21
targetSdk 35
versionCode 100107
versionName "10.1.7"
versionCode 100108
versionName "10.1.8"
buildConfigField "String", "DEVICE_REGISTRY_URL", '"http://194.163.191.200:4000"'
}