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 some live streams when us…
Browse files Browse the repository at this point in the history
…ing Android VR
  • Loading branch information
LisoUseInAIKyrios committed Jun 6, 2024
1 parent 4f11b1d commit f74fb17
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,8 @@ public static boolean forceCreatePlaybackSpeedMenu(boolean original) {
}

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
// version 1.37 is not the latest, but it works with livestream audio only playback.
ANDROID_VR(28, "Quest", "1.37"),
// https://dumps.tadiphone.dev/dumps/oculus/eureka
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 f74fb17

Please sign in to comment.