Quote Originally Posted by yuzumi View Post
1) there will be iframe video links for videos? (like in demo)
Yes, this will be available.

Quote Originally Posted by yuzumi View Post
2) security from direct downloading (like links that we can se in code of show.php?link)
vshare support lighttpd mod_secdownload, this will make video link expire after specified time. This only possible if you enable multi sever support in vshare.

Quote Originally Posted by yuzumi View Post
3) is there any options for turning off video convert tools, if no will you provide any help in this question? (if needed)
Quote Originally Posted by yuzumi View Post
4) security for connecting to files not more then once from one ip
For this you need to modify code.

Quote Originally Posted by yuzumi View Post
5) i need to rewrite upload page, by default there will be no other video adding then from computer... i need uploading + info in 1 page
You need to modify php code.

Quote Originally Posted by yuzumi View Post
6) can you provide with info about converting tools CPU usage.. id like to have CMS + Convert + FileBase on 1 server (Atom D510 1.66 (2 cored), 4gb ECC RAM, 2х500gb HDD RAID 0/1, 100mbit port) and i need to know what max i can have
vshare use ffmpge/mencoder to convert videos. CPU uasge, time depends on video size. Try converting a video in your computer, you will get an idea of how much CPU needed for converting video.

Quote Originally Posted by yuzumi View Post
7) for how long video is converted (200mb) and if there is any turn - like: converting not more then 5 videos once
Try converting at you PC, it will be almost same. It is not recommended to convert 5 videos at a time. vshare have batch processing mode, that only convert one video every X minutes (when cron job run).