-
Notifications
You must be signed in to change notification settings - Fork 12
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
How could I access via the internet instead of the local network? #26
Comments
I had the same issue. It ia not built to control/update remotely.. |
@hapishyguy is correct. You typically configure Displayer to go and retrieve content from the internet. You do not push content from the internet to Displayer. For example: In our sports club there's a Displayer set up to load a remote display file (JSON) from a Github repository. Whenever I want to update the content, I push an update to the JSON file in the github repo and Displayer will pick it up within a couple of minutes and start playing the new content. Of course you could also enable port-forwarding on your router to allow remote access to the device running Displayer but I would strongly discourage that. |
If you're interested... here is the displayer file we use at our sports club: https://github.com/kcbj/kcbj-displayer/blob/main/kantine.json |
Got it, thanks for getting back to me. |
I don't understand much about kotlin. val displayUrl: String? =null, I could add a url base It's a way to add a dynamic url to the schedules without having to use the adb commands. |
That sounds like a very specific use case. There are 2 separate requests:
|
I need to access remotely via the internet to change the media. How could I access via the internet instead of the local network?
The text was updated successfully, but these errors were encountered: