revanced-patches icon indicating copy to clipboard operation
revanced-patches copied to clipboard

bug(YouTube - Signature spoofing): Some clips do not start playback at the correct start time

Open LadyHaywood opened this issue 2 years ago • 22 comments

Bug description

When spoof app signature is on playback is normal but clips will start from the beginning of the video. Turning spoofing off will fix clips playback but normal videos will stop playing after awhile as if it's trying to load.

I'm using the most recent supported app and had patched everything with the app manager.

Error logs

No response

Solution

Fixing clips playback while spoof is enabled

Additional context

I did see someone talk about something similar where their videos would stop but their audio kept playing. While my problem has the video stop completely I still I tried using the older spoof options that was suggested in the layout settings but I still have the same problem.

Acknowledgements

  • [X] This request is not a duplicate of an existing issue.
  • [X] I have chosen an appropriate title.
  • [X] All requested information has been provided properly.

LadyHaywood avatar Oct 26 '23 08:10 LadyHaywood

When did you patch the app? This issue was recently fixed.

LisoUseInAIKyrios avatar Oct 26 '23 08:10 LisoUseInAIKyrios

I don't completely remember, maybe last week? I think that was when I checked to see if there was an update on the version of YT it supported.

LadyHaywood avatar Oct 26 '23 09:10 LadyHaywood

Post a link to the clip that doesn't work

LisoUseInAIKyrios avatar Oct 26 '23 09:10 LisoUseInAIKyrios

clip It happens with all of my clips and will only play back normal if I turn off spoofing app signature

LadyHaywood avatar Oct 26 '23 09:10 LadyHaywood

That clip opens the video to timestamp 5:34:08 It works for me.

Repatch your app and try again.

LisoUseInAIKyrios avatar Oct 26 '23 09:10 LisoUseInAIKyrios

I'll try repatching but can I ask if you also have spoofing on while trying out the clip? Because that's what's causing the problem between clips and normal videos for me. If spoofing is on videos play normal but clips won't and if it's off clips play normally but videos won't.

LadyHaywood avatar Oct 26 '23 09:10 LadyHaywood

Yes I have signature spoofing on

LisoUseInAIKyrios avatar Oct 26 '23 09:10 LisoUseInAIKyrios

Just tried repatching and I'm still having the clip problem or video problem depending on if spoofing is in.

LadyHaywood avatar Oct 26 '23 09:10 LadyHaywood

Verify you've patched using default patches, and version 18.38.44

Then try combinations of the following:

  • turn on YouTube incognito mode
  • use a different YouTube account
  • turn on app version spoofing (Settings -> ReVanced -> Layout) and try targets 17.x and 16.x
  • clear YouTube app data

LisoUseInAIKyrios avatar Oct 26 '23 09:10 LisoUseInAIKyrios

Ok so tried a couple of these and found out that incognito (as well as off incognito) fixed clips I open through a link but if I go to the "your clips" tab and click on a clip I made it'll start from the beginning of the video. However, if I open my own clip but through a link instead it will play the clip like it's supposed to.

LadyHaywood avatar Oct 26 '23 09:10 LadyHaywood

So it only happens when opening your own clips from inside the app.

If you'd like, you can turn on debugging (Settings -> ReVanced -> Misc -> Debugging -> debug logging), reproduce the issue, and then use a computer and command line tools to capture the debug logs. The logs will contain spoofing data, which might give insight to fixing the issue.

Install ADB: https://sodawithoutsparkles.github.io/revanced-troubleshooting-guide/04-adb-install/#steps Collect debug logs: https://github.com/ReVanced/revanced-integrations#-how-to-use-debugging

LisoUseInAIKyrios avatar Oct 26 '23 10:10 LisoUseInAIKyrios

I'm not sure if I've done with this right. I've already had adb installed so after connecting I ran the command and wouldn't do anything afterwards but I'm not sure if I'm supposed to see something in cmd after pressing enter or if it's a file on my phone or pc I need to fine.

LadyHaywood avatar Oct 26 '23 10:10 LadyHaywood

Make sure you first enabled android usb debugging.

You can verify adb works by using adb devices and it will list a device.

adb logcat | findstr "revanced" > log.txt Creates a file named log.txt in the current directory. Post that file here.

LisoUseInAIKyrios avatar Oct 26 '23 10:10 LisoUseInAIKyrios

Sorry, I had realized afterwards that it made the log file in the folder log.txt

LadyHaywood avatar Oct 26 '23 10:10 LadyHaywood

The spoof logs don't give much insight.

I just noticed this clip is way longer than 60 seconds, and is identical to a video with a timestamp parameter such as https://www.youtube.com/live/DtqBdzv4LpU?t=5h34m08s

This will need a bit more research to figure out. At least it only occurs when opening from your own clips and not when opening clips made by others.

LisoUseInAIKyrios avatar Oct 26 '23 11:10 LisoUseInAIKyrios

I'm not really sure how this all works but I'm guessing the log ended up showing the full vod/video instead of a clip because youtube doesn't separate a clip into its own video like twitch does. Instead it does this AB loop thing of the original video and saves that loop. I don't know if this is also why clips are playing in full when spoof is on for some reason? Again, I don't really know about that.

LadyHaywood avatar Oct 26 '23 11:10 LadyHaywood

I think this issue was recently fixed?

LisoUseInAIKyrios avatar Jan 18 '24 20:01 LisoUseInAIKyrios

I think this issue was recently fixed?

Using current supported YouTube and repatched everything just to make sure, I'm still having this problem with clips.

LadyHaywood avatar Jan 18 '24 23:01 LadyHaywood

Please send reproduction steps

oSumAtrIX avatar Jan 18 '24 23:01 oSumAtrIX

Please send reproduction steps

  1. Enable spoof app signature (so that videos will play)
  2. Navigate to the Your Clips tab
  3. Click to play clip you've already clipped

Clips do seem to start as normal when opening from a link but I would like to be able for them to work when opening them the Your Clips tab as well.

LadyHaywood avatar Jan 19 '24 11:01 LadyHaywood

In my side, Clips in Your Clips parameter start with kAIB and we already have a fix for it 🤔 @LisoUseInAIKyrios Can you debug and check ?

YT-Advanced avatar Jan 19 '24 12:01 YT-Advanced

@YT-Advanced I don't create any content on YY, but you can check if you'd like (the original player parameters are logged).

The kAIB fix is already in place, so this must be using a different parameter.

LisoUseInAIKyrios avatar Jan 19 '24 12:01 LisoUseInAIKyrios

Is this issue still occuring?

oSumAtrIX avatar Mar 12 '24 12:03 oSumAtrIX

Is this issue still occuring?

Didn't see this until now, sorry. I'm not having this problem as if updating to v19 for youtube and reinstalling the patches.

LadyHaywood avatar Mar 15 '24 09:03 LadyHaywood