NathanaelA / nativescript-exoplayer

Please use: https://github.com/nstudio/nativescript-plugins/
27 stars 36 forks source link

Can I use this to play youtube videos without nativescript-youtube-parser ? #6

Closed ishandutta2007 closed 7 years ago

ishandutta2007 commented 7 years ago

For https://github.com/bradmartin/nativescript-videoplayer you can't play directly unless you parse using http://plugins.nativescript.org/plugin/nativescript-youtube-parser

NathanaelA commented 7 years ago

I don't believe so; the youtube parser parses the configuration that youtube sends. You need to do the work to parse the data file and choose which size video you want to play and then play it.

ishandutta2007 commented 7 years ago

Even after using parsed youtube url(parsed offline ie outside the app), it's terribly slow compared to to the big_buck_bunny.mp4 in the example. What should be done, what do you suggest ?