nstudio / nativescript-videoplayer

:clapper: Video Player widget for NativeScript apps
MIT License
133 stars 59 forks source link

getDuration on live stream returns NaN #188

Open orionsass opened 3 years ago

orionsass commented 3 years ago

getDuration method returns Nan (only on ios) if src is a live stream. steps to reproduce:

create any simple project using "ns create". install nativescript-videoplayer "ns plugin add nativescript-videoplayer". fire getDuration method. any help would be greatly appreciated.