ryanheise
ryanheise
Can you elaborate on what way that is the problem? Do you mean that it works without recreating the player?
What is the expiry date for your signed URL? Does it expire during the timespan we're talking about here?
If the URL expires in the span you're talking about, why would appending a version query parameter cause it to "un"-expire?
When you tried a URL argument update, I think there were other parts to that workaround besides just the argument, including a server redirect and so on.
One other thing you can try is to download the file using http, and then play it in memory using a base64 URL. To avoid locking up the UI while...
It will be more efficient to bypass `StreamAudioSource` if you already have the base64 encoded data. You would do this by constructing a data URL: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs
There are two pull requests available now to try (#779 and #800), but I'm thinking of a 3rd approach that might be a better approach long term. For now, you...
Hi @synapticvoid you can see #779 for a discussion of the various approaches. I'm not able to commit to one direction or the other at this time since I think...
Why do you need `_toMessage`?
That is not one of the viable solutions that were offered to you above.