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

Commit

Permalink
fix(YouTube - Spoof client): Correctly play as background audio only …
Browse files Browse the repository at this point in the history
…with Android VR
  • Loading branch information
LisoUseInAIKyrios committed Jun 7, 2024
1 parent 7736ca4 commit 9adbc66
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,14 @@ 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
ANDROID_VR(28, "Quest 3", "1.56.21"),
//
// Using 'Quest 3' client name breaks background audio only playback.
// But 'Quest' works without trouble.
ANDROID_VR(28, "Quest", "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 9adbc66

Please sign in to comment.