- This topic has 4 replies, 2 voices, and was last updated 12 years, 8 months ago by ahp.
-
AuthorPosts
-
ahpMemberHi ,
I have a question about MobiOne on how it works with native apps.
I want to do a native app for a radio station so i want a radio steaming option(streaming url .asx file) on my native app.
Is this option available by MobiOne? Can i use MobiOne for this app?I saw the HOW-TO topic about streaming on web apps but is this works also for native app? (on Test center isn’t work)
Is there any limitation working with MobiOne for native apps?
A native app can be modified after compression?
I have confused about the native app build, please help me!
thanks in advance
ahpMemberHi again,
I found some others topics, that discussed for radio streaming, but all are refered in webapps.
I also found some topics that refered at streaming video on native apps.I want to be sure that i can use MobiOne to develop radio streaming on native app, but i can’t check this for sure.(i don’t have an iphone at this moment neither native app build in MobiOne with radio streaming as example!)
Is there someone who has checked this option on real iphone with native app?
Thanks!
johnbailMemberOctavio,
cnayou provide a sample or poiint me to a demo that is defently working on the navive side. I have not been able to get it tow ork on my appliction. I point to a mp3 file on a server that is read from a xml feed. works in web browsers but not in the native appliction.
the code is simple enough I place this int he buttone event
$.getJSON(url, function (data) {
var lnk = data.query.results.AskHankRandom.URL;
var audioElement = document.createElement(‘audio’);
audioElement.setAttribute(‘src’,lnk);
audioElement.play();});
johnbailMemberI noticed if you do audio with out the div as in the example it dose not work. I hope this helps
ahpMemberhi again,
thanks for the response!
I have another question about the streaming url…
There is any limitation on the type of streaming url?
Can I use different type of streaming urls?
At this moment i have a .asx file that has refers at urls like mms:// , rtsp:// , http:// .
At browser opens windows media player.
I will need something like mp3 streaming, i am right?Thanks again
-
AuthorPosts