-
Notifications
You must be signed in to change notification settings - Fork 71
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
Fixed broken Signature for Music Videos #90
Conversation
This patch didn't seem to want to work at first. It was still throwing an exception when trying to compile the sig decryption algo. According to the log it wasn't able to include the main function's sub routines. But I just loaded it up again about an hour later after messing with it for a while, and videos that were not working are now working, and the log is showing the sub-routines, ie: Worked:
Failed:
Note the Lr, U8, and Q6 function definitions are missing in the failed scenario |
@gitman0 thanks for the feedback, but there seems to be also another problem. At least I can still play the videos that did not work before, without the change of this signature. Also I did not get the same error message as you get. What Video are you testing with? |
This Daft Punk video would not play (and is actually what generated the algo exception): https://www.youtube.com/watch?v=LL-gyhZVvx0 Does anyone know if the algo cache persists through xbmc application restarts? |
@gitman0 I just tested with that video and it works for me. Play without any issues. |
@lobermann Sorry I guess I wasn't very clear in my first post - the patch did not work after first applying it, but after about an hour trying to figure out why it wasn't working, I loaded it up again, and the videos that weren't working started working. The second log excerpt that I provided where it shows a failure is what I saw after initially applying the patch. I'm not seeing these failures anymore. edit: that's why I was asking if the algorithm cache persists xbmc restarts |
Thanks to redviolet for the fix that can be found in this kodi forum post.
http://forum.kodi.tv/showthread.php?tid=79487&pid=1848515#pid1848515
As there has been no pull request or anything since the fix was made I just want to push this in to have it fixed completly.