Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
2.7.0, 2.8.0, 2.9.0
-
None
-
PhoneGap + jQuery Mobile 1.3.x + Android 2.3.x and higher
Description
When playing a media file (audio) from a url with AudioPlayer I get the following error in the console (logcat):
- AudioPlayer : Send a onStatus update for the new seek
- AudioPlayer : renaming /storage/emulated/0/tmprecording.3gp to /storage/emulated/0/http://...<rest of url>
- AudioPlayer : FAILED renaming /storage/emulated/0/tmprecording.3gp to /storage/emulated/0/http://...<rest of url>
The code is the same as in de demos in the PhoneGap docs.
No errors in the app and playback works fine. And I noticed that in the root of the sdcard a tmprecording.3gp file was created. But did not see that one coming back after deletion.