Matt Jezorek wrote:
> What is the best way to stream over http so the movie be
> embedded with a http:// url instead of rtsp? RTSP is blocking lots of our
> customers from viewing QT files what do I need to do anyone know?
You say QT files. From this, I assume you've got fixed-length QT movies, and
are not doing live broadcasting.
All you need is to put the .mov file on an ordinary webserver. Then, you can
use the EMBED HTML tag to embed it into a webpage, or you can write a SMIL
page to be loaded into QT Player to link to your movies.
Any webserver will do, as long as its MIME tables include video/quicktime,
which all currently shipping servers do (and probably so do most for the
last five or six years or so :)