I've fixed the issue with both local and MP3 urls and streaming audio from internet radio stations. All now successfully play on an android device.
Please see, http://forums.runrev.com/viewtopic.php?f=7&t=14911
Fixed! I found out that you can play .MP3 and any other audio compression via URL but your audio compression must be: Bit rate: 128 kbps rate Sample rate: 44.100 HZ sample rate This is the same for streaming audio such as internet radio I was successful when playing streaming audio from internet rad...
Okay I figured out that it's a compression issue. Could not play a .mp3 url... However I was SUCCESSFUL at playing an audio file compressed as M4A. likely could just be due to bitrate or sample rate on the actual file regardless of it's compression. I'm sure there is a way to get around streaming .P...
When trying to play a mp3 url I can a playback of a static sound .. which sounds like perhaps it's not supporting the audio compression type? Perhaps converting the mp3 url to mp4 would work? ..
I tried to play a local file without any success
..
I added that in my script: if enviornment is "mobile" then mobileControlCreate "player", "movie" put the result into sPlayerID mobileControlSet sPlayerID, "h t t p : // w w w . u n i v e r s a l - s o u n d b a n k . c o m /mp3/sounds/22415.mp3", tMoviePath end if However nothing plays when I test t...
Nevermind my last post This is what i'm doing: mobileControlCreate "player", "movie" put the result into sPlayerID mobileControlSet sPlayerID, "h t t p : / / u r l t o s e r v e r : 8 0 3 0 /listen.pls", tMoviePath play sPlayerID Does this look right? I'm not getting any errors But I'm not getting a...
Thanks , sorry about that.
I did try mobileControlCreate however I got a handler not found error .. Do I have to install an additional plugin for this?
Does the media player not work with android devices? I dragged the media player onto my stack, then was able to add a URL to the file which was a remote MP3. Worked. I also added a streaming .PLU url from a streaming internet radio station. Worked great. I createed a mac osx standalone and it worked...
Does the media player not work with android devices? I successfully added a streaming audio .PLS url to the media device which works find when I create a mac osx standalone or when I test in the livecode stack. But when I save as an android app the media object shows up as a blue ugly bar and sits t...