[users@httpd] Streaming multimedia content

2011-09-10 Thread David Mehler
Hello, I've got an Apache 2.2.x server as well as an internal Icecast server. The icecast server is streaming out various multimedia content to internal clients, ogg, mp3, aac, files, and apache is serving a web page where selected content can be clicked on and streamed. A sample url looks like:

Re: [users@httpd] Streaming multimedia content

2011-09-10 Thread Marcin 'Rambo' Roguski
That url could be streaming mp3, ogg, or aac content. Instead of the browser in question streaming the content using it's media player, I'm instead prompted to download the file. If the browser asks user for action, the Content-Type header sent by icecast (not apache) is either missing, plain

Re: [users@httpd] Streaming multimedia content

2011-09-10 Thread David Mehler
Hi, I'm assuming the header is one that the browser doesn't understand, audio/mpeg is my guess. Is this solvable? Thanks. Dave. On 9/10/11, Marcin 'Rambo' Roguski ra...@id.uw.edu.pl wrote: That url could be streaming mp3, ogg, or aac content. Instead of the browser in question streaming the

Re: [users@httpd] Streaming multimedia content

2011-09-10 Thread Marcin 'Rambo' Roguski
On Sat, 10 Sep 2011 10:44:09 -0400 David Mehler dave.meh...@gmail.com wrote: Hi, I'm assuming the header is one that the browser doesn't understand, audio/mpeg is my guess. Is this solvable? Well, then you ask browser to handle audio file - it's up to plug-ins installed how it will do it.

Re: [users@httpd] Streaming multimedia content

2011-09-10 Thread David Mehler
Hi, I've never embedded a player on a page, how would I pull this off? Thanks. Dave. On 9/10/11, Marcin 'Rambo' Roguski ra...@id.uw.edu.pl wrote: On Sat, 10 Sep 2011 10:44:09 -0400 David Mehler dave.meh...@gmail.com wrote: Hi, I'm assuming the header is one that the browser doesn't

Re: [users@httpd] Streaming multimedia content

2011-09-10 Thread Marcin 'Rambo' Roguski
On Sat, 10 Sep 2011 11:01:54 -0400 David Mehler dave.meh...@gmail.com wrote: Hi, I've never embedded a player on a page, how would I pull this off? This is not a http or apache related question, but what the heck: see here for example: -