yne / gotube

YouTube player for the PlayStation Portable
0 stars 1 forks source link

youtube videos not loading #65

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem (site>keyword>video)?
1.open up gotube 1.2
2.search on latest youtube (videos appear)
3.click on video

What is the expected output? What do you see instead?
i expected the video to load but i just got a black screen with the timer at 
0:00

What version of the product are you using? On what operating system?
I am using GoTube 1.2 HMM. My firmware is 5.50 prom-4.

Please provide any additional information below.
it always worked fine untill i used it last night

Original issue reported on code.google.com by gamecube...@gmail.com on 4 Aug 2011 at 5:00

GoogleCodeExporter commented 9 years ago
Same problem with me im using phat psp and ver 6.39 LME9 youtube vids works 
fine with me but now stuck on 00:00 plz help!

Original comment by reazonb...@gmail.com on 5 Aug 2011 at 7:17

GoogleCodeExporter commented 9 years ago
Works fine until two days ago. Stop working then. Maybe some updated scripts 
could solve this.

PSP 3000 6.35 Pro-B8

Original comment by fmso...@gmail.com on 5 Aug 2011 at 5:23

GoogleCodeExporter commented 9 years ago
Same here, i think the script needs to be updated, only i don't have javascript 
knowledge.

PSP 2004 6.39 LME9-1

Original comment by TheDal...@live.nl on 5 Aug 2011 at 5:24

GoogleCodeExporter commented 9 years ago
I don't know much about java, I just read Biscottealacrevette's tutorial on how 
to make one and used Xiphirx's youtube script to make mine as an example. After 
1 day I finally understood more about it and got it to work :P
Enjoy guys.

Original comment by Waff...@hotmail.com on 5 Aug 2011 at 7:07

GoogleCodeExporter commented 9 years ago
that script works for me. still black and white on some videos, but what can 
you do...

Original comment by Secretly...@gmail.com on 5 Aug 2011 at 7:33

GoogleCodeExporter commented 9 years ago
Good for me too !
But , nobody can resolve the problem with "youtube x" ? 

Original comment by nhsy...@gmail.com on 5 Aug 2011 at 7:38

GoogleCodeExporter commented 9 years ago
Just change

YouTubex.play   = function (id){
    c=GetContents("http://www.youtube.com/watch?v="+id);p=0;
    var url = unescape(ext('<object classid=','<param name="allowscript'));p=0;
    url = url.ext(",5|", "&");
    //PSPTube.log(c+"\n\n\n");
    return url;
}

to

YouTubex.play   = function (id){
    c=GetContents("http://www.youtube.com/watch?v="+id);p=0;
       var url = unescape(ext('url_encoded_fmt_stream_map','allowscriptaccess'));p=0;
        url = unescape(url.ext('18,url=', '&quality='));
    return url;
}

in YouTubex.js script to make it work again.

Original comment by Waff...@hotmail.com on 5 Aug 2011 at 7:55

GoogleCodeExporter commented 9 years ago
It work!
Thank you a lot !

Original comment by nhsy...@gmail.com on 5 Aug 2011 at 8:08

GoogleCodeExporter commented 9 years ago
rahh! i doesnt work im dissapointed i wish i new how to fix it if i did i would 
tell every one

Original comment by minecraf...@gmail.com on 29 May 2012 at 2:48