-
Notifications
You must be signed in to change notification settings - Fork 33
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
Hotspot mode #62
Comments
In the wifi hotspot, I think that this app will not work because there are restrictions on network by security. (e.g. perhaps multicast does not allowed...🤔) |
Well, it is possible that the client which connect to the hotspot actually has DLNA server running on it (yes, i know this is a weird case) I just found out that DMS Player as it is on Lenovo K4 Note can run in hotspot mode normally :D but it does not work on Xiaomi Redmi 4X. According to https://stackoverflow.com/questions/15388300/wifi-hotspot-multicast-broadcast , it seems like hotspot probably has support for multicast. The simplest way to test it is probably in AndroidLan.java, change
to
|
Since I can not reproduce it in my environment, could you tell me the value of |
I just noticed... |
Time to update the implementation then :D
Let see what I can do to get it. I am a noob when it comes to android app development. :D |
Hi,
Is it possible to make the app working when the android is in hotspot mode? I get a message that i need to turn on wifi on my phone.
Thank you
The text was updated successfully, but these errors were encountered: