In brief, my current project involves developing a plugin to retrieve segments from an HLS playlist hosted on my personal server (using WebSocket) instead of relying on a content delivery network.
While I've successfully replaced the XHR component, I'm encountering difficulty in transmitting the segment data to JWPlayer. I'm curious if there are any viable solutions for this particular issue.