I’m looking to improve Shaka Player’s performance, particularly within a React Native environment.
One approach I’m considering is to switch the media source within the existing Shaka Player component without forcing a re-render. I believe this could lead to smoother transitions between videos.
However, when I try to implement this—by calling the player.load() function with a new manifest after the first video has finished—the new video doesn’t load completely. It doesn’t throw an error, but the loading process stops partway through.
Do you have any suggestions or insights on this approach? Any advice would be greatly appreciated.