https://github.com/johnapache/tt-player
https://github.com/johnapache/tt-player
audio audio-player dash flv hls lerna rollup rtmp ttplayer typescript video video-player webtorrent
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnapache/tt-player
- Owner: JohnApache
- License: mit
- Created: 2020-02-13T03:15:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T02:40:30.000Z (over 5 years ago)
- Last Synced: 2025-03-17T04:48:05.403Z (10 months ago)
- Topics: audio, audio-player, dash, flv, hls, lerna, rollup, rtmp, ttplayer, typescript, video, video-player, webtorrent
- Language: TypeScript
- Size: 393 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.en_US.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Name
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][codecov-image]][codecov-url]
[![Known Vulnerabilities][snyk-image]][snyk-url]
[![npm download][download-image]][download-url]
[npm-image]: https://img.shields.io/npm/v/:packageName.svg?style=flat-square
[npm-url]: https://npmjs.org/package/:packageName
[travis-image]: https://www.travis-ci.org/JohnApache/:packageName.svg
[travis-url]: https://travis-ci.org/JohnApache/:packageName
[codecov-image]: https://codecov.io/gh/JohnApache/:packageName/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/JohnApache/:packageName
[snyk-image]: https://snyk.io/test/github/JohnApache/:packageName/badge.svg?targetFile=package.json
[snyk-url]: https://snyk.io/test/github/JohnApache/:packageName?targetFile=package.json
[download-image]: https://img.shields.io/npm/dm/:packageName.svg?style=flat-square
[download-url]: https://npmjs.org/package/:packageName
- [English](README.en_US.md)
- [简体中文](README.md)
> This is an example file with maximal choices selected.
- [Install](#install)
- [Usage](#usage)
- [Configuration](#configuration)
- [TIPS](#tips)
- [Example](#example)
- [Questions](#questions)
- [License](#license)
## Install
```bash
$ npm i :packageName --save
$ yarn add :packageName
```
## Usage
```js
// usage ways
```
## Configuration
```js
// config
```
## TIPS
> Some tips
## Example
```js
// example
```
## Questions
Please open an issue [here](https://github.com/JohnApache/hasaki-cli/issues).
## License
[MIT](LICENSE)