LISTEN-moe / feedback

Repo to keep track of feedback, suggestions, and issues with the service.
0 stars 1 forks source link

Request: Possible to support HTTP for the fallback stream? #33

Closed SuperrSonic closed 1 year ago

SuperrSonic commented 1 year ago

I would love to be able to play listen.moe on Wii, where https is not well supported.

I casually maintain a WiiMC build, my focus for a while has been to add online cover art reading, I did TuneIn, Yggdrasil Radio, and anison.fm (no longer working because they recently made their API https only.)

Though there are https libs ported to Wii, there are two problems: the memory consumption will most likely affect video decoding speed because the faster ram is almost completely full, the other problem is integrating it into the mplayer portion of the app, an https lib could be used to easily support listen.moe's cover art but to make it work with the audio decoders is much more challenging.

I noticed in the docs there's a "fallback" mp3 stream, maybe this could be used? From my understanding, https protects users from their info being vulnerable but since this is an audio stream would there really be any problem? I would like to know.

EDIT: I found a solution for this issue, but feel free to open again if there's interest or whatever.