The process of streaming is very commonly misunderstood.
Streaming is the means to be able to deliver content of audio/video/etc
at any point in its length. If I want to skip 95% of the mpeg video I
can without having to download the whole video. That is streaming.
What streaming isnt is downloading an mp3 from a webserver and listening
to it before it has finished downloading.
To stream content as Davide rightly said you will need to add either an
application on top of apache such as a perl script, or executable
process that will deliver the requested content. An example of this
would be Real Helix server (which is actually very good, but a tad
expensive for the home user).
Apache delivers webpages plus a few other magical bits and pieces, and
has no regard for multimedia either way.
Cheers,
Tom
Plainsailing wrote:
> Hi Cal,
>
> I read your posting re-streaming media through Apache.
>
> I am trying to setup a streaming solution at home to stream movies
> recorded from a digital TV card to PC's around the house using http.
>
> I've had some success using Apache streaming ts format movies and have
> also tried to stream a movie converted from video tape into mpeg2
> format. The only issues I had in getting Apache to work was setting
> the correct mime types.
>
> My posting is located at;
>
> <a style='text-decoration: underline;' href="http://www.webservertalk.com/message631239.html" target="_blank">http://www.webservertalk.com/message631239.html</a> however I haven't had
> any replies so am kinda stuck.
>
> It all works except I cannot stream more than 3 movies at the same
> time. I have read that Apache is not to good at streaming too many
> large files and that a media server is required. However I haven't
> found anything that runs on XP which is affordable and practical for
> home use.
>
> Regards
>
>
>
> --
> Plainsailing
> ------------------------------------------------------------------------
<font color=purple> > Posted via <a style='text-decoration: underline;' href="http://www.webservertalk.com</font" target="_blank">http://www.webservertalk.com</font</a>>
> ------------------------------------------------------------------------
<font color=purple> > View this thread: <a style='text-decoration: underline;' href="http://www.webservertalk.com/message634569.html</font" target="_blank">http://www.webservertalk.com/message634569.html</font</a>>
><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: configuring Apache to allow streaming media