expo / videoplayer

Customizable controls for Expo video
83 stars 83 forks source link

Add isLive property for live video #22

Open scottf-tvw opened 6 years ago

scottf-tvw commented 6 years ago

Removes scrubber (seek) bar and changes file duration indicator to LIVE when isLive property is set to true. It’s default property set to false. This solves the issue where when the player is playing a live stream, if the user seeks, the app will crash. Plus a seek slider is not desirable or functional with live video streams.