-
Notifications
You must be signed in to change notification settings - Fork 0
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
Server not working over tethering network #1
Comments
Capturing the network streams allowed to spot that the URLs sent by device 1 are wrong (http://0.0.0.0:1234/a-5678.mp3 for example). Host is 0.0.0.0
The second proposal seems more generic, I will try it first and in case it works, implementing proposal #1 will not be needed. |
Through the emulator, running API level 15, all the above methods (see gist above) could be called (even though no meaningful value was returned, due to limitations of the emulator, not allowing to emulate a wifi network). |
…r-tethering Directory service not working over tethering interface: See Issue occasionaldevshare#1
Steps to reproduce
Expected result
All media shared by device 1 can be played on device 2, by client application.
Current result
No media shared by device 1 can be played on device 2.
The text was updated successfully, but these errors were encountered: