-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(YouTube/Spoof client): fix background playback issue with livestream on iOS clients #2290
Comments
ReVanced/revanced-patches#3480 |
That PR doesn't resolve the watch history issue on the brand account It does the same thing as the
The response of the audio codec depends on the response of the video codec yt-dlp/yt-dlp#8377 |
I thought it was because it appeared to have been resolved here. Am I wrong?
Then it would be good if you added it to the side effects. Thanks. |
Yes, watch history issue for brand accounts is still not resolved |
Oh, I saw the PR's Comments, but I couldn't read it properly. I made a mistake. |
reflected in revanced-patches-4.12.1 |
Application
YouTube
Feature description
This is not a patch request, but a description of the feature that will be introduce in the next release.
Background playback does not work on livestreams when spoofing with iOS clients.
This is a known issue, and a commit (selectively spoof client for general video/livestreams/Shorts/fallback) was added as a temporary workaround for this.
Luckily I found a method to force-enable background playback, which may be a valid workaround for the background playback issue with livestream on iOS clients.
One problem is that this fix only works if the
Remove background playback restrictions
patch is included.Accordingly, the
Remove background playback restrictions
patch will be added as a dependency of theSpoof client
patch.Motivation
The iOS client has the least side effects.
To use the iOS client as the default, I need to fix the remaining side effects as much as possible.
Acknowledgements
The text was updated successfully, but these errors were encountered: