Oct 23 2008

RTMP protocol, handling and downloading

Tag: multimedia, webservertengo @ 10:00 am

The RTMP (Real Time Messaging Protocol) protocol is a proprietary and closed source protocol developed by Adobe which is used to stream (mainly FLV) video off a media server, like the the Adobe Flash Media Server. Most probably you’ve come across this protocol while watching video on one of the video sites out there.
About RTMP
RTMP […]


Oct 13 2008

Why is there no Gmail rival?

Tag: Uncategorizedtengo @ 9:39 am

Email is as old as the internet, but it needed Google to make it fun? Come on! I can’t believe this. There is no real Gmail rival, not even a Gmail clone!
The thing people like the most about gmail seems to be the ability to dynamically sort and search emails in an advanced way, but […]


Oct 13 2008

SSL wildcard certificate to include subdomains

Tag: webservertengo @ 8:43 am

Using SSL as means to secure data connections to specific servers on the net is a widely adopted standard.
One of the limitations of domains secured with SSL certificates is that a certificate needs to be hardcoded to be only valid for a single subdomain + top-level-domain combination, like www.example.com. If your sitestructure requires you to […]