Active
Project:
Audio
Version:
4.7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2007 at 18:58 UTC
Updated:
16 Feb 2008 at 04:26 UTC
I'm on Centos 4 with PHP 4 and APC. For whatever reason audio streaming and downloading wouldn't work unless I commented out the "ob_end_clean()" at the beginning of the audio_file_transfer function. Odd.
Comments
Comment #1
dvessel commentedDon't think this version's supported any longer but what fixed it for me was to change the last parameter for url() in this line within the function audio_load();
Downloading works fine here. It was just the streaming which pulled the audio url with a bad path.