Go Back   MaxConsole Forums > PSP > PSP Homebrew, Emulation & Developers Release Corner


    Ultimate PSPTube
 
Thread Tools Display Modes
Reply
  #586  
Old 02-20-2009, 11:14 AM
burows burows is offline
Registered User
 
Registered: Jun 2008
Posts: 12
hello prove you add this site www.slutload.com
thank you
Reply With Quote

  #587  
Old 02-20-2009, 03:35 PM
yencid yencid is offline
Registered User
 
Registered: Dec 2008
Posts: 6
is it just me or are videos from veoh not downloadable?
Reply With Quote

  #588  
Old 02-21-2009, 12:34 PM
sharoek's Avatar
sharoek sharoek is offline
Registered User
 
Registered: Dec 2007
Posts: 69
Quote:
Originally Posted by yencid View Post
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
Reply With Quote

  #589  
Old 02-22-2009, 10:02 AM
SamSoNight SamSoNight is offline
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.
Reply With Quote

  #590  
Old 02-22-2009, 11:16 AM
Antoniocool Antoniocool is offline
Registered User
 
Registered: Aug 2007
Posts: 64
Quote:
Originally Posted by SamSoNight View Post
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
Reply With Quote

  #591  
Old 02-22-2009, 11:03 PM
Super-noob Super-noob is offline
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.
Reply With Quote

  #592  
Old 02-22-2009, 11:15 PM
teaversa teaversa is offline
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.
Reply With Quote

  #593  
Old 02-23-2009, 07:13 AM
Dany Dany is offline
Registered User
 
Registered: Feb 2009
Posts: 5
Lightbulb 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.
Reply With Quote

  #594  
Old 02-23-2009, 10:08 AM
JK108 JK108 is offline
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.
Reply With Quote

  #595  
Old 02-23-2009, 05:11 PM
Chronos14 Chronos14 is offline
Registered User
 
Registered: Mar 2008
Posts: 81
Lightbulb

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 ^^.
Reply With Quote

  #596  
Old 02-23-2009, 10:43 PM
_towelie_ _towelie_ is offline
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 .
Reply With Quote

  #597  
Old 02-23-2009, 10:48 PM
darionco darionco is offline
Registered User
 
Registered: May 2008
Posts: 54
Quote:
Originally Posted by JK108 View Post
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...

Attached Files
File Type: zip ffmpegPSP.zip (6.51 MB, 45 views)
Reply With Quote

  #598  
Old 02-24-2009, 11:29 AM
JK108 JK108 is offline
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.

Attached Files
File Type: rar ffmpegtest.rar (5.3 KB, 21 views)
Reply With Quote

  #599  
Old 02-24-2009, 11:55 AM
isy786 isy786 is offline
Registered User
 
Registered: Oct 2008
Posts: 4
Quote:
Originally Posted by Dany View Post
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
Reply With Quote

  #600  
Old 02-24-2009, 04:01 PM
Vocaloid Vocaloid is offline
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.
Reply With Quote

Reply



Thread Tools
Display Modes


You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 08:25 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.

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.