barmej / react-native-youtube-player

A Cross-platform Youtube Player component for React Native Built using the official YouTube IFrame Player API.
128 stars 49 forks source link

Change the duration to 0 to fix Live videos #32

Open bilicio opened 4 years ago

bilicio commented 4 years ago

Hi, I created a property on player called 'isLive' to watch live videos with your player. Live videos return infinite values to duration crashing the player, what i did was changing the duration to 0 when the property 'isLive' is found. Thank you

shrhawk-entertainer commented 4 years ago

@bilicio pending?

bilicio commented 4 years ago

yes.. you can use my fork if you need live: https://github.com/bilicio/react-native-youtube-player/tree/live-fix

adderly commented 3 years ago

Great fix, Is this gonna be merge anytime soon?