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

Out of range alert/popup #42

Open
13rac1 opened this issue Feb 5, 2015 · 1 comment
Open

Out of range alert/popup #42

13rac1 opened this issue Feb 5, 2015 · 1 comment
Assignees

Comments

@13rac1
Copy link
Member

13rac1 commented Feb 5, 2015

When the app starts and the user is not in range, we need a "popup" notification explaining the situation. The current functionality (everything works, but there's no audio) seems like the app is broken.

@13rac1 13rac1 added this to the FAMSF Store submission milestone Feb 5, 2015
@hburgund
Copy link
Member

hburgund commented Feb 5, 2015

Totally vital! Yet again, I have no idea why this doesn't exist already given that it's been a part of earlier apps. Maybe I didn't hand over the complete codebase or something initially...who knows, but it's worth poking around to see if this already exists, but is disabled somehow.

Out-of-range notification and functionality has been a long-term component. The way it is currently designed to work is if the app detects that the device is out of range (as defined by twice the max radius away from any active speaker for the project), the server returns a static stream url (out_of_range_stream) instead of a dynamic stream and said popup warns the user of the situation. Since it is quite common that people try to use RW apps when not at the site, this method at least gives them the opportunity to play around with the app and hear something representative of what they might hear on-site.

The fact that you are not hearing any audio at all suggests there is more wrong, or perhaps you were testing in the range between speaker max_distance and 2*speaker max_distance (which would result in the behavior you experienced, actually...no popup and no audio until you moved closer at which point it wound fade in). What url was returned by request_stream?

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

No branches or pull requests

4 participants