I am trying to play voice in safari using HTML5 Audio. But this does not work on https, http is excellent.
var audio = new Audio(); audio.src = "https://example.com/xxxx.wav"; audio.play();
Can't play audio via https ? If you are not using html5 audio, is there another alternative solution for playing voice over https under safari?
thanks
source share