 |
 |
|
 |
 |
|
|
|
|
 |
|  |
 |

02-20-2009, 11:14 AM
|
|
Registered User
|
|
Registered: Jun 2008
Posts: 12
|
|
|
|

02-20-2009, 03:35 PM
|
|
Registered User
|
|
Registered: Dec 2008
Posts: 6
|
|
is it just me or are videos from veoh not downloadable?
|

02-21-2009, 12:34 PM
|
 |
Registered User
|
|
Registered: Dec 2007
Posts: 69
|
|
Quote:
Originally Posted by yencid
is it just me or are videos from veoh not downloadable?
|
Yep it's not down loadable and it cant be fixed until Jk get's the source code or makes his own psptube
|

02-22-2009, 10:02 AM
|
|
Registered User
|
|
Registered: Jan 2009
Posts: 7
|
|
PSPTube is great, but I'd wish you wouldn't add any little, unimportant video site but instead get it more stable. 6 out of 10 videos do not load and I got 2 Freezes (While the first freeze, I could still use the home button, the 2nd freeze froze the entire PSP and it shut itself down after serveral seconds) in one session.
|

02-22-2009, 11:16 AM
|
|
Registered User
|
|
Registered: Aug 2007
Posts: 64
|
|
Quote:
Originally Posted by SamSoNight
PSPTube is great, but I'd wish you wouldn't add any little, unimportant video site but instead get it more stable. 6 out of 10 videos do not load and I got 2 Freezes (While the first freeze, I could still use the home button, the 2nd freeze froze the entire PSP and it shut itself down after serveral seconds) in one session.
|
you could always disable any sites you dont want or arent working. sites change all the time and it would be impossible for jk to release updates 24/7
|

02-22-2009, 11:03 PM
|
|
Registered User
|
|
Registered: Feb 2009
Posts: 5
|
|
Youtube problem
I need help guys! When i try to watch hd videos in youtube by typing "!HD" and try to watch any of the videos, they don't load  , but recently i found out that in "config.js" if I change the value for "PSPTube.YouTubeHighQuality = ;" to "0" I will be able to watch any of the hd videos. But the thing is I want to be able to watch youtube in HQ but if i change the value to 1 the HD videos wont load and even some other ordinary videos don't load. Any ideas why? Any help would be appreciated, thanks.
|

02-22-2009, 11:15 PM
|
|
Registered User
|
|
Registered: Aug 2008
Posts: 6
|
|
first question:
do you think it will be possible to get sites like hulu and fancast on here?
2nd question
can u fix the stagevu script? when i watch a vid with it, it only loads like the first 30secs and when i try to save it, it freezes my psp.
|

02-23-2009, 07:13 AM
|
|
Registered User
|
|
Registered: Feb 2009
Posts: 5
|
|
Stagevu
Guys, about StageVu, can anyone check if on your pc browser does DIVx stops after playing for some minutes? I checked it with my not so fast intnet connection (8mbps) and the movies stops and buffers very slowly, you have to press play every now and then. If this is the case for most of us, then the problem is not with PSPtube but with StageVu.
|

02-23-2009, 10:08 AM
|
|
Registered User
|
|
Registered: Oct 2008
Posts: 215
|
|
@Super-noob: I will have a look at it and see if I have the same problem.
@teavera: I cant add Hulu because I can't get the video URL's and the site only works in the US anyway. I can't fix the quality of the videos in StageVu because I don't have any source code.
|

02-23-2009, 05:11 PM
|
|
Registered User
|
|
Registered: Mar 2008
Posts: 81
|
|
PSPtube is great, but it's better to start over from scratch (Like you are doing now) Maybe you can find a group of people to help you with it, like darionco and other experienced developers. It has toomuch issues with the video quality and you can't change any of it without the Source Code. SofiaCat will not release it..I'm almost sure of that. Oh and please tell us about your progress with the self made PSPTube and I'd like to ask some people reading this thread with any coding experience if they could help you to speed up the work. This is the number 1 used application for the PSP. When you're making your new PSPtube...Make an awesome GUI that works very smooth. You'll be named with the same Greatness as Dark-Alex ^^.
|

02-23-2009, 10:43 PM
|
|
Registered User
|
|
Registered: Nov 2008
Posts: 2
|
|
Hi JK108
I just wanted to stop in again and say thanks for all of your hard work on this. PSPTube improves my quality of life  .
|

02-23-2009, 10:48 PM
|
|
Registered User
|
|
Registered: May 2008
Posts: 54
|
|
Quote:
Originally Posted by JK108
Thanks once again for your help darionco. I have configured it again using the same configure I did before with the memalign hack enabled. My makefile is almost identical to the one in that tutorial apart from all the extra libs that I have included, the ones for ffmpeg being: -ffmpeg -avcodec -avformat -avdevice -avutil -avfilter
It still gives me undefined references though. I shall have a look and see what I can do. I really appreciate the time you have spent helping me and would indeed be very grateful if you did work out a way to compile it.
|
Ok, I have compiled ffmpeg for the PSP, it's a patchy hacky version but it should work... I didn't have time to try it... but it compiled.
It wasn't as easy as I thought, I had to patch the source a little bit and disable a lot of components, the flags I used:
--cross-prefix=psp- --enable-cross-compile --target-os=linux --arch=mips --enable-hardcoded-tables --enable-gpl --disable-vhook --enable-small --disable-network --disable-encoders --disable-muxers --disable-protocols --disable-devices --enable-protocol=file
Not all this work is mine I used some of the stuff the guy from PSPlayer 2.0 is using, credit to him.
If this version doesn't work for you I can provide you with the "modified" source code I used to compile.
So it's attached to this message, remember to link to the libraries using -l
Cheers
darionco.
P.S. It's been a long time since the last time I compiled code with sooooo many warnings...
|

02-24-2009, 11:29 AM
|
|
Registered User
|
|
Registered: Oct 2008
Posts: 215
|
|
Thank you darionco for taking the time to compile ffmpeg. I deleted all the includes and libs that I had previously installed and copied the include and lib files in your folder to "C:\cygwin\usr\local\pspdev\psp\include" and "C:\cygwin\usr\local\pspdev\psp\lib" where all the other includes and libs are located. Unfortunately, I'm still getting the same undefined reference errors that I had before  . Also there seems to be less includes and libs than what I had before so I get a swscale.h file not found error. Maybe you need to set the dir flag in the configure like:
--libdir=C:/cygwin/usr/local/pspdev/psp/lib/
I don't know. I've attached the main.c and makefile that I'm using to test ffmpeg if anyone wants to see it. It's the same as the output_example.c file that comes with ffmpeg.
|

02-24-2009, 11:55 AM
|
|
Registered User
|
|
Registered: Oct 2008
Posts: 4
|
|
Quote:
Originally Posted by Dany
Guys, about StageVu, can anyone check if on your pc browser does DIVx stops after playing for some minutes? I checked it with my not so fast intnet connection (8mbps) and the movies stops and buffers very slowly, you have to press play every now and then. If this is the case for most of us, then the problem is not with PSPtube but with StageVu.
|
no ur wrong notin is wrong wid stagevu i go on pc on it, it works but buffers sloww..... i tried on me psp it buffer for few seconds n stops buffering plzz fixx diss
|

02-24-2009, 04:01 PM
|
|
Registered User
|
|
Registered: Feb 2009
Posts: 1
|
|
Great app; just one question: Is there any plan to bring back the Nicovideo functionality from the older version? That's the one big feature I'm missing.
|
|
 |

| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:25 PM.
|
 |
Posts and links are subject to each author on this forum and are no way affiliated with the operations and/or opinions of Maxconsole.net Copyright © 2009 MAXCONSOLE
All images are protected by the copyright of their respective owners.
|
    |

 |
|
 |