facebook

native apps – radio streaming url

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #325781 Reply

    ahp
    Member

    Hi ,

    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

    #325851 Reply

    ahp
    Member

    Hi 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!

    #325883 Reply

    johnbail
    Member

    Octavio,

    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

    var url = “http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20xml%20where%20url%3D%22http%3A%2F%2Fwww.equip.org%2Fask_hanks%2Fdaily_ask_hank.xml%22&format=json&diagnostics=true&callback=?”;

    $.getJSON(url, function (data) {
    var lnk = data.query.results.AskHankRandom.URL;
    var audioElement = document.createElement(‘audio’);
    audioElement.setAttribute(‘src’,lnk);
    audioElement.play();

    });

    #325912 Reply

    johnbail
    Member

    I noticed if you do audio with out the div as in the example it dose not work. I hope this helps

    #325938 Reply

    ahp
    Member

    hi 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

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: native apps – radio streaming url

You must be logged in to post in the forum log in