https对应的是wss:
var protocol = location.protocol === "https:" ? "wss:" : "ws:"; var wsUri = protocol + "//" + window.location.hostname + ":" + window.location.port + "/media";