In mobileshowcase on WAS, byte array and resource backed audio clips will not play. Fixed url backed audio clips play fine. The problem also appeared in initial WebLogic testing.
Ted Goddard
added a comment - This is likely due to "Enable URL rewriting" not being configured for WebSphere.
http://wiki.icesoft.com/display/ICEmobileEE/Websphere
URL rewriting has been enabled, but conflicting JSESSIONID in the URL and in the headers is preventing these resources from loading. It's possible that a change is WebSphere behavior resulted in this working in the past. It may be necessary to simply advise developers of applications deployed to WebSphere to use absolute URLs for audio and video clips.
Ted Goddard
added a comment - URL rewriting has been enabled, but conflicting JSESSIONID in the URL and in the headers is preventing these resources from loading. It's possible that a change is WebSphere behavior resulted in this working in the past. It may be necessary to simply advise developers of applications deployed to WebSphere to use absolute URLs for audio and video clips.
This can be resolved by rebooting the android device: the problem is that the media playback system may have acquired cookies from earlier sessions that have been invalidated and these cookies are not cleared when Chrome cookies are cleared.
A user entering the application from a clean start will be able to play back the media. This has been verified on Nexus 7.
Ted Goddard
added a comment - This can be resolved by rebooting the android device: the problem is that the media playback system may have acquired cookies from earlier sessions that have been invalidated and these cookies are not cleared when Chrome cookies are cleared.
A user entering the application from a clean start will be able to play back the media. This has been verified on Nexus 7.
ByteArray and Resource audio play back successfully on iPad Safari.