Hls video streaming on iOS/Safari

前端 未结 2 1623
暖寄归人
暖寄归人 2020-12-04 01:51

I am trying to stream hls on safari iOS with Aframe that has three.js under the hood. But the video shows a black screen with just the audio playing. The video src is of typ

2条回答
  •  攒了一身酷
    2020-12-04 02:45

    https://github.com/video-dev/hls.js#compatibility

    Please note: iOS Safari "Mobile" does not support the MediaSource API. Safari browsers have however built-in HLS support through the plain video "tag" source URL. See the example above (Getting Started) to run appropriate feature detection and choose between using Hls.js or natively built-in HLS support.

    When a platform has neither MediaSource nor native HLS support, you will not be able to play HLS.

    
    
    
    
    

提交回复
热议问题