Inserting videos in a PHP website

What is the best way to put videos in a PHP powered website? I do not want to use Youtube because I want to publish my own videos without any company or brand name. I aslo want to know how can I put advertisment in these videos, as you see sometimes before you see a video an advertisement appears then the videos starts!

This isn’t really a php question - you can either implement advert insertion using your video player (html/javascript/actionscript), ‘bake’ the advert into the video file (ffmpeg), or append to a stream live (any rtmp video server)