Gaming YouTube app now in the eShop

KazoWAR

Well-Known Member
Member
Joined
Aug 12, 2008
Messages
1,952
Trophies
1
Age
35
Location
Winter Haven
XP
2,129
Country
United States
Kinode over on 3dsforums figured out a way to get on to other videos sites and watch videos on some of theme with the youtube app. i think if the site supports html5 or mobile devices the vidoes should play, no flash only sites. And yes, before anyone asks, i know of at least one porn site that works perfectly. i was able to successfully play mp4s from a web server i had running on my computer. needs to be properly converted though, this should do the trick.

http://www.mediafire.com/download/58dkin9ocu8d08k/3DS Youtube App Video Encoder.zip

OR
Code:
x264.exe --profile baseline --bitrate 200 --vbv-maxrate 200  --vbv-bufsize 400 --video-filter resize:400,240 --output temp.h264 "%~1"
ffmpeg.exe -i "%~1" -acodec libvo_aacenc -ab 96k -ar 44.1k temp.aac
DEL out.mp4
MP4Box -brand mp42 -delay 1=1 -add "temp.h264:fps=29.970" -add "temp.aac" "out.mp4"
DEL temp.aac
DEL temp.h264

what you need to do to do this

1. have a youtube account with at least 1 video uploaded.
2. in the top left corner on the bottom screen, click the button that looks like 3 white lines in the shape of a square, then scroll all the way down and go to settings.
3. scroll down and go to email
4. scroll down and go to comment notifications -> change on Google+ (with out that 1 video this will be missing)
5. click the download google chrome link.
6. scroll all the way down on the google chrome download page and you will see a link to the google home page where you can then search google for other sites.
 
  • Like
Reactions: ipwndeveloper
D

Deleted User

Guest
Wow, just a web browser with a video player.
Here's an idea- I looked up the user agent string and it seems that the YouTube web mode (the one for non-youtube videos) runs on a 1.4x 3DS netfront browser... but the actual 3DS browser runs on 1.5x...
So why haven't Nintendo implemented a video player into the regular browser yet? This stupid Youtube skin app thing is outdated and yet has a video player
 

ipwndeveloper

Well-Known Member
Member
Joined
Jun 3, 2013
Messages
276
Trophies
0
Age
35
Location
San Fransisco, CA
Website
gb4iphone.x10.mx
XP
189
Country
United States
Yea, Nintendo is kinda paranoid and almost a control freak about what they want on their systems. This is why they region lock still. Although this is a simple web browser it would be EXTREMELY easy for Google to shut down this loophole in the browser if Nintendo told them to shut it down. I wonder if the MP4 codec used, or youtube browser older browser is exploitable.

also I think the reason the Youtube application could be bundled with the older version of netfront is to a similar reason to why apple did not allow applications to use the Nitro Rendering engine on non first party applications for the sake of stability.
 

loco365

Well-Known Member
Member
Joined
Sep 1, 2010
Messages
5,457
Trophies
0
XP
2,927
Kinode over on 3dsforums figured out a way to get on to other videos sites and watch videos on some of theme with the youtube app. i think if the site supports html5 or mobile devices the vidoes should play, no flash only sites. And yes, before anyone asks, i know of at least one porn site that works perfectly. i was able to successfully play mp4s from a web server i had running on my computer. needs to be properly converted though, this should do the trick.

http://www.mediafire.com/download/58dkin9ocu8d08k/3DS Youtube App Video Encoder.zip

OR
Code:
x264.exe --profile baseline --bitrate 200 --vbv-maxrate 200  --vbv-bufsize 400 --video-filter resize:400,240 --output temp.h264 "%~1"
ffmpeg.exe -i "%~1" -acodec libvo_aacenc -ab 96k -ar 44.1k temp.aac
DEL out.mp4
MP4Box -brand mp42 -delay 1=1 -add "temp.h264:fps=29.970" -add "temp.aac" "out.mp4"
DEL temp.aac
DEL temp.h264

what you need to do to do this

1. have a youtube account with at least 1 video uploaded.
2. in the top left corner on the bottom screen, click the button that looks like 3 white lines in the shape of a square, then scroll all the way down and go to settings.
3. scroll down and go to email
4. scroll down and go to comment notifications -> change on Google+ (with out that 1 video this will be missing)
5. click the download google chrome link.
6. scroll all the way down on the google chrome download page and you will see a link to the google home page where you can then search google for other sites.

I'm curious as to how one can navigate to a specific address. There's no URL bar, so how can one go to any site that pleases them (Both literally and figuratively)? I can't seem to go directly to any site unless I search it via Google.
 

Duo8

Well-Known Member
Member
Joined
Jul 16, 2013
Messages
3,613
Trophies
2
XP
3,030
Country
Vietnam
I'm curious as to how one can navigate to a specific address. There's no URL bar, so how can one go to any site that pleases them (Both literally and figuratively)? I can't seem to go directly to any site unless I search it via Google.

You can visit the cached version though. Add "cache:" before url.
 

KazoWAR

Well-Known Member
Member
Joined
Aug 12, 2008
Messages
1,952
Trophies
1
Age
35
Location
Winter Haven
XP
2,129
Country
United States
I'm curious as to how one can navigate to a specific address. There's no URL bar, so how can one go to any site that pleases them (Both literally and figuratively)? I can't seem to go directly to any site unless I search it via Google.

gotta search on google. I had a blank page on a free web host with a link to http://192.168.0.3:8080/3DS/ and it works fine.

youtube_zps455d61d9.gif
 

weatMod

Well-Known Member
Member
Joined
Aug 24, 2013
Messages
3,305
Trophies
2
Age
47
XP
3,351
Country
United States
3D video was literally the only point of Youtube on the 3DS at a time where everyone and his dog has a handheld computer capable of high-resolution video as his phone. Way to mess it up.

yea nintendo is retarded and lazy they screwed us on the netflix app too ,no reason not to support 3d ,nintendo is so lazy that even alot of the game trailer videos for 3ds games in the eshop are in 2d ,it was like 90% of them in the beginning ,its like jesus fuk how god damn lazy can you stupid assholes be ,your trying to market your shit to us and you dont even want to bother to put commercial trailers in 3d ,its like they dont even try
i could run that company better than them with my eyes closed sitting on the toilet taking a shit
 

domukuro

New Member
Newbie
Joined
Dec 11, 2013
Messages
1
Trophies
0
Age
31
Location
Calera, Zacatecas, Mexico
XP
51
Country
Mexico
Kinode over on 3dsforums figured out a way to get on to other videos sites and watch videos on some of theme with the youtube app. i think if the site supports html5 or mobile devices the vidoes should play, no flash only sites. And yes, before anyone asks, i know of at least one porn site that works perfectly. i was able to successfully play mp4s from a web server i had running on my computer. needs to be properly converted though, this should do the trick.

http://www.mediafire.com/download/58dkin9ocu8d08k/3DS Youtube App Video Encoder.zip

OR
Code:
x264.exe --profile baseline --bitrate 200 --vbv-maxrate 200  --vbv-bufsize 400 --video-filter resize:400,240 --output temp.h264 "%~1"
ffmpeg.exe -i "%~1" -acodec libvo_aacenc -ab 96k -ar 44.1k temp.aac
DEL out.mp4
MP4Box -brand mp42 -delay 1=1 -add "temp.h264:fps=29.970" -add "temp.aac" "out.mp4"
DEL temp.aac
DEL temp.h264

what you need to do to do this

1. have a youtube account with at least 1 video uploaded.
2. in the top left corner on the bottom screen, click the button that looks like 3 white lines in the shape of a square, then scroll all the way down and go to settings.
3. scroll down and go to email
4. scroll down and go to comment notifications -> change on Google+ (with out that 1 video this will be missing)
5. click the download google chrome link.
6. scroll all the way down on the google chrome download page and you will see a link to the google home page where you can then search google for other sites.

How to use the folder what you shared ? O.o
 

ipwndeveloper

Well-Known Member
Member
Joined
Jun 3, 2013
Messages
276
Trophies
0
Age
35
Location
San Fransisco, CA
Website
gb4iphone.x10.mx
XP
189
Country
United States
You could host your own server on an intranet(only in your house) if you like, or you could use somebody else server, or paid hosting service

Intranet Servers:
OSX (Appstore Link, 10.6.8 or later, I would recommend it as it works quite well)
WINDOWS- You can use python or MiniWeb(sourceforge link)
Linux- Just use Python. (pre installed in most distros)
Pros&Cons to Intranet servers:
+Not restricted by upload TOS
+Only works at home(unless port fowarding is enabled)
Or you could use a free webhost
+Works anywhere with internet connection
+Home PC does not have to be on 24/7
+but be limited by less bandwith/drive space and TOS when uploading.
 

cr08

Well-Known Member
Newcomer
Joined
Oct 14, 2008
Messages
48
Trophies
1
XP
127
Country
United States
Kinode over on 3dsforums figured out a way to get on to other videos sites and watch videos on some of theme with the youtube app. i think if the site supports html5 or mobile devices the vidoes should play, no flash only sites. And yes, before anyone asks, i know of at least one porn site that works perfectly. i was able to successfully play mp4s from a web server i had running on my computer. needs to be properly converted though, this should do the trick.

http://www.mediafire.com/download/58dkin9ocu8d08k/3DS Youtube App Video Encoder.zip

OR
Code:
x264.exe --profile baseline --bitrate 200 --vbv-maxrate 200  --vbv-bufsize 400 --video-filter resize:400,240 --output temp.h264 "%~1"
ffmpeg.exe -i "%~1" -acodec libvo_aacenc -ab 96k -ar 44.1k temp.aac
DEL out.mp4
MP4Box -brand mp42 -delay 1=1 -add "temp.h264:fps=29.970" -add "temp.aac" "out.mp4"
DEL temp.aac
DEL temp.h264

what you need to do to do this

1. have a youtube account with at least 1 video uploaded.
2. in the top left corner on the bottom screen, click the button that looks like 3 white lines in the shape of a square, then scroll all the way down and go to settings.
3. scroll down and go to email
4. scroll down and go to comment notifications -> change on Google+ (with out that 1 video this will be missing)
5. click the download google chrome link.
6. scroll all the way down on the google chrome download page and you will see a link to the google home page where you can then search google for other sites.


I have to ask a dumb question here: How do you have it pulled up on the 3ds? Direct link to the mp4 or using the <video> tag? Been playing with this myself and trying to get it to go on my end but no luck. The only thing I have changed from the above is I am using ffmpeg for both video and audio in one go (using -x264opts to set the relevant options) and then using Mp4box afterwards to add the brand and delay options.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: https://a.co/d/8tRQnqT