Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
fix(YouTube - Client spoof): Correctly play more livestreams using An…
Browse files Browse the repository at this point in the history
…droid VR (#652)
  • Loading branch information
LisoUseInAIKyrios authored Jun 9, 2024
1 parent 758dfad commit 58f8172
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,8 @@ public static boolean forceCreatePlaybackSpeedMenu(boolean original) {
}

private enum ClientType {
// Quest 1
// https://dumps.tadiphone.dev/dumps/oculus/monterey
// Quest 3
// https://dumps.tadiphone.dev/dumps/oculus/eureka
//
// Using 'Quest 3' client name breaks background audio only playback.
// But 'Quest' works without trouble.
ANDROID_VR(28, "Quest", "1.56.21"),
ANDROID_VR(28, "Quest 3", "1.56.21"),
// 11,4 = iPhone XS Max.
// 16,2 = iPhone 15 Pro Max.
// Since the 15 supports AV1 hardware decoding, only spoof that device if this
Expand Down

0 comments on commit 58f8172

Please sign in to comment.