Like the topic says, I can use the 4.7 Audio module, running in Drupal 4.7.2, to upload an MP3 file for podcast purposes fine. This particular file is a 17-minute-long mp3. If the user goes to the download page and retrieves the whole file, it can be played just fine, in entirety. However if the user clicks on the arrow button (which appears automatically on the node's page) then the playback stops at about 1:20. This is repeatable on different computers. Is there some place where this duration is configured? I can't see any logical reason for this to occur. The entire mp3 is only about 2.8Mb, and the settings in php.conf allow much larger uploads and downloads. HELP!!!

Comments

hound’s picture

I should mention that the mp3 file here is encoded using these parameters:

Sample rate: 22,050 Hz
Channel mode: Mono
Bitrate: 24,000 bytes/second
Bitrate mode: CBR

I see by searching these archives that the XSPF player has some problems with different bit rates.