Este codigo tal vez te ayude.
No lo probe por que no tengo videos
Código HTML:
Ver original<!DOCTYPE html>
<html lang="es" dir="ltr"> function video()
{
setTimeout(function(){document.getElementById("video").autoplay = true;},15000);
}
<video width="400" height="300" id="video">
saludos