Search found 11 matches

by theshermanator
Thu Apr 25, 2013 9:10 pm
Forum: Android Deployment
Topic: the media player not working on android??
Replies: 18
Views: 13150

Re: the media player not working on android??

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

:P :mrgreen:
by theshermanator
Thu Apr 25, 2013 8:52 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: media player doesn't work??
Replies: 13
Views: 7512

Re: media player doesn't work??

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...
by theshermanator
Thu Apr 25, 2013 8:20 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: media player doesn't work??
Replies: 13
Views: 7512

Re: media player doesn't work??

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...
by theshermanator
Thu Apr 25, 2013 7:49 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: media player doesn't work??
Replies: 13
Views: 7512

Re: media player doesn't work??

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
..

:|
by theshermanator
Thu Apr 25, 2013 6:00 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: media player doesn't work??
Replies: 13
Views: 7512

Re: media player doesn't work??

Thank Simon I tried your example but it will didn't play .... Does this support an mp3 URL verses local file ???
by theshermanator
Thu Apr 25, 2013 5:00 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: media player doesn't work??
Replies: 13
Views: 7512

Re: media player doesn't work??

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...
by theshermanator
Thu Apr 25, 2013 4:36 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: media player doesn't work??
Replies: 13
Views: 7512

Re: media player doesn't work??

actually i'm also getting this error when trying to run the code:

(Handler: can't find handler) near "mobileControlCreate", char 1

:?: :|
by theshermanator
Thu Apr 25, 2013 4:29 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: media player doesn't work??
Replies: 13
Views: 7512

Re: media player doesn't work??

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...
by theshermanator
Thu Apr 25, 2013 4:20 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: media player doesn't work??
Replies: 13
Views: 7512

Re: media player doesn't work??

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?
by theshermanator
Thu Apr 25, 2013 4:01 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: media player doesn't work??
Replies: 13
Views: 7512

media player doesn't work??

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...
by theshermanator
Thu Apr 25, 2013 3:59 am
Forum: Android Deployment
Topic: the media player not working on android??
Replies: 18
Views: 13150

the media player not working on android??

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...

Go to advanced search