vlc-rtsp-player
v0.0.3
Published
Plugin para reproducir RTSP Usando VLC
Downloads
5
Readme
vlc-rtsp-player
Plugin para reproducir RTSP Usando VLC
Install
npm install vlc-rtsp-player
npx cap syncAPI
play(...)
play(options: { url: string; }) => Promise<void>| Param | Type |
| ------------- | ----------------------------- |
| options | { url: string; } |
pause()
pause() => Promise<void>updateStream(...)
updateStream(option: { url: string; }) => Promise<void>| Param | Type |
| ------------ | ----------------------------- |
| option | { url: string; } |
checkConnection(...)
checkConnection(option: { url: string; }) => Promise<void>| Param | Type |
| ------------ | ----------------------------- |
| option | { url: string; } |
