Web Hosting Talk







View Full Version : Streaming audio/video


Chris
06-28-2001, 11:27 AM
I am not installing realserver because this is possible without I read all over the forums, I heard you need to configure the MIME types to be able to enable the streaming, so can anyone here please tell me what I have to add to the MIME types ?

(SH)Saeed
06-28-2001, 11:38 AM
Hmm, I had a real audio site with about 300 songs and I didn't change a thing. I think you're fine as long as the webserver knows .ra .ram .rm etc are Real Audio formats. The program buffers the song and starts playing it while downloading.


Offtopic..

My #666th post!!!!!
:angry: :dgrin: :angry:

Steffen
06-30-2001, 05:44 AM
You can switch on/off over MIME-TYPES the HTTP-Streaming.
Starting from the Real-Player8+ that works well. Edit your mime.types (/etc/httpd/conf), e.g. add or del

audio/x-pn-realaudio ram
audio/x-pn-realaudio-plugin rpm
audio/x-realaudio ra
application/smil smi smil sml

Restart your Apache.

--
Steffen

Chris
06-30-2001, 12:56 PM
k, ill try this