Re: [us...@httpd] .mpeg4 .avi files video steaming not working with firefox

2009-12-11 Thread Mark H. Wood
The first thing you need to do is to say much more precisely in what way "it didn't work". o Firefox claimed it did not know what to do with the document o Some other error dialog (what did it say?) o Firefox crashed o Firefox stalled until I got tired of waiting o Document was rendered as so

[us...@httpd] Questions about implementing SSL/VirtualHosts

2009-12-11 Thread Dan Schaefer
Background info: My company's server's Apache is currently configured without Virtual Hosts. Which means any request in the *.example.com (example.com is a placeholder here) domain, that is not specifically setup on our public DNS, will be directed to our web server and any other DNS hack that

Re: [us...@httpd] http video streaming

2009-12-11 Thread Mark H. Wood
What you are missing is that HTTP is not designed for AV streaming. You need something like Helix Server or Darwin Streaming Server to do the streaming. These implement other protocols that offer all kinds of adaptive mechanisms to deal with the absurdity of trying to run an isochronous medium ov

Re: [us...@httpd] .mpeg4 .avi files video steaming not working with firefox

2009-12-11 Thread Tom Evans
On Fri, Dec 11, 2009 at 3:25 PM, KiranParmar wrote: > So Wat I have to do to play the .mpeg4 extension file on firefox. > Thanks in Advance. Er - try firefox-us...@? Cheers Tom - The official User-To-User support forum of the

[us...@httpd] .mpeg4 .avi files video steaming not working with firefox

2009-12-11 Thread KiranParmar
I want to play video file on web browser using apache same as youtube.com doing. I had tried .avi, .MPG and .mpeg4 file that working on Internet Explore.But not playing on Firefox. Try to solve that, I have installed plugin wmpfirefoxplugin.exe and installed latest Quicktime player. But not work

Re: [us...@httpd] http video streaming

2009-12-11 Thread János Löbb
Hi Ted, As others pointed out streaming video is using another protocol, / RTSP/. Unless there is a mod_RTSP somewhere that can be plugged into apache, you need a piece of software that can speak RTSP. If You do not like Apple software, then others provided hints what to use. János On

Re: [us...@httpd] Why does mod_proxy_balancer ajp:// crash apache tomcat?

2009-12-11 Thread André Warnier
Andrew Harvey wrote: Using mod_proxy_balancer.so on apache 2.2.14 to balance tomcat 5.5.27 BalancerMember http://192.168.1.190:8080 route=jvm1 BalancerMember http://192.168.1.191:8080 route=jvm1 causes tomcat to coredump with Dec 11, 2009 10:40:22 AM org.apache.catalina.co

[us...@httpd] Why does mod_proxy_balancer ajp:// crash apache tomcat?

2009-12-11 Thread Andrew Harvey
Using mod_proxy_balancer.so on apache 2.2.14 to balance tomcat 5.5.27 BalancerMember http://192.168.1.190:8080 route=jvm1 BalancerMember http://192.168.1.191:8080 route=jvm1 causes tomcat to coredump with Dec 11, 2009 10:40:22 AM org.apache.catalina.core.ApplicationContext

[us...@httpd] Unable to play streaming windows media through forward proxy.

2009-12-11 Thread gmanohar
Hi , I have apache configured as a forward proxy , and all my machines in the network use apache as proxy in the browser to access the internet. I recently came across an issue with a site that streams wmx videos ,and I am unable to play the videos with any browser through the proxy. The browser h

[us...@httpd] unsubscribe

2009-12-11 Thread Gallardo, Lisa
<> - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org " from the digest: users-dig

Re: [us...@httpd] [2.0.63 Question] mod_proxy_balanc er.so was never built in 2.0.63‏

2009-12-11 Thread Jeff Trawick
2009/12/11 Andrew Harvey : > Q1] What's wrong with apache 2.0.63 and mod_proxy_balancer.so? mod_proxy_balancer is not part of Apache 2.0. Move up to Apache 2.2. - The official User-To-User support forum of the Apache HTTP Server

[us...@httpd] [2.0.63 Question] mo d_proxy_balancer.so was never built in 2 .0.63‏

2009-12-11 Thread Andrew Harvey
mod_proxy_balancer.so was never built in 2.0.63 no variation on the configure theme below ./configure --with-layout=Apache --enable-proxy=shared \ --enable-proxy-connect=shared --enable-proxy-ftp=shared \ --enable-proxy -http=shared --enable-proxy-ajp=shared \ --enable-proxy-balancer=shared --en

RE: [us...@httpd] http video streaming

2009-12-11 Thread Boyle Owen
> -Original Message- > From: Ted Byers [mailto:r.ted.by...@gmail.com] > > ... > > 1) Am I to understand, then, that your answer is that I can't > do this with > Apache's httpd server and I have to deploy Apple's open > source streaming > video server? One way to think about it is to re