Amazon S3 Hosting Streaming Video

后端 未结 6 1048
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-30 17:24

If I make an Amazon s3 MP4 resource publically availible and then throw the Html5 Video tag around the resource\'s URL will it stream? Is it really that simple. There are a lot

6条回答
  •  半阙折子戏
    2021-01-30 17:53

    This is Brandon from Zencoder. What you're looking for is probably something like Video JS (videojs.com) for video playback. You can just upload an MP4 to S3 and reference it in a player (or the video tag directly, but that has additional issues). Our service is actually used for transcoding the video itself, not delivery. We actually created Video JS to help our customers (and the web at large) with easy, compatible HTML5 playback. If you have any other questions just ask. Thanks.

提交回复
热议问题