GP2X Mplayer Patches And Debugging


coob

Still Fresh
Joined
Jul 6, 2006
Messages
5
I've patched mplayer to support loading a file from the command line instead of having to select it from the blue file selection screen:

http://wiki.gp2x.org/wiki/MPlayer

I'd like to do a lot more, however, debugging the threaded core is a right bastard as the GDB binary on the archive won't work with threads and I'm having trouble building my own. Does anyone have GDB for the GP2X working well with threads?
 
Now this rocks, thank you much apreciated.
Now you can play videos from within you app or from a custom frontend, very great.

Is network support included in gph's mplayer?
 
Vimacs posted on Jul 13 2006 at 11:23 AM said:
Is network support included in gph's mplayer?

It's included in libmpdemux which is used my GPH's mplayer, yes. There's a couple of checks to see if the given file is indeed a file that would need to be bypassed, and seeking would be horribly broken.
 
Last edited by a moderator:
Back
Top