{"id":69236,"date":"2023-04-10T16:22:09","date_gmt":"2023-04-10T08:22:09","guid":{"rendered":"http:\/\/www.xiaoyebailong.com\/?p=69236"},"modified":"2023-05-06T15:06:00","modified_gmt":"2023-05-06T07:06:00","slug":"artplayer-js-html5-%e8%a7%86%e9%a2%91%e6%92%ad%e6%94%be%e5%99%a8","status":"publish","type":"post","link":"http:\/\/www.xiaoyebailong.com\/index.php\/2023\/04\/10\/69236.htm","title":{"rendered":"ArtPlayer.js \u2014\u2014 HTML5 \u89c6\u9891\u64ad\u653e\u5668"},"content":{"rendered":"\n<p>\u4e0b\u8f7d\u5730\u57401\uff1ahttps:\/\/gitee.com\/522497065\/ArtPlayer<\/p>\n\n\n\n<p>\u4e0b\u8f7d\u5730\u57402\uff1ahttps:\/\/codeload.github.com\/zhw2590582\/ArtPlayer\/zip\/refs\/heads\/master<\/p>\n\n\n\n<p>\u8be6\u7ec6\u6559\u7a0b\uff1a https:\/\/artplayer.org\/document\/<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html&gt;\n&lt;html&gt;\n    &lt;head&gt;\n        &lt;title&gt;ArtPlayer Demo&lt;\/title&gt;\n        &lt;meta charset=\"UTF-8\" \/&gt;\n        &lt;style&gt;\n            .artplayer-app {\n                width: 600px;\n                height: 400px;\n            }\n        &lt;\/style&gt;\n    &lt;\/head&gt;\n    &lt;body&gt;\n        &lt;div class=\"artplayer-app\"&gt;&lt;\/div&gt;\n        &lt;script src=\"artplayer.js\"&gt;&lt;\/script&gt;\n        &lt;script&gt;\n            var art = new Artplayer({\n                container: '.artplayer-app',\n                url: 'video.mp4',\n                poster: '\/assets\/sample\/poster.jpg',\n                isLive: true,\/\/\u76f4\u64ad\u6a21\u5f0f\u9690\u85cf\u8fdb\u5ea6\u6761\n                muted: true,\/\/\u9ed8\u8ba4\u9759\u97f3\n                autoplay: true,\n                autoSize: true,\/\/\u9690\u85cf\u9ed1\u8fb9\n                loop: true,\/\/\u5faa\u73af\u64ad\u653e\n                setting: true,\/\/\u9690\u85cf\u8bbe\u7f6e\n                fullscreen: true,\/\/\u5168\u5c4f\n            });\n        &lt;\/script&gt;\n    &lt;\/body&gt;\n&lt;\/html&gt;<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u4e0b\u8f7d\u5730\u57401\uff1ahttps:\/\/gitee.com\/522497065\/ArtPlayer \u4e0b\u8f7d\u5730\u57402\uff1ahttps:\/\/codeload.github.com\/zhw2590582\/ArtPlayer\/zip\/refs\/heads\/master&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,1],"tags":[633,634],"topic":[],"class_list":["post-69236","post","type-post","status-publish","format-standard","hentry","category-htmlcss","category-technology","tag-html5","tag-mp4"],"_links":{"self":[{"href":"http:\/\/www.xiaoyebailong.com\/index.php\/wp-json\/wp\/v2\/posts\/69236","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.xiaoyebailong.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.xiaoyebailong.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.xiaoyebailong.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.xiaoyebailong.com\/index.php\/wp-json\/wp\/v2\/comments?post=69236"}],"version-history":[{"count":2,"href":"http:\/\/www.xiaoyebailong.com\/index.php\/wp-json\/wp\/v2\/posts\/69236\/revisions"}],"predecessor-version":[{"id":69238,"href":"http:\/\/www.xiaoyebailong.com\/index.php\/wp-json\/wp\/v2\/posts\/69236\/revisions\/69238"}],"wp:attachment":[{"href":"http:\/\/www.xiaoyebailong.com\/index.php\/wp-json\/wp\/v2\/media?parent=69236"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.xiaoyebailong.com\/index.php\/wp-json\/wp\/v2\/categories?post=69236"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.xiaoyebailong.com\/index.php\/wp-json\/wp\/v2\/tags?post=69236"},{"taxonomy":"topic","embeddable":true,"href":"http:\/\/www.xiaoyebailong.com\/index.php\/wp-json\/wp\/v2\/topic?post=69236"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}