I’m trying to play m3u8 video file in app so I found streaming media xtreme plugin. I followed documentation but for IOS there is a issue while accessing plugin.
Plugin URL: Streaming media xtreme
For android, it works perfectly.
window['plugins'].streamingMedia.playVideo('url');
For IOS, it shows error in build.
window['plugins'].streamingMedia.playiOS('url');
Errors I’ve faced,
typeerror: undefined is not an object (evaluating ‘window[‘plugins’].streamingmedia.playios’)
(evaluating 'rxjs_operators__webpack_imported_module_8__[“window”][‘plugins’]
If someone knows about it please guide me or if there is some other plugin which provide video player with basic controls to run m3u8 file in Android, IOS and browser.
Regards
1 post - 1 participant