Asif Bilal
Asif Bilal
I have created Pull Request for this issue. Please accept this.
same problem. @VeinGuo please resolve this.
@dineshguptha you can use below code to play video infinitely. Implement the delegate _VGPlayerDelegate_ and implement below method. ``` func vgPlayer(_ player: VGPlayer, stateDidChange state: VGPlayerState) { if state ==...
@natabene thanks for adding me in CLA list. As you requested, I have edited the title and saved and it turned into green. Also I have removed the open-source-contribution label.
Yes, it happens for some of the videos. For one of such video, I digged deep into the code and noticed that resource delegate methods are requesting bytes with range...
I am also facing the same issue. @shehzadq did you find any walk around?