pennywise94
pennywise94
Any news so far? I have tried to edit the existing files, created a custom UITableViewCell and set numberOfLines of the label to 0, which works, but there are some...
Hi @Silence-GitHub, thank you for the quick reply. Will be looking into it just now, looping the video sounds logical indeed and should work. I'll try adding a separate AVPlayer...
Is there a way to synchronize AVPlayer with the BBMetalView? For instance, is there any way I can know for sure the audio and video will be completely in sync,...
That's indeed the issue I am currently facing as well. I'm looking into it as we speak, if I find a solution I'll let you know. Does `BBMetalImage` use a...
Do we have any way to know the "delay" caused by the filter process? E.g. the duration variable of the processing, for example? Can we do something with `CACurrentMediaTime()`?
I have reached out on [StackOverflow](https://stackoverflow.com/questions/58317954/how-to-sync-avplayer-and-mtkview) to see if someone has an idea on how to sync MTKView with AVPlayer, or if someone could suggest another approach in which we...
You might find the comments and answers on my StackOverflow post useful, @Silence-GitHub. Also, would it be an idea to stop drawing in the MTKView, by setting isPaused to true,...
Another interesting reference regarding this issue: https://github.com/MetalPetal/MetalPetal/issues/40
The solution provided by @hoangdado worked for me. @Silence-GitHub I feel like this should be implemented in the project, as it works smoothly now for audio playback when showing video.