Remember:
From stack overflow
http://stackoverflow.com/questions/12705947/openyoutubeactivity-java-lang-noclassdeffounderror-openyoutubeplayeractivity
http://stackoverflow.com/questions/12705947/openyoutubeactivity-java-lang-noclassdeffounderror-openyoutubeplayeractivity
I have managed to fix it, there was just need to add a signature to the link in the VideoStream file of this library and everything is working like charm!
VideoStream.java (Line: 30)
before: mUrl = lArgMap.get("url");
after: mUrl = lArgMap.get("url") + "&signature=" + lArgMap.get("sig");
No comments:
Post a Comment