Hello,
I've been trying to figure this problem out for a few weeks now with no luck. Whenever I enable "Clean URLs" on my site everything is working fine except the audio player (1pixelout) bundled with the audio module will no longer play audio content. When the play button is clicked the player graphic just displays "Buffering..." with no results.
The audio module is storing the files under the "files/audio" directory. My root level directory's .htaccess file has the following entries:
...
# Rewrite current-style URLs of the form 'index.php?q=x'.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
...
The "files" directory .htaccess file is:
SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
Options None
Options +FollowSymLinks
Any ideas about what may be happening here? I tried deciphering htaccess syntax with various success, I'm hoping someone can point out to me what I'm missing.
Thanks.
Comments
Same problem here...
Hi jlehmer,
I have a similar problem.
I'm using XAMPP on my local machine + Drupal 5.1 + the SWF Tools module and the 1pixelout player.
The player seems to load correctly, but when I click the Play button on the player, it just sits there with "Buffering..."
My first guess was that it was related to the files all being on the local machine, but now I'm not so sure.
Did you ever figure it out?
Anyone else know what's going on?
Thanks,
Felix
No resolution...yet
Felix,
Unfortunately, I haven't resolved the problem. I didn't get any responses to this post other than yours and no luck troubleshooting on my end....
Please let me know if you find a fix.
Thanks
J
No Space for Spaces
I had the same problem and found a hint (http://tools.ourmedia.org/node/113).
I had the call to 1PixelOut directly in the node body. Drupal inserted paragraph tags for display which caused my firefox version to go into forever-buffering mode. Interesting how IE didn't have a problem.
I simply created a single line for the entire 1PixelOut call and all was well again. See it in action at: http://www.redemptionplan.com/our_music
Pls elaborate
Hi mjPublish, I dont know if anybody still have the same problem. I got the same problem and found this topic, can you please elaborate the solution? Sorry if I didnt get it, a little bit slow I guess. Lol!
Or anybody please make elaboration, the same issue goes for me it works fine when i turned the clean url off. Thanks guys!
www.raincreativelab.com
Bump
Bumping some might help... Thanks!
www.raincreativelab.com
Resolution
In the end what resolved my issue was updating my installation to Drupal 5.3 and the latest release of the audio module. What versions of each are you running?
JasonJ