Issue with HTML5 audio tag and Range header #3185
Unanswered
pedromsfernandes
asked this question in
Q&A
Replies: 1 comment
-
Please provide |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to port a simple music-player similar to Spotify from
electron-react-boilerplate
totauri
usingvite
. I have an API endpoint that streams the songs, and requires a range header to find the part of the song that it should return, and theaudio
tag should automatically handle this. Weirdly enough, if I open the app in the browser using the URL provided byvite
, it still works, but it won't work with thetauri
window, that is, the range header is not being sent. Is this awebview
problem? Thanks in advance.Beta Was this translation helpful? Give feedback.
All reactions