Automating video streaming is a bit challenging compared to that of images.
If you are automating video player then you can use JavaScript API to call player event.
You just need to use JavaScripExecutor to execute JavaScript then all function like seek, stop, pause, mute gets performed.
Hope this helps!