CKEDITOR.editorConfig = function(config) {

    config.extraPlugins = 'video';
    config.toolbar = 'Full';

config.toolbar_Full =
[
	{ name: 'document', items: ['Source', 'Preview'] },
	{ name: 'clipboard', items: ['PasteFromWord'] },
	{ name: 'insert', items: ['Image','Video', 'Flash', 'Iframe'] }
	
];

    // Define changes to default configuration here. For example:
    // config.language = 'fr';
    // config.uiColor = '#AADC6E';
};
ben bu şekilde normal video ekleme yaptırıyorum. Örnek olması açısından..