antonyraphel / ARStories

It is similar like Instagram Stories, to show video or photo directly of the users account.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

play videos from remote

sebastienboulogne opened this issue · comments

Hi, your code looks good but have some timing problems while playing videos from remote url :/

  • Would you have a different version taking care of loading the videos before starting progress bar timing ?

  • The first progress bar segment takes the default duration (5 sec) instead of the asset (video) duration ? How to fix that ?

Thank you so much for your help :)

  • loading the videos before starting progress bar timing is done.
  • first progress bar segment takes the default duration (5 sec) instead of the asset (video) duration is done.

@sebastienboulogne thanks for your update.