I want to know that is there any option that i can apply my own video player on youtube video player using iframe or youtube api ?
you can embed youtube video without control controls=0
then wrapped it with your custom player and use it to control video using iframe api.
that's what I did on my jquery plugins, you can check it on github