We have problems while playing video, with new Video Player (Unity 5.6.0b3).
We don’t have any problems with video player in editor or standalon application for Windows, but when we try to play video, on android device we see black screen. We test it on Galaxy S7 and Sony Z3 with Android 6.0.
We trying to play reference video (http://www.quirksmode.org/html5/videos/big_buck_bunny.mp4) from related topic (Correct video format for video playback ? - Unity Engine - Unity Discussions). Video encoded with H264 AVC codec, audio encoded with AAC.
We want to play video without transcode. We try to play video from assets as Video Clip, and try to stream video by URL from StreamingAssets folder. It doesn’t metter. On Windows it work, but on Android it doesn’t.
We found that, if we remove audio from video clip, with external software, video start playing on android. It looks like problem related with audio. We try different audio output mode, but it doesnt help. Always black screen.