Page 25 of 44 FirstFirst ... 1521222324252627282935 ... LastLast
Results 241 to 250 of 433

Thread: MPlayerWii - Native MPlayer port for the Wii

                  
   
  1. #241

    Default

    Oké i've compiled it, tested it, and uploaded it:
    http://rapidshare.com/files/15998359...i_sdhc.7z.html

  2. #242
    DCEmu Newbie
    Join Date
    Nov 2008
    Posts
    1
    Rep Power
    0

    Default

    Hey does this work with dvds? and is there a channel version with the current(or newer) version? The reason why I wanted a channel is because my parents are using this app on my wii as a dvd player since the dvd player they usually use broke. I didn't want them going into the HBC as I feared they would go into the wrong app and somehow brick the wii accidentally.

    edit: I forgot to mention that I was using the dvdlib version of mplayer that was released by the folks who did the HBC channel.
    Last edited by NeoNight; November 4th, 2008 at 02:45.

  3. #243
    DCEmu Newbie
    Join Date
    Jun 2007
    Posts
    71
    Rep Power
    0

    Default

    My kingdom for a good gui , it doesn't have to be xbmc with all the whistles and bells but just the basic stuff like options to calibrate the screen.

  4. #244

    Thumbs up DVD File Access devoptab implemented!

    I've developed a patch as devoptab "plugin" to enable reading files
    directly from wii DVD drive. It uses libdi library to read raw sectors.
    Then it map to "dvd:/" path. For now it reads filenames as iso9660:1999
    standard (long filenames but all uppercase and space->underscore
    translation). Maybe in the future i'll add joilet/rr support.
    I've also added a menu entry to access DVD files. I've tested it with a few
    DVD containing video material and all worked fine.

    See here: http://code.google.com/p/mplayerwii/issues/detail?id=32

  5. #245
    DCEmu Newbie
    Join Date
    Jul 2008
    Posts
    56
    Rep Power
    0

    Default

    Quote Originally Posted by tipolosko View Post
    I've developed a patch as devoptab "plugin" to enable reading files
    directly from wii DVD drive. It uses libdi library to read raw sectors.
    Then it map to "dvd:/" path. For now it reads filenames as iso9660:1999
    standard (long filenames but all uppercase and space->underscore
    translation). Maybe in the future i'll add joilet/rr support.
    I've also added a menu entry to access DVD files. I've tested it with a few
    DVD containing video material and all worked fine.

    See here: http://code.google.com/p/mplayerwii/issues/detail?id=32
    That's great
    Can you send to Marcan or publish in www.entuwii.net forum?
    So marcan can add to libdi
    A question,
    do you know if is needed any extra installation (DVDX)
    to use your dvd library?
    Thanks a lot.

    Edit: Marcan has told me that you need DVDX if you don't have a modchip.
    Last edited by rodries; November 4th, 2008 at 20:57.

  6. #246

    Default

    Yes, i confirm you need DVDX, because this library uses libdi, and all libdi requirements must be satisfied.
    I'm using PAL WII (italian version) with self-built YAOSM mod

    Noticed you've already posted in www.entuwii.net, i'll also follow that thread

    Can someone test my patch? Just to see if work correctly for everyone :thumbup:

  7. #247
    DCEmu Newbie
    Join Date
    Jul 2008
    Posts
    56
    Rep Power
    0

    Default

    Quote Originally Posted by tipolosko View Post
    Noticed you've already posted in www.entuwii.net, i'll also follow that thread

    Can someone test my patch? Just to see if work correctly for everyone :thumbup:
    Perfect www.entuwii.net is marcan's forum
    He has passed your code to Erant so probably they are going to integrate with libdi.

    I haven't my wii at now, but
    can you upload a compiled version for other people?
    So they can test your improvement.

    I hope that you continue improving your code and implement Joliet.

    Thanks for your code.

  8. #248

    Default

    Quote Originally Posted by rodries View Post
    I haven't my wii at now, but
    can you upload a compiled version for other people?
    So they can test your improvement.
    Sure! Here is it!
    Once unzipped, you'll find .dol file.
    Is also possible to rename it to boot.dol and substitute to the original mplayerwii version (while waiting for integration )

  9. #249
    DCEmu Newbie
    Join Date
    Jul 2008
    Posts
    56
    Rep Power
    0

    Default

    Hello tipolosko

    I was studing your code and I think that you can improve your file reading using a cache.

    You always read only 1 sector
    retval=WIIDVD_ReadDVD(filestate->localsectbuf, 1, sectorneeded);

    I'm not sure (I haven't my wii for test) but I think that if you read more sectors in one call (perhaps 32) and save in memory (cache) probably the next sector will be in cache so you needn't to read again. This is how libfat cache works more or less, and improve a lot the file access, because 1 call to read 32 sectors spend less time that 32 call to read 1 sector.
    I'll try to do some test using a very simple cache system.
    I prefer to have this conversation on www.entuwii.net because is a more technical forum, so if you want we can continue this conversation there, and we have marcan and hermes that are great programmers.

  10. #250

    Default

    Thanks rodries,
    the current code reads sector by sector.
    The great suprise is that seems to work without problems as-is!
    I know there is a lot of space for improvements, but i prefer to have a "stable" code before beginning optimizations.
    Sure, we can continue on www.entuwii.net, in the already open thread?

    Thanks for your interest!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

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