播放视频 instagram 视频链接

时间:2021-05-08 21:37:39

标签: html api html5-video instagram-api instagram-graph-api

我使用 API 获得了 Instagram 视频链接:

https://scontent-sof1-1.cdninstagram.com/v/t50.2886-16/177680205_139601581408427_4200544389012622967_n.mp4?_nc_ht=scontent-sof1-1.cdninstagram.com&_nc_cat=111&_nc_ohc=LMEvpOoz-ioAX-Io9Cq&edm=AABBvjUBAAAA&ccb=7-4&oe=60992333&oh=f9449ac8dafad0bc3d36e818d5908776&_nc_sid=83d603

但我无法使用 HTML 中的视频代码属性播放它:

 <video width="400" controls="controls" preload="metadata">
            <source src="https://scontent-sof1-1.cdninstagram.com/v/t50.2886-16/177680205_139601581408427_4200544389012622967_n.mp4?_nc_ht=scontent-sof1-1.cdninstagram.com&_nc_cat=111&_nc_ohc=LMEvpOoz-ioAX-Io9Cq&edm=AABBvjUBAAAA&ccb=7-4&oe=60992333&oh=f9449ac8dafad0bc3d36e818d5908776&_nc_sid=83d603" type="video/mp4">
 </video>

0 个答案:

没有答案