When trying to play a video from a remote server with media.playVideo I suddenly get this error on iOS devices:
_itemFailedToPlayToEnd: {
kind = 1;
new = 2;
old = 0;
}
the video player shows but it does not play the video. Instead it throws the onComplete event and returns to the app after a couple of seconds.
I built this project dozens of times with the video working, but suddenly this error occured.
I didn’t do any changes to the videos or the code playing the video in the app.
I tested the remote videos in a browser and they still play fine there.
Any idea what is going on?