VoltManEXE

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Youtube not working anymore? #29337
    VoltManEXE
    Participant

    I have the same problem, since wednesday or so i can’t load any youtube video anymore, good that this is issued so there will be a fix soon perhaps?

    Greetings,

    Hepyro 🙂

    in reply to: Expanded Windows Compile Guide #25998
    VoltManEXE
    Participant

    I corrected the line you mentioned Tantric/jhb50, and the compiled dol/elf is created! Thanks for the info!

    @jhb50: Are you working on a new Enhancement patch btw? 🙂

    in reply to: Guide to Using WIIMC’s YouTube Support #27239
    VoltManEXE
    Participant

    Thnx jhb50!

    I take a look at it, because i use youtube alot, especially to watch lets plays so it will come in handy to make playlists of that (parts etc.) so i dont have to search manually each time! 🙂

    in reply to: Expanded Windows Compile Guide #25992
    VoltManEXE
    Participant

    @cmb wrote:

    As one of the other posters mentioned, I’m getting errors compiling recent SVN sources at the end now:

    linking … wiimc.elf
    mem2_manager.o: In function `mem2_free’:
    c:/users/nobody/wii/wiimc/source/utils/mem2_manager.c:204: undefined reference to `__lwp_heap_block_size’
    mem2_manager.o: In function `mem2_memalign’:
    c:/users/nobody/wii/wiimc/source/utils/mem2_manager.c:173: undefined reference to `__lwp_heap_block_size’
    collect2: ld returned 1 exit status
    make[1]: *** [/c/users/nobody/wii/wiimc/wiimc.elf] Error 1
    make: *** [build] Error 2

    I’m using the latest libogic SVN, is there something else I need to update?

    I have the same problem, latest SVN afaik, have tried to recompile everything but still the same error, also checked the libs folder to see if i had to compile another libary but that was not the case so i am puzzeled what to do now?

    in reply to: Youtube errors with WiiMC #27027
    VoltManEXE
    Participant

    @jhb50 wrote:

    Glad its working for you now. The color bars should be the same in both versions since they are both using the same version of the player. If you can give me a reference of a youtube video that plays differently I will check it. In my testing, I also download the youtube video’s that play with bars and when I play them as WIIMC videos they also have the bars so there is something about those vids that cause this problem with the WIIMC player.

    I noticed your bug report already with this error and tested your attached flv files, on pc it works normally using VLC player, in WiiMC however the bug still arises.

    An example video where this bug occurs is: http://www.youtube.com/watch?v=Sdn0d5C7CVE

    In the original released version of WiiMC you can sometimes bypass this behaviour if you load a different video, but in your patched release the bug remains present however.

    The video i linked works most of the time (not always!) correct with original WiiMC, but not in WiiMC+ 😉

    in reply to: Youtube errors with WiiMC #27026
    VoltManEXE
    Participant

    @jhb50:

    I finally got it to work!! Did a “make clean” and then rebuild, why i do not know but the dol. and elf. files works perfect now!

    I also applied your patch and it is fantastic!! Youtube quality is awesome, what a difference if you compare it to the original quality with the standard release 😉

    The only thing that comes back more regulary is the color bar bug (movies are black/white with some red-like color bars am i correct?) I understood that it has to be fixed, i saw that you uploaded a new version of the patch today so i try it out! (PS: The original WiiMC also had the color bar bug but less frequently then the patch version)

    Thanks a lot for your help anyway!

    in reply to: Youtube errors with WiiMC #27023
    VoltManEXE
    Participant

    @jhb50:

    I followed your instructions but i am getting a very weird error when doing the final step to enter the make commando in the main directory to build the .elf file.

    This is what i get:

    I have no idea where to look, but i appreciate your help! What i also noticed is that some maps after the make and make install commando’s give a red exclamation mark, see picture:

    The other lib dir’s don’t give this red mark, i tried to recompile these directory’s but unfortunately with no result 🙂

    (If this is slightly offtopic my apologies) 🙂

    in reply to: Youtube errors with WiiMC #27021
    VoltManEXE
    Participant

    @jhb50 wrote:

    You should be able to easily compile the latest SVN using the instructions in the Enhanced Windows Compile Guide, but you must now also Make and Make Install the latest libogc SVN to replace that in devKitPro, since this is now needed by WIIMC. Others have appended this process to that thread, and it will get rid of that error.

    My enhancements do not address any errors so just the SVN compile should fix your problem.

    I have reported the color bar bug and provided H263 and AVC sample vids, so hopefully a future SVN will fix that too.

    And that’s the part i do not understood, i followed your instructions step by step but i found nothing precise how to update the libogc SVN 🙂

    I couldn’t find it within the instructions! But thanx for your help anyway 🙂

    PS: Why is it forbidden to post a compiled version btw? (I am a noob at this so sorry for my dumb question) 🙂

    in reply to: Youtube errors with WiiMC #27019
    VoltManEXE
    Participant

    @jhb50 wrote:

    I have had no such problems. In fact I have enhanced the YouTube support to get HighQuality AVC video (fmt=34) and to autoplay all the videos on the downloaded playlist and spent last night watching a constant stream of artifact free YouTube clips automatically played one after the other without a glitch. What an amazing feature!! Every search has returned great results but they do seem to be limited to an undocumented finite number based on an undocumented criteria, which I have asked be published.

    I tried to compile it with devkitPro but no luck…getting network.cpp error or something so i hope that this will be implemented in the next official release? It sounds great to me what you have done with that patch 🙂

    A couple of the clips did have color bars which I need to research, and playback did stutter but did not fail when my Internet connection was overloaded by a simultaneous 500kbps download which was easily addressed by limiting the download speed to 200kbps.

    I noticed this too indeed.

    I suggest that you look at the reliability of your network rather than at the WIIMC code. I should add that I am using the SVN486 code rather than the 1.0.9 release SVN471 code so perhaps some of the later fixes make the difference.

    I have double checked my network and it works properly? I’t seems a bug in caching the video, hopefully this can be fixed in a later edition of WiiMC 🙂

    in reply to: Youtube errors with WiiMC #27017
    VoltManEXE
    Participant

    @Tantric wrote:

    This area could use some improvement. I don’t doubt there are little glitches like this. But I (personally) don’t have the time or energy to improve it. Maybe someone else will submit a patch.

    Thanks for the quick response!

    Maybe the person who helped you with the youtube implementation/support can look at this? I have done some long testing with different movies and watched the network activity on my router, when the problem occurs, most of the time the network activity stops blinking, it stops caching the movie what it normally does when there’s only a couple of minutues left to play, but then at the beginning.

    I fully understand that you are very busy (think of the emulators and such) so i will wait patiently for this! When a futere version of WiiMC has corrected this behaviour i will tell so here on the forums 🙂

    Greetings,

    Hepyro

Viewing 10 posts - 1 through 10 (of 10 total)

Login

Lost Password