Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

configuring Apache to allow streaming media

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  24/7 Tech Support  
Author Message
biddybiddybop

External


Since: Dec 10, 2004
Posts: 5



(Msg. 1) Posted: Fri Dec 10, 2004 7:22 pm
Post subject: configuring Apache to allow streaming media
Archived from groups: alt>apache>configuration (more info?)

Hello all -

I am wondering how one would go about enabling streaming media on
Apache.

NOTE: I am not in any way educated in the Apache world but rather I
am posting on behalf of a friend / webspace provider who is.

Thank you.

 >> Stay informed about: configuring Apache to allow streaming media 
Back to top
Login to vote
davideyeahsure

External


Since: Nov 03, 2003
Posts: 2907



(Msg. 2) Posted: Sat Dec 11, 2004 3:35 am
Post subject: Re: configuring Apache to allow streaming media [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2004-12-11, Cal Varnsen <biddybiddybop.TakeThisOut@email.com> wrote:
 > I am wondering how one would go about enabling streaming media on
 > Apache.

Apache is a web server, not a media server, so you'll need something
on top of it.

 > NOTE: I am not in any way educated in the Apache world but rather I
 > am posting on behalf of a friend / webspace provider who is.

Then tell him to post himself. What'sup? Is he scared?

Davide

--
Linux, because we don't need no steenkin' Blue Screen of Death!<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: configuring Apache to allow streaming media 
Back to top
Login to vote
biddybiddybop

External


Since: Dec 10, 2004
Posts: 5



(Msg. 3) Posted: Sat Dec 11, 2004 7:00 am
Post subject: Re: configuring Apache to allow streaming media [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

no, he was at a family Christmas party and I told him I'd try to check
into it for him. Is that a big problem?

Please tell me what you mean by "you'll need something on top of it."
thanks
 >> Stay informed about: configuring Apache to allow streaming media 
Back to top
Login to vote
biddybiddybop

External


Since: Dec 10, 2004
Posts: 5



(Msg. 4) Posted: Sat Dec 11, 2004 7:03 am
Post subject: Re: configuring Apache to allow streaming media [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

no, he was at a family Christmas party and I told him I'd try to check
into it for him. Is that a big problem?

Please tell me what you mean by "you'll need something on top of it."
thanks
 >> Stay informed about: configuring Apache to allow streaming media 
Back to top
Login to vote
biddybiddybop

External


Since: Dec 10, 2004
Posts: 5



(Msg. 5) Posted: Sat Dec 11, 2004 7:05 am
Post subject: Re: configuring Apache to allow streaming media [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

no, he was at a family Christmas party and I told him I'd try to check
into it for him. Is that a big problem?

Please tell me what you mean by "you'll need something on top of it."
thanks
 >> Stay informed about: configuring Apache to allow streaming media 
Back to top
Login to vote
biddybiddybop

External


Since: Dec 10, 2004
Posts: 5



(Msg. 6) Posted: Sat Dec 11, 2004 7:41 am
Post subject: Re: configuring Apache to allow streaming media [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sorry this got posted three times. I am experimenting with the new
google groups and recieved some errors.
anyway, can anyone assist me with this?

thanks.
 >> Stay informed about: configuring Apache to allow streaming media 
Back to top
Login to vote
user3310

External


Since: Dec 12, 2004
Posts: 1



(Msg. 7) Posted: Sun Dec 12, 2004 7:58 pm
Post subject: Re: configuring Apache to allow streaming media [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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;

http://www.webservertalk.com/message631239.html 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
------------------------------------------------------------------------
Posted via http://www.webservertalk.com
------------------------------------------------------------------------
View this thread: http://www.webservertalk.com/message634569.html
 >> Stay informed about: configuring Apache to allow streaming media 
Back to top
Login to vote
user3331

External


Since: Dec 16, 2004
Posts: 3



(Msg. 8) Posted: Thu Dec 16, 2004 2:35 pm
Post subject: Re: configuring Apache to allow streaming media [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Which mods and streaming media - Hi, How can I tell which mods are installed with an Apache web server? I didn't install or configure this server, I just sort of "inherited" it. Also what is necessary for the server to support streaming media? Thanks, Lisa Casey

web cam streaming? - I was wondering, what do i need to stream live video (not snapshots) from a usb webcam on a linux box with apache 2? right now I've got the webcam doing snapshots to a dir under documentroot and referencing that with an "img=" type thing in the...

Media server - This is a newbie question. I woould like to use Apache as a media server. Does anyone know of: 1. a resource that gives an overview of how Apache works to aid my understanding of what I want to do and 2. someone must have done this already so are there..

password protection (.htaccess) and streaming mp3's - Hey folks, just for the record this work in winamp. I have an apache web server with an mp3 link that is password protected. After authorization you can see the mp3's. Click on a link and the little web engine I'm using (Zina) automagically creates a..

Apache Log IP Via - Hi to all, i have an apache external and more apache internal. On external Apache I set more VirtualHost and with mod_proxy talk with all internal apache. For example: ProxyRequests On ProxyPass / http://192.168.0.1/ ProxyPassReverse /..
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]