×

Setting Up Quicktime Streaming

seriesoftubes

Published: 2009-11-14

I usually use a third-party service such as vimeo to host and stream my video. However, after moving to my new awesome host, DreamHost, I discovered that they had an option to enable quicktime streaming. I poked around the support wiki and decided to test it out.

The process to setup is super simple. Click on the media streaming panel in your dashboard and pick a streaming sub domain. Give it a little while to setup and that's it.

DreamHost creates a folder on your server to upload your .mov files into. They also generate a new url that will look something like rtsp://your_streaming_subdomain.com:554/your_streaming_subdomain.com/movie.mov

You take this url and use an <object> code to embed the movie in a page.

The final code looks something like this

Here is my first test at an embeded .mov file streamed off a quicktime server.

You may have noticed that this is in fact not embedded with the code above. I couldn't get it to work. I used this code -

This may be caused by numerous things. I will continue to update as I tinker around with a solution. However, a regular quicktime embed does seem to move a little faster but that could be in my head.

I'm up in the air as to stay with flash video or move to hosted quicktime. There are upsides and downsides to both.

If you have any thoughts about which is the better way to go, let me know in the comments.