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

Serve audio and image files upon HTTP request #62

Open
ahmedhammad97 opened this issue Feb 5, 2019 · 1 comment
Open

Serve audio and image files upon HTTP request #62

ahmedhammad97 opened this issue Feb 5, 2019 · 1 comment

Comments

@ahmedhammad97
Copy link
Collaborator

As for the problem we encountered earlier, that audio files and images do not load in the front-end, I did multiple tests and came to the conclusion that they work perfectly if served from a local server, or even from a live server.
For example, replacing this
http://'+ window.location.host + ':' + window.location.port + '/correct.mp3
from our code by this
https://fathycoins.000webhostapp.com/music/win.mp3
makes it work!
So, my best guess that the problem could be in serving those files from the server.
Correct me if I am wrong.

@shakram02
Copy link
Owner

hmm, I think that problem is that the HTTP response needs to be split into partitions or something like that, that's an initial guess though. I'll look into it

@shakram02 shakram02 added High Priority High priority issue Android labels Feb 8, 2019
@shakram02 shakram02 added Medium Priority and removed High Priority High priority issue labels Jun 24, 2019
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

3 participants