How to build a live video streaming app

Hi itlr,

By any chance you successfully used jw-player in an Ionic 2 app?

From what I understood one should

  1. Download the js file to host it in the app, from jwplayer site.
  2. Import it in the app
  3. Make a wrapper component to consume that js.

I am failing in the first step, when I try to import the js file, jwplayer in not defined anywhere. I am trying to import the js in the index.html as a script tag.

If you successfully used jwplayer in Ionic 2 app I would appreciate if you would share with me at least high level of what I should do.

I appreciate any help, thanks in advance.