search for: 8406f69836

Displaying 1 result from an estimated 1 matches for "8406f69836".

2011 Sep 30
0
Trying to get send_file to work with audio files.
...if the user seeked to 0:00. Right now I''m simply attempting to get the song to play in chrome''s basic html5 mp3 player that it uses when passed an mp3 file. This is the code I''m using to serve up the file, hopefully with all the correct headers: http://privatepaste.com/8406f69836 I think it has something to do with send_file not adhering to the Content-Range headers. I''d appreciate any insight into this problem. I feel like I''m so close because it pretty much all works, except for seeking near the beginning causing a new request. Thanks! -- You receiv...