[Q] apache2 2.2.16-6 / m3u streaming does not stream the mp3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi there,

	I set up my server with Apache HTTPD.  It works fine, except the m3u
streaming. I would be very grateful if some one would kindly point me in
the right direction.

The server is running:
apache2 2.2.16-6

The /etc/mime.types have these relevent entries:
audio/mpeg					mpga mpega mp2 mp3 m4a
audio/mpegurl					m3u
audio/x-mpegurl					m3u


The m3u file can be successfully downloaded from the server by a browser
# cat mix1.m3u
http://www.simonloewen.com/audio/simonloewen_jazzhouse_101205-03-cut3.mp3


The mp3 can be hit directly outside of the url by a browser and will play:
# cat mix1.m3u
http://www.simonloewen.com/audio/simonloewen_jazzhouse_101205-03-cut3.mp3


The permissions are o.k because the files can be downloaded:
-r--r--r-- 1 root root       74 Jan 30  2011 mix1.m3u
-r--r--r-- 1 root root 57649970 Dec 12  2005
simonloewen_jazzhouse_101205-03-cut3.mp3

Below is the partially obfuscated vhosts conf file:
# cat www.s.c.conf
<VirtualHost *:80>
   ServerAdmin	nnnnnnATsimonloewen.com
   ServerName	www.simonloewen.com
   DocumentRoot	/static/apache/slc/www
   	<Directory /apache/slc/www>
                Options Indexes MultiViews IncludesNOEXEC
                AllowOverride all
                Order allow,deny
                allow from all
        </Directory>
        ServerSignature Off
	
   	<Directory /apache/slc/www/audio>
                Options FollowSymLinks IncludesNOEXEC
        </Directory>
</VirtualHost>

The problem:
  Hitting the m3u directly does not cause the browser to stream the mp3
back.  I have tried with Firefox (desktop) and Netlife (mobile), and
both have the same results.


I have looked on several 'guides', but cannot work out what is
mis-configured.




Best regards.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux