| View previous topic :: View next topic |
| Author |
Message |
EdZ
Joined: 24 Apr 2005 Posts: 28
|
Posted: Sun Jun 26, 2005 9:13 pm Post subject: |
|
|
| If you intend to put some kind os streming support into this, might I suggest videolan? Then you've dealt with DVD re-encoding already, with it being done before it even gets to the PSP, as well as any other video (or audio) filetype you might want to play. (plus the videolan client is already running on a pocketPC, so it must not be that CPU intensive). |
|
| Back to top |
|
 |
Raoul
Joined: 10 May 2005 Posts: 8
|
Posted: Wed Jun 29, 2005 11:23 am Post subject: |
|
|
| I think VideoLan can be a good idea, you have full source code to the application, including most of the decoding library. It has also version for lots of different *NIX distribution as well as PocketPC and MacOS. I might have a look more deeply in the code, can be interested. BTW good work on your MediaCenter :) |
|
| Back to top |
|
 |
zachlindblad
Joined: 30 Jun 2005 Posts: 2
|
Posted: Thu Jun 30, 2005 7:09 am Post subject: also |
|
|
2 things i mentioned on other forums would be nice.
1. a visualizer would be awesome, although i cant think of any open source ones.
2. also if this is a media center you need picture support. |
|
| Back to top |
|
 |
marlov74
Joined: 04 Feb 2005 Posts: 10
|
Posted: Fri Jul 01, 2005 10:33 pm Post subject: Multichannel to Headphone surround support. |
|
|
I would be really nice to be able to play movies with 5.1/5.0/4.0/3.0 sound in the headphones.
For that we need AC3 decoder (or multi-channel AAC) and Dolby Headphone (or TruSurroundXT) coder in MediaCenter.
I know 5.1 streams consumes a lot of bandwidth, but 3.0 would be nice to.
Unfortunately I haven't found any source code for Headphone Surround yet. Does anyone know any?
Edit: Found a forum with this Post
http://www.hydrogenaudio.org/forums/index.php?act=ST&f=1&t=16166&st=0 |
|
| Back to top |
|
 |
Cool Matty
Joined: 30 Jun 2005 Posts: 7
|
Posted: Sat Jul 02, 2005 1:52 pm Post subject: |
|
|
Warren, I don't know of the difficulty this would be, but have you looked into using FFDShow for all the AVI codecs?
It's damn fast, open source, and supports a whole helluva lot of AVI codecs. At least you could implement the libavacodec decoder, which supports the major players in the codec area (Xvid, Divx, WMV, H,263)
But yeah, I'd love to see XviD working, and OGG at full speed. Keep us in the know, man :D |
|
| Back to top |
|
 |
spiral
Joined: 14 May 2005 Posts: 7
|
Posted: Sat Jul 02, 2005 6:58 pm Post subject: |
|
|
| maybe betaplayer's source would help. |
|
| Back to top |
|
 |
Treat
Joined: 26 Sep 2004 Posts: 16
|
|
| Back to top |
|
 |
Warren
Joined: 24 Jan 2004 Posts: 173 Location: San Diego, CA
|
Posted: Mon Jul 04, 2005 5:11 pm Post subject: |
|
|
Will get adresd to look into it.
In reponse to all questions about video. For right now I'm only doing XviD. This is mostly due to the fact that any other libraries are going to run like crap since everything is going to have to be optimised for the VFPU to get any decent speed. Please do not suggest other video codecs or libraries yet.
Alos, I'd like to announce the release of v0.82 with fixed OGG support and .XM mod support. It can be downloaded from http://kelley.ca/psp/PSPMediaCenter-v0_82.rar
As always you can get the latest info from our wiki at http://wiki.ps2dev.org/psp:psp_media_center |
|
| Back to top |
|
 |
netddos
Joined: 17 Jun 2005 Posts: 9
|
Posted: Mon Jul 04, 2005 6:30 pm Post subject: |
|
|
Support for Japanese/Korean character~~
Please~ |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Tue Jul 05, 2005 12:58 am Post subject: |
|
|
| Warren wrote: | | In reponse to all questions about video. For right now I'm only doing XviD. This is mostly due to the fact that any other libraries are going to run like crap since everything is going to have to be optimised for the VFPU to get any decent speed. Please do not suggest other video codecs or libraries yet. |
Uh ... did you forget about the Media Engine?
And I'm not sure what you'll gain for video decoding with access to the VFPU. |
|
| Back to top |
|
 |
Warren
Joined: 24 Jan 2004 Posts: 173 Location: San Diego, CA
|
Posted: Tue Jul 05, 2005 2:26 am Post subject: |
|
|
| mrbrown wrote: | | Warren wrote: | | In reponse to all questions about video. For right now I'm only doing XviD. This is mostly due to the fact that any other libraries are going to run like crap since everything is going to have to be optimised for the VFPU to get any decent speed. Please do not suggest other video codecs or libraries yet. |
Uh ... did you forget about the Media Engine?
And I'm not sure what you'll gain for video decoding with access to the VFPU. |
True, but I figured iDCT, colorspace conversions and some of the other optimised ASM bits in XviD would be better implmented in VFPU than just shoveling them onto a different proc. |
|
| Back to top |
|
 |
Stealth09
Joined: 11 Jul 2005 Posts: 1
|
Posted: Mon Jul 11, 2005 1:21 pm Post subject: |
|
|
| Would it be possible to have it play WMA files... |
|
| Back to top |
|
 |
Naota

Joined: 27 Mar 2005 Posts: 16
|
Posted: Tue Jul 12, 2005 3:08 am Post subject: |
|
|
| I have a suggestion: MEDIA STREAMING. music and most importantly video streamed from your home server over your home network to the PSP via wi-fi. I heard some UMD was supposed to be released in south korea with this function a while back but havn't heard anything else about it. keep up the good work guys. |
|
| Back to top |
|
 |
Cool Matty
Joined: 30 Jun 2005 Posts: 7
|
Posted: Tue Jul 12, 2005 5:45 am Post subject: |
|
|
| Stealth09 wrote: | | Would it be possible to have it play WMA files... |
Maybe, but only non-protected WMAs. It'd be a pain though, WMAs suck. Just switch your music format to something good, like OGG.
As for media streaming, I could see MP3 streaming (like SHOUTCast) working, but video streaming I don't see happening. The PSP's wifi just doesn't have the sustained speed required to pull it off. (The theoretical limit for 802.11b is 11mbps, tack off about 3mbps to a real-world number, then tack off about 5 more mbps to get the speed the PSP gets, due to hardware limitations and such stuff, and then hack off maybe another 1mbps for signal quality fluctuations, and error recovery. You're left with 2mbps, which would be pushing it for any video streaming.) In addition, the PSP will be struggling enough just getting the video to decode at full speed, much less having to deal with the wifi network and caching it. |
|
| Back to top |
|
 |
Hazuki
Joined: 20 Mar 2005 Posts: 21
|
Posted: Tue Jul 12, 2005 5:57 pm Post subject: |
|
|
media streaming over wifi is a cool idea, but get real.
you want to stream all your media to your psp, in your house?!
then what......
you go out, and cant watch anything....
nice idea...... |
|
| Back to top |
|
 |
Warren
Joined: 24 Jan 2004 Posts: 173 Location: San Diego, CA
|
Posted: Fri Jul 15, 2005 1:47 am Post subject: |
|
|
New PSPMediaCenter release
http://www.kelley.ca/psp/PSPMediaCenter_0.87a.zip
Changes:
Fixed a bug with skip tune, introduced with last version.
Added a Loop/Advance mode to playing, so can either loop a song, or advance down playlist.
This is on the triangle button, shows LOOP or ADVANCE in top right corner of screen.
Sorted out mikmod display functions and timer.
Added subdirectory support to filescanning in the debug gui, now everything below ms0:/PSP/MUSIC/ will be scanned.
Fixed some minor problems with AHX playback
Headphone Remote support added.
Reworked the extension handling, to allow more than one extension per codec.
STSound and MikMod Library Support added.
Altered media list sorting. |
|
| Back to top |
|
 |
|