Closed mvn-thanhluu-hn closed 5 years ago
Hi
Unfortunately, you need to rebuild playerItem after change trackItem's resource.
But the rebuild time shouldn't be taking too long, I rebuild the playerItem in my app, and it's quick. Maybe you take too long to create other resources?
You are right, after measuring the time I discovered it took a long time to create resources. Thanks for your response.
Hi Vitoziv!
I am currently using your library in some video editing projects and it is really awesome. Thank you for your efforts to create this library and to make editing videos easier.
While using your library I have encountered some issues that I would like to share and look forward to your feedback.
I often have to change track items and re-build player item. Ex: change the URL of a track item ... But I'm having performance issues because the build player item takes a long time and takes up a lot of device resources
So is there a way for me to not have to re-build the player item but only update the changes?
Ex: The code below when I want to change the URL of bambooTrackItem, I am currently rebuilding the compositionGenerator and re-build player item.
Looking forward to hearing from you. Thank you!