mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-11-07 20:57:02 +01:00
fix(YouTube - Spoof client): Correctly play some live streams when using Android VR
This commit is contained in:
parent
4f11b1d2eb
commit
f74fb17a12
@ -128,9 +128,8 @@ public class SpoofClientPatch {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private enum ClientType {
|
private enum ClientType {
|
||||||
// https://dumps.tadiphone.dev/dumps/oculus/monterey/-/blob/vr_monterey-user-7.1.1-NGI77B-256550.6810.0-release-keys/system/system/build.prop
|
// https://dumps.tadiphone.dev/dumps/oculus/eureka
|
||||||
// version 1.37 is not the latest, but it works with livestream audio only playback.
|
ANDROID_VR(28, "Quest 3", "1.56.21"),
|
||||||
ANDROID_VR(28, "Quest", "1.37"),
|
|
||||||
// 11,4 = iPhone XS Max.
|
// 11,4 = iPhone XS Max.
|
||||||
// 16,2 = iPhone 15 Pro Max.
|
// 16,2 = iPhone 15 Pro Max.
|
||||||
// Since the 15 supports AV1 hardware decoding, only spoof that device if this
|
// Since the 15 supports AV1 hardware decoding, only spoof that device if this
|
||||||
|
Loading…
Reference in New Issue
Block a user