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 => {} );