<script>
$('#video').flvPlayer(function() {
'url': 'yourcdn. com/somevideo.mp4',
'width: 600,
'height': 400
});
</script>
One thing to keep in mind is that using SSL will throw errors when with a cdn! You will need to either keep the same files on your own server and differentiate between SSL and non, or get a CDN that allows you to secure it with your own SSL and domain.
Also, CDNs are most often for static content. Not live streaming. If you need live streaming you *may* need something else. If its streaming static content (like youtube) then you can go with practically any. If you want suggestions, I can name off 3 of the popular ones (and one of them is uber cheap)
Video-streaming apps just call a file (usually a .FLV). Instead of pointing to a file on your server, you now point to a file on the CDN. So CDN's should be able to support any video-streaming app of your choice.
What are the most reliable ones? I keep going onto video sites where the players freeze up.
SSL are practically required on websites that deal with personal info (name, address, phone etc). It's also helpful for logins and just getting the customer to trust you. It's the best $20 investment I ever make on a site.
If you're going to make a 'dumb' website that is just streaming content without accepting payments or dealing with the personal info, you could get away without one. Though if you go that route, I would get 2 months of data without ssl and then buy one. Compare 2 months with ssl to the non-ssl and see if the conversions went up.
Didnt get your point, Also tell me what you want to achieve via CDN whether its security or Fast Streaming? because both are totally different. if you want to secure the stream then you have to look into webserver like Lighttpd & nginx besides CDN. its a Big sea and you have to absorb lots & lots of information![]()
as i have been in this field from many years we use following methods.
CDN : only where there is a sales page so user get videos without delay and become possible prospect.
Own Servers + CDN : If you are talking about video sharing site. we deploy our own server and setup our own sort of CDN for all free users. while premier users get Direct Streams from the CDN
By the way i charge big buck just for the Consultation on network & multi server setups. but its offline so doesn't matter ;P
Fast streaming. Why might you want to secure the stream?