the whole web? all several trillion pages of it?
https://wordpress.org/plugins/search.php?type=term&q=CDN in less than 30 seconds.
Jack, thank you for your reply. But i also checked before the link you gave and could not find any plugin will solve my issue.
you’re basically looking to store video files on an different server to your wordpress installation. you can either use a CDN like cloud flare, Rack space, Amazon or others and use a plugin to manage the two or you can specify the upload path in wp-config.php and see if that does what you’re after. http://premium.wpmudev.org/blog/change-default-wordpress-uploads-folder/
better yet, just upload them to somewhere like vimeo or youtube and embed their players and use their bandwidth and storage rather than pay for your own!
Jack, actually i think you did not understand what i need.
Let me explain to you a little bit;
I have 2 different servers.
1) wordpress and web files installed on
2) videos are located on
I am giving online lectures in my webpage by using RTMP/VOD system. I am uploading videos by using ftp clients to my video server and using the “rtmp://ip:port/vod/mp4:video.mp4” format in my posts. Actually, i draw a diagram for the plugin i want. I know there is no specific plugin that give my requires but also i am searching a developer to develop it. I’ll pay it as well.
Here’s the diagram.