Homebrew Official Wii Youtube Channel will soon no longer be supported, is there a Hombrew App to replace it?

OrGoN3

Well-Known Member
Member
Joined
Apr 23, 2007
Messages
3,241
Trophies
1
XP
3,280
Country
United States
No longer supported doesn't mean it's going to magically stop working one day, or magically disappear one day. Seriously man. And if heaven forbid it did uninstall on its own (impossible) you can always put it back with homebrew. It's not like the wad file disappears from the Internet.
 

Sticksandstones

Well-Known Member
Member
Joined
Nov 24, 2015
Messages
159
Trophies
0
Age
32
XP
137
Country
United States
No longer supported doesn't mean it's going to magically stop working one day, or magically disappear one day. Seriously man. And if heaven forbid it did uninstall on its own (impossible) you can always put it back with homebrew. It's not like the wad file disappears from the Internet.
If you hadn't been living under a rock for the last two months, you'd have noticed that it "magically stopped working" at the end of June, two days before the loss of support was announced to be. :P
 
Last edited by Sticksandstones,
  • Like
Reactions: OrGoN3

ShadowtearX

Well-Known Member
Member
Joined
Oct 12, 2009
Messages
344
Trophies
1
XP
1,296
Country
RELEASE
WiiMC+YT (end-user edition!)
P6zm47.jpg

This is basically just WiiiMC with the addition of YouTube support (thanks @Winter-Knight !)
It's still in early beta and stuff, but at least now it exists!
It's made as simple as possible, just download, move to SD Card, and run!
.zip File Linked Below - Enjoy!
------
Credits: @Winter-Knight
Creators of WiiMC
------
:download:DOWNLOAD

Dont forget that in the forums of WiiMC there is a release called WiiMC+ with a ton of modifications that make the application way better:
http://www.wiimc.org/forums/topic/wiimcv14-enhancement-pack-final-distribution/

changelog: http://www.wiimc.org/forums/topic/wiimcv14-enhancement-pack-for-wiimc-1-3-0-svn1061/
 
  • Like
Reactions: cvskid

incidentallyscribble

Well-Known Member
Member
Joined
Apr 24, 2016
Messages
863
Trophies
0
Age
38
XP
1,467
Country
United States

kyle9252

Well-Known Member
Newcomer
Joined
Oct 4, 2016
Messages
98
Trophies
0
Age
33
XP
143
Country
United States
Just tried WiiMC-YouTube, and it works! Thanks! I could search and play videos fine. I might publicly host the Python server on my VPS with a domain (no CloudFlare tho). afaik It has a lot of bandwidth.
 

kyle9252

Well-Known Member
Newcomer
Joined
Oct 4, 2016
Messages
98
Trophies
0
Age
33
XP
143
Country
United States
So I've been trying to host the WiiMC YouTube server on my Windows Server 2012 R2 VPS using IIS, and everything is going well (http://www.youtube-wii.ml:2092) and searching for videos works, but not video playback.
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are "Traceback (most recent call last): File "C:\Users\Administrator\Documents\youtube-wii\cgi-bin\youtube.py", line 24, in <module> subprocess.call(["youtube-dl", "-f", "18", "-o", outfile, "https://www.youtube.com/watch?v=" + watch], shell=True, stdout = open(os.devnull, "wb")) File "C:\Python27\lib\subprocess.py", line 168, in call return Popen(*popenargs, **kwargs).wait() File "C:\Python27\lib\subprocess.py", line 382, in __init__ errread, errwrite), to_close = self._get_handles(stdin, stdout, stderr) File "C:\Python27\lib\subprocess.py", line 505, in _get_handles p2cread = _subprocess.GetStdHandle(_subprocess.STD_INPUT_HANDLE) WindowsError: [Error 6] The handle is invalid ".
 
  • Like
Reactions: Sticksandstones

Sticksandstones

Well-Known Member
Member
Joined
Nov 24, 2015
Messages
159
Trophies
0
Age
32
XP
137
Country
United States
I'm having the same issue. I'm completely without experience setting up a local server like this, but I really want to watch YouTube without hogging someone else's bandwidth. I've gotten as far as to get search results to appear on WiiMC, but I can't seem to get video downloading/playback working at ALL.
We need some sort of tutorial for Windows or something.
 

kyle9252

Well-Known Member
Newcomer
Joined
Oct 4, 2016
Messages
98
Trophies
0
Age
33
XP
143
Country
United States
I think it's a problem with Windows not having /dev/null support. I'm not sure, I've never used Python before.
 

Sathya

GBAtemp Professional Poetry maker
Member
Joined
Nov 9, 2016
Messages
700
Trophies
0
Age
20
Location
NURANI'S HOME
XP
1,952
Country
Indonesia
I just started up the Wii's Youtube Channel, and received a notification that it will cease being supported on June 30, 2017. As I use my Wii as my primary way of watching Youtube on my TV, this is very concerning to me. Is there a Hombrew App for watching Youtube that is as good as the official channel? Preferably one that features a way to watch whole playlists without having to manually select the next video.
why you dont asking to wiimm?
 

incidentallyscribble

Well-Known Member
Member
Joined
Apr 24, 2016
Messages
863
Trophies
0
Age
38
XP
1,467
Country
United States
So I've been trying to host the WiiMC YouTube server on my Windows Server 2012 R2 VPS using IIS, and everything is going well (http://www.youtube-wii.ml:2092) and searching for videos works, but not video playback.
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are "Traceback (most recent call last): File "C:\Users\Administrator\Documents\youtube-wii\cgi-bin\youtube.py", line 24, in <module> subprocess.call(["youtube-dl", "-f", "18", "-o", outfile, "https://www.youtube.com/watch?v=" + watch], shell=True, stdout = open(os.devnull, "wb")) File "C:\Python27\lib\subprocess.py", line 168, in call return Popen(*popenargs, **kwargs).wait() File "C:\Python27\lib\subprocess.py", line 382, in __init__ errread, errwrite), to_close = self._get_handles(stdin, stdout, stderr) File "C:\Python27\lib\subprocess.py", line 505, in _get_handles p2cread = _subprocess.GetStdHandle(_subprocess.STD_INPUT_HANDLE) WindowsError: [Error 6] The handle is invalid ".
Might be an issue with windows. Have you tried on linux?
 

kyle9252

Well-Known Member
Newcomer
Joined
Oct 4, 2016
Messages
98
Trophies
0
Age
33
XP
143
Country
United States
UPDATE: I managed to get past the whole /dev/null problem (I used "nul" instead of "/dev/null"). But I get a new error:
Traceback (most recent call last):
File "C:\Users\Administrator\Documents\youtube-wii\cgi-bin\youtube.py", line 26, in <module>
print("Content-Length: " + str(os.path.getsize(outfile)) + "\n")
File "C:\Python27\lib\genericpath.py", line 57, in getsize
return os.stat(filename).st_size
WindowsError: [Error 3] The system cannot find the path specified: '/var/www/media/i2QxmFuPxgY.mp4'


I feel like the server is trying to send the video file before the video finishes downloading.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • Veho @ Veho:
    Double dickhead chinballs is still better than double dickhead eyeballs.
    +1
  • Veho @ Veho:
    As in, the balls will grow in your eye sockets.
  • K3Nv2 @ K3Nv2:
    I paid 5 grand to get them moved to my chin
    +1
  • Veho @ Veho:
    This you?
  • K3Nv2 @ K3Nv2:
    My hair can't be that cool
    +1
  • Veho @ Veho:
    Ah, yes, portrait mode, surely the best way to film a row of people. If only there were some way to fit a wider shot, at the expense of height... if only...
    +1
  • K3Nv2 @ K3Nv2:
    4k portrait mode?
    +1
  • BigOnYa @ BigOnYa:
    Diddy - "I never touched her, that bitch is crazy." Video is released. Diddy - " Ok I did it, i am remorseful for my actions during my darkest times." Lol
  • SylverReZ @ SylverReZ:
    @BigOnYa, Glad that the Diddler got caught once again.
    +1
  • K3Nv2 @ K3Nv2:
    Iran ran out of options
  • K3Nv2 @ K3Nv2:
    Thought I saw my ex on that new kingdom of the Apes poster
  • BigOnYa @ BigOnYa:
    I thought I saw a puttie snatch...
  • BigOnYa @ BigOnYa:
    I'm so pumped, NCAA football video game is back after a 10 year hiatus, coming to SeriesS/X, PS5 in July.
  • BigOnYa @ BigOnYa:
    Wish they would let us play the NCAA football 14 on newer xbox, its one of the only games I love and own on disc still, that is not back compatible, bs.
  • AdenTheThird @ AdenTheThird:
    @BigOnYa My dad recently bought a spare Series X off of me, got game pass, and saw Madden '24 on Game Pass, decided to try it out.

    ...He was a bit taken aback by the 60GB download size. Poor guy's still living in the 90s!
    +1
  • SylverReZ @ SylverReZ:
    @AdenTheThird, Bro's still in the PS2 age.
  • K3Nv2 @ K3Nv2:
    Lol charging your dad's classic unless he's the type that doesn't like taking things like that
  • AdenTheThird @ AdenTheThird:
    @K3Nv2 He was looking into consoles for his house anyway (for my younger siblings and himself) and I had a spare XSX and Switch I ended up selling him at pretty steep cuts. I would just give them to him, but I did buy them with the intent to sell them... and college is super expensive.
    AdenTheThird @ AdenTheThird: @K3Nv2 He was looking into consoles for his house anyway (for my younger siblings and himself)...