Shoutcast / Icecast stream player
Posted: Sat Sep 03, 2016 5:44 am
Hello Livecode Gurus!!!
I already spend hours looking for an answer without any luck. I need to make an android/IOS APP for a customer(radio Station). They will be using Icecast to broadcast the radio station.
I used this website as a test http://www.radiowebsites.org or http://www.emisoras.com.mx as test.
I tried to use the Regular android browser and I was able to listen on the broadcast, then I tried Chrome and firefox for android and both of them play the podcast just fine.
The PROBLEM comes when I try to make my app using native controls.
when I use my native browser control it just does not work.
this is what I am using:
# create the browser
mobileControlCreate "browser"
put the result into sBrowserId
# set up the basic defaults
mobileControlSet sBrowserId, "rect", the rect of field "FldBrowser"
mobileControlSet sBrowserId, "visible", "true"
mobileControlSet sBrowserId, "url", "http://www.radiowebsites.org"
it look to me to me that HTML5 is not working on native browser. I also tied native PLAYER without any luck.
I tried all this on LC ver 7.1.1 and ver 8.0.1
can someone point me to the right direction.
Thanks in advance...
JGarza
I already spend hours looking for an answer without any luck. I need to make an android/IOS APP for a customer(radio Station). They will be using Icecast to broadcast the radio station.
I used this website as a test http://www.radiowebsites.org or http://www.emisoras.com.mx as test.
I tried to use the Regular android browser and I was able to listen on the broadcast, then I tried Chrome and firefox for android and both of them play the podcast just fine.
The PROBLEM comes when I try to make my app using native controls.
when I use my native browser control it just does not work.
this is what I am using:
# create the browser
mobileControlCreate "browser"
put the result into sBrowserId
# set up the basic defaults
mobileControlSet sBrowserId, "rect", the rect of field "FldBrowser"
mobileControlSet sBrowserId, "visible", "true"
mobileControlSet sBrowserId, "url", "http://www.radiowebsites.org"
it look to me to me that HTML5 is not working on native browser. I also tied native PLAYER without any luck.
I tried all this on LC ver 7.1.1 and ver 8.0.1
can someone point me to the right direction.
Thanks in advance...
JGarza