jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => General => Topic started by: reza2899 on 03.02.2017 18:20:31

Title: mp3 do not play
Post by: reza2899 on 03.02.2017 18:20:31
Hi, i upload mp3 file for preview but some of mp3 files do not play. attached sample

[gelöscht durch Administrator]
Title: Re: mp3 do not play
Post by: ColinM on 03.02.2017 20:20:35
Hi
I had no problem using your example file.  Is it only large mp3 files that will not play?  If so you may need to increase PHP limits
upload_max_filesize and post_max_size.  The default value for upload_max_filesize is 2Mb and I noticed your example file is just larger than that value

Your hosting provider should be able to do that for you.  But often a simpler way is to include a php.ini file in the joomla root directory. For example I have a php.ini file with contents as below (post_max_size should be a little greater than upload_max_filesize)

upload_max_filesize=40M
post_max_size=42M

You can see what values you have at present by looking at System - System Information - PHP Information tab
Joomla! lists both the Local values and the Master values, it is the Local value that is in use.  Note you have to scroll down the php information quite a way.

Colin
Title: Re: mp3 do not play
Post by: thanhthuylinh on 08.02.2017 11:04:22
same question :(
Title: Re: mp3 do not play
Post by: ColinM on 08.02.2017 11:35:08
Hi
Same question - is it only large files that do not play?
Have sent you a PM

Colin