Aftendo / Nintendo-Anime-Channel-Revival

Template for reviving Nintendo Anime Channel on 3DS
6 stars 0 forks source link

Where can you upload the videos/catalog so it loads #1

Open CubeFun opened 1 month ago

CubeFun commented 1 month ago

This is a pretty stupid question and i read the description but archive.org doesnt work, i tried port forwarding my own server with playit - build-relates.gl.at.ply.gg:21780/catalog.json but that didnt work too, and i dont wanna upload it to github since it has file limitations, it would be best if i could somehow make it work with my server but for now idk.

MettleSphee commented 1 month ago

This might be inaccurate, but the NAC (Nintendo Anime Channel)'s http parser works only for: a) HTTPS only when retrieving catalogs (and your server appears to be http only), it works with self-signed certificates if you do end up making it https; b) simple straightforward links, in the sense that it does not parse ports, and only relies on the default ones. If you want to mitigate this specifically (and you already modified the app to parse http instead of https for the catalog, I'll write a guide for that soon probably), you have to portforward such that the EXTERNAL port is 80 (or 443 for https), and the INTERNAL port is whatever port your web server is listening on.

Hope this helped!

CubeFun commented 1 month ago

Okay so, i port forwarded the server to this link -https://ef926318966ad6f06ec147586c44b72f.serveo.net/catalog.json it is https and does offer tls 1.1 i edited the cataloghandler sent it to the 3ds but it says (unable to connect to the server)

CubeFun commented 1 month ago

Btw you should definitely write a tutorial on how to edit the http parser to parse http instead of https