https://github.com/natjs/weex-nat-media-video
https://github.com/natjs/weex-nat-media-video
app media mobile nat video weex weex-plugin
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/natjs/weex-nat-media-video
- Owner: natjs
- Created: 2017-02-15T08:14:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-17T13:50:24.000Z (about 8 years ago)
- Last Synced: 2025-09-25T12:37:53.999Z (9 months ago)
- Topics: app, media, mobile, nat, video, weex, weex-plugin
- Language: JavaScript
- Homepage: http://natjs.com/#/#video
- Size: 20.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nat-media-video
- [Documentation](http://natjs.com/#/reference/video)
- [Github](https://github.com/natjs/weex-nat-media-video)
## Installation
```
weexpack plugin add nat-media-video
```
```
npm install natjs --save
```
## Usage
Use in weex project (`.vue`/`.we`)
```html
import Nat from 'natjs'
// play
Nat.video.play('http://domain.com/video')
// pause
Nat.video.pause()
// stop
Nat.video.stop()
```
See the Nat [Documentation](http://natjs.com/) for more details.