Hi, did you fix it on server side or app side?
Post
Replies
Boosts
Views
Activity
The same issue happened to me, but I did not find the reason.
The approach used to fix it was, get the current video url and reloading the player with it:
(playerViewController.player?.currentItem?.asset as? AVURLAsset)?.url
Same here.
Did you find out what was causing the issue?