Y
Hacker News
new
|
ask
|
show
|
jobs
by
captbaritone
3057 days ago
It theoretically could, but the endpoint would need to serve the assets with permissive CORs headers.
1 comments
krisives
3057 days ago
That makes sense, I forgot about the pesky CORS situation. My thinking was maybe the <audio> or other subsystem that is capable of loading MP3s remotely (since they are media objects) could do the same for playlist data.
Cheers!
link
captbaritone
3057 days ago
Yeah, CORs is a wrench in the works for this stuff. Even our audio source is subject to CORs because we want to be able to do EQ and visualization.
link
Cheers!