To stream rtsp video in cordova ionic app

匿名 (未验证) 提交于 2019-12-03 10:24:21

问题:

Iam developing an android app in ionic. I need to stream video of rtsp protocol and. amp format. Tried cordava steaming media and cordova-rtsp. But iam getting error media player unknown. Plus help

回答1:

In order to achieve this you need to install a Cordova plugin. Try this plugins to stream rtsp on cordova:

https://github.com/dride/cordova-plugin-rtsp-vlc

Install

ionic cordova plugins add cordova-plugin-rtsp-vlc

Usage:

window.VideoPlayerVLC.play( url, done => {}, error => {} );



易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!