You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With spoof client approach for YT music (versions > 7.16.53), it is understood that action bar layout is modified by IOS client spoofing which makes action bar components unusable (for e.g likes and dislikes counts and user actions thumbs up and down are not available). However it is observed that after the end of a track when next track auto playback is initiated, the action bar components are restored.
I am not sure why server response has to be different for manual and auto playbacks? Is there a way to make it look like auto playback call when actually a manual playback is initiated? or alternatively spoof using different clients for action bar and video?
I am resorting to spoof client because I have issues with dns and spoof streaming data is not usable for me.
Acknowledgements
This issue is not a duplicate of an existing question.
I have chosen an appropriate title.
All requested information has been provided properly.
I have written the title and contents in English.
The text was updated successfully, but these errors were encountered:
The Spoof client patch modifies the ClientContext after the player has loaded (similar to spoofing the User-Agent)
The ClientContext is used not only when the player is loaded, but also on almost every request, such as when fetching content from a feed or fetching search results
If it is not spoofed properly, the action bar may be visible (which means that playback issues may occur)
The Spoof client patch modifies the ClientContext after the player has loaded (similar to spoofing the User-Agent)
The ClientContext is used not only when the player is loaded, but also on almost every request, such as when fetching content from a feed or fetching search results
If it is not spoofed properly, the action bar may be visible (which means that playback issues may occur)
Is the client context used when next track is played automatically?
Application
YouTube Music
Question description
With spoof client approach for YT music (versions > 7.16.53), it is understood that action bar layout is modified by IOS client spoofing which makes action bar components unusable (for e.g likes and dislikes counts and user actions thumbs up and down are not available). However it is observed that after the end of a track when next track auto playback is initiated, the action bar components are restored.
I am not sure why server response has to be different for manual and auto playbacks? Is there a way to make it look like auto playback call when actually a manual playback is initiated? or alternatively spoof using different clients for action bar and video?
I am resorting to spoof client because I have issues with dns and spoof streaming data is not usable for me.
Acknowledgements
The text was updated successfully, but these errors were encountered: