Hacker News new | ask | show | jobs
by krisives 3057 days ago
Does it support m3u or playlists over HTTP?
1 comments

It theoretically could, but the endpoint would need to serve the assets with permissive CORs headers.
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!

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.