In Xcode I get the log for this four missing videos like this:
2016-11-09 14:31:37.371253 artedefutbol[2293:838837] Error - AVAssetReader not in reading state
2016-11-09 14:31:37.371413 artedefutbol[2293:838837] Error - Unable to prepare media for playback
VideoPlayer ready.
<PrepareVideo>c__Iterator5:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
(Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)
2016-11-09 14:31:37.391196 artedefutbol[2293:838837] Video width not available in current state
2016-11-09 14:31:37.391282 artedefutbol[2293:838837] Video height not available in current state
InitVideoTexture with size: -1 x -1
VideoPlaybackBehaviour:InitVideoTexture(Boolean)
<PrepareVideo>c__Iterator5:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
(Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)
Texture has out of range width / height
UnityEngine.Texture2D:.ctor(Int32, Int32, TextureFormat, Boolean)
VideoPlaybackBehaviour:InitVideoTexture(Boolean)
<PrepareVideo>c__Iterator5:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line 438]
(Filename: Line: 438)
UnityException: Failed to create texture because of invalid parameters.
at UnityEngine.Texture2D..ctor (Int32 width, Int32 height, TextureFormat format, Boolean mipmap) [0x00000] in <filename unknown>:0
at VideoPlaybackBehaviour.InitVideoTexture (Boolean isOpenGLRendering) [0x00000] in <filename unknown>:0
at VideoPlaybackBehaviour+<PrepareVideo>c__Iterator5.MoveNext () [0x00000] in <filename unknown>:0
at UnityEngine.SetupCoroutine.InvokeMoveNext (IEnumerator enumerator, IntPtr returnValueAddress) [0x00000] in <filename unknown>:0
(Filename: currently not available on il2cpp Line: -1)
So which lines in the scripts is it that you have modified/added?
Will it also make the app play more videos? I got the same problem with the app refusing to show videos after a certain number.
Im trying to use the device database