Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android version? #23

Open
2468-13579 opened this issue Jan 1, 2020 · 5 comments
Open

Android version? #23

2468-13579 opened this issue Jan 1, 2020 · 5 comments

Comments

@2468-13579
Copy link

Is it possible to use it on android other than the website nani.ninja?
Thanks in advance.

@destruc7i0n
Copy link
Owner

You can add the website to your homescreen, as it has been optimized for such use.
There are no plans for a native app at the moment.

@DeWolfRobin
Copy link

while this is indeed easy to do on mobile, it's not that easy on TVs (as these mostly don't have a browser). so maybe some sort of port might be nice? converting the whole project to an apk is pretty easy (I did it using ionic and capacitor), however, the video player will not work due to the following capacitor error:

E  Unable to open asset URL: http://localhost/proxy/pl/evs3/<redacted>/assets/<redacted>,4504749.mp4,4504755.mp4,4504743.mp4,4504731.mp4,4504737.mp4,.urlset/master.m3u8?Policy=<redacted>

@destruc7i0n
Copy link
Owner

while this is indeed easy to do on mobile, it's not that easy on TVs (as these mostly don't have a browser). so maybe some sort of port might be nice? converting the whole project to an apk is pretty easy (I did it using ionic and capacitor), however, the video player will not work due to the following capacitor error:

E  Unable to open asset URL: http://localhost/proxy/pl/evs3/<redacted>/assets/<redacted>,4504749.mp4,4504755.mp4,4504743.mp4,4504731.mp4,4504737.mp4,.urlset/master.m3u8?Policy=<redacted>

That issue arises from the need of a proxy to simplify video watching and not require a chrome extension or the like. Set an environment variable with a cors enabled proxy URL with REACT_APP_CORS_PROXY.
I have not tested using the app on a TV so your mileage may vary.

@DeWolfRobin
Copy link

I am writing an app in kotlin now that does the same, but to my experience the proxy isn't needed

@destruc7i0n
Copy link
Owner

I am writing an app in kotlin now that does the same, but to my experience the proxy isn't needed

Its required only on the web due to CORS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants