{"id":37908428,"url":"https://github.com/polyv/polyv-harmony-media-player-sdk-demo","last_synced_at":"2026-01-16T17:16:46.143Z","repository":{"id":243821818,"uuid":"813551814","full_name":"polyv/polyv-harmony-media-player-sdk-demo","owner":"polyv","description":"保利威 鸿蒙 播放器 SDK demo","archived":false,"fork":false,"pushed_at":"2025-12-26T06:09:17.000Z","size":786,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-27T17:53:16.040Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/polyv.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-11T09:42:53.000Z","updated_at":"2025-12-26T06:09:21.000Z","dependencies_parsed_at":"2024-06-11T11:12:59.121Z","dependency_job_id":"7cca5898-05c5-4f85-b4b3-ca12ec0f3183","html_url":"https://github.com/polyv/polyv-harmony-media-player-sdk-demo","commit_stats":null,"previous_names":["polyv/polyv-harmony-media-player-sdk-demo"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/polyv/polyv-harmony-media-player-sdk-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyv%2Fpolyv-harmony-media-player-sdk-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyv%2Fpolyv-harmony-media-player-sdk-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyv%2Fpolyv-harmony-media-player-sdk-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyv%2Fpolyv-harmony-media-player-sdk-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/polyv","download_url":"https://codeload.github.com/polyv/polyv-harmony-media-player-sdk-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyv%2Fpolyv-harmony-media-player-sdk-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28480094,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-16T17:16:46.084Z","updated_at":"2026-01-16T17:16:46.137Z","avatar_url":"https://github.com/polyv.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"polyv-harmony-media-player-sdk-demo\n===\n\n[![build passing](https://img.shields.io/badge/build-passing-brightgreen.svg)](#)\n[![GitHub release](https://img.shields.io/badge/release-2.7.2-blue.svg)](https://github.com/polyv/polyv-harmony-media-player-sdk-demo/releases/tag/2.7.2)\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\n- [1 简介](#1-%E7%AE%80%E4%BB%8B)\n- [2 下载安装](#2-%E4%B8%8B%E8%BD%BD%E5%AE%89%E8%A3%85)\n- [3 文档](#3-%E6%96%87%E6%A1%A3)\n  - [3.1 集成文档](#31-%E9%9B%86%E6%88%90%E6%96%87%E6%A1%A3)\n  - [3.2 接口文档](#32-%E6%8E%A5%E5%8F%A3%E6%96%87%E6%A1%A3)\n  - [3.3 版本更新记录](#33-%E7%89%88%E6%9C%AC%E6%9B%B4%E6%96%B0%E8%AE%B0%E5%BD%95)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n### 1 简介\n此项目是保利威鸿蒙播放器 SDK Demo。\n\n此项目只支持基础的播放功能和高级交互功能（具体见[播放器支持的功能特性](https://github.com/polyv/polyv-harmony-media-player-sdk-demo/blob/master/docs/public/支持的功能特性.md)）\n\n播放器项目的文件目录结构如下：\n\n```\n|-- demo\n|   |-- ability\n|   |-- mock (demo模拟数据)\n|   |-- pages\n|   |   |-- PLVMediaPlayerEntrancePage (入口页)\n|   |   `-- PLVMediaPlayerFeedVideoPage (短视频场景页面)\n|   |   `-- PLVMediaPlayerSingleVideoPage (长视频场景页面)\n|   `-- startup (SDK初始化)\n|-- scene_feed_video (短视频场景模块)\n|-- scene_single_video (长视频场景模块)\n`-- common\n    |-- modules (业务逻辑)\n    |-- ui (各场景通用的ui组件)\n    `-- utils (工具类库)\n```\n\n### 2 下载安装\n\n```shell\nohpm install @polyvharmony/media-player-sdk\n```\n\n### 3 文档\n#### 3.1 集成文档\n[集成文档](https://github.com/polyv/polyv-harmony-media-player-sdk-demo/tree/master/docs/public)\n#### 3.2 接口文档\n[v2.7.2 接口文档](https://repo.polyv.net/harmony/documents/media_player_sdk/2.7.2/index.html)\n#### 3.3 版本更新记录\n[全版本更新记录](https://github.com/polyv/polyv-harmony-media-player-sdk-demo/blob/master/CHANGELOG.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolyv%2Fpolyv-harmony-media-player-sdk-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolyv%2Fpolyv-harmony-media-player-sdk-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolyv%2Fpolyv-harmony-media-player-sdk-demo/lists"}