I am using JWPlayer to play .mp3 files on my website, however I am having trouble with the behaviour of the player with links from my download system.
Visit this test page I have created http://bit.ly/TLwEHc
The first player which contains a link to a real directory with a file and this plays just fine, however on the second player which contains a link to a script which generates a file does not. I have tried replicating the headers in the generated file but it still has not made a difference.
Could anyone tell me what could be causing this behaviour and how I could resolve this?
Check this link to see that Content-Range header
needs to be supported in order to seek.
I also checked with one more url and audio works fine and seeks correctly