HTTPS streaming & CORS
- Always embed HTTPS stream URLs to avoid mixed-content blocking.
- If you host your site on a different domain, your player may require CORS headers.
Fixes
- Use the MoYo Player in the client dashboard (HTTPS by default).
- If building a custom player, serve it from the same domain as your site, or ensure CORS allows it.