This version of Unity is unsupported.

VideoPlayer.isPlaying

public bool isPlaying;

Description

Whether content is being played. (Read Only)

Calling VideoPlayer.Play may not set isPlaying to true. The VideoPlayer must successfully prepare the content before it can start playing. See VideoPlayer.Prepare.