I have gotten the following feedback from the developers troubleshooting why certain files would not play back in the player:
As you have mentioned the file is not accessed to play in the media
player, I have debug the code and found to play the media URL get by the
function jrCore_media_file_stream() and creating the access URL from cloud
module function _jrCloudS3_s3_media_get_media_url() . These function returns
the S3 file URL with a value of expiry time.
The expiry time is taken do be current GMT timestamp. However by the time
the URL is hits the timestamp has expired by few milliseconds. We resolved
it by adding few seconds to the timestamp generated by the core classes. And
now the audio file is playing fine. We understand the Jamroom core class
might need modification by Jamroom team. Please advise.
updated by @dannya: 04/13/15 02:02:13AM