Is there a way to spatialize the audio in HLS/m3u8?
I tried to use HLS to construct a video element from m3u8, then create a videoTexture and Sound obj from the video element respectively.
It works only on Android, Mac Chome and PC Chome, but not on Mac Safari nor iOS Safari, where only plain stereo audio can be heard.
I tried several versions of safari and iOS, none of them work with HLS/m3u8. I also tried to use the MP4 URL to construct the video element, then created the video texture and spatial Sound. It worked with all my versions of iOS/Safari, as long as they meet the version requirement of the panner node.
Could you check on the webgkit side just to be sure they should be compatible as I am not seeing anything special in our code, from a quick glance ? and do you have some working webaudio samples with this format on Safari with paner node ?