Problem with Radio Streaming with SHOUTcast

Hi overyone, I don't speak english, but I hope you understand
I have an audio player, which connects to a SHOUTcast server.
Everything works fine, the player connects, and begins to download the audio, and plays, but after 1 or 2 minutes, loading the audio is cut, and no longer continuing.
I leave my code a bit ..
private var _urlStream:String = 'http://69.162.119.226:8022/;stream.nsa';
//==========================
private var _soundStream:Sound;
private var _soundChannel:SoundChannel;
private var _soundTransform:SoundTransform;
//==========================
private function initHandler():void
     _soundChannel = new SoundChannel();
      _soundTransform = new SoundTransform();
private function playSoundStream(value:MouseEvent=null):void
     _soundStream = new Sound();
     addSoundListeners(); // I add the listeners of the Sound class
     var _stream:URLRequest = new URLRequest(_urlStream);
     _soundStream.load(_stream);
private function stopSoundStream(value:MouseEvent):void
     playButton.enabled = true;
     removeSoundListeners();
     _soundChannel.stop();
     _soundChannel.removeEventListener(Event.SOUND_COMPLETE, soundCompleteHandler);
     _soundStream.close();
/**=======================================================
* ================Gestion de Eventos ====================
*=======================================================*/
private function openHandler(value:Event):void
     _soundChannel = _soundStream.play();
private function progressHandler(value:ProgressEvent):void
     var bytes:Number = _soundStream.bytesLoaded;
     var kilobytes:Number = Math.floor(bytes / 1024);
     trace('[BL] ' +Math.floor(kilobytes/1024) + ' MB     [SM] '+Math.floor((System.totalMemory/1024))+' KB');

That is a firmware issue - please update your phone with the nokia software updater and see if it fixes the problem.

Similar Messages

  • Radio Streaming with FMS (aac, mp3, ogg, wma)

    Hi
    I use a program that encodes in many audio format (acc, wma,
    ogg, mp3, etc) and connects to shoutcast, icecast, windows media
    server, live365, to distribute the web radio.
    Willing to use FMS as the distribution server, I tried to
    send the stream to FMS port but without succes. Online docs doenst
    treat the argument.
    Is it correct to say that FMS is not set up to accept a
    Windows Media, AAC+,MP3 or Ogg incoming stream and redistribute the
    radio to swf players?
    Best
    Jo

    I've done a similar setup before for a radio station
    (x1fmradio.com)
    What we did was setup 2 computers on the studio, one computer
    receives the input from console and encodes output to shoutcast and
    also outputs audio to the second computer running Flash Media
    Encoder 2, which publishes audio to Flash Media Server.
    If you want an all-in-one solution I would recommend using a
    Digital Rapids system, which is not free, but you only need one
    computer and you can publish audio/video to several servers at the
    same time, including Flash Media Server.

  • What happened with photo stream with new update?

    I have a iPhone 4s. I just downloaded the newest iOS 8 update. I do not have separate folders for my camera roll and photo stream. Are all my pictures now going to my photo stream? If so is there a way to choose which photos go to photo stream?

    In iOS 8, Apple combined "camera roll and Photo Stream" into "recently added" folder.

  • Radio streams repeated rebuffering - solved (sort of)

    Hi everyone,
    I listen a great deal to radio streams with iTunes, well, I used to anyway.
    For some time now the streaming quality has been rather poor: after only a few seconds it stalls and says it's rebuffering. After a little while it catches up and will play for another minute or sometimes a little longer before the next breakup - it's dreadful.
    My 8Mbps/sec adsl is definitely fast enough but it just won't play uninterrupted.
    I tried a few things like...
    - adjusting buffer size
    - different stations
    - iTunes 4.7 on another Mac
    ... but the problem persists.
    In my frustration I went to one of the stations' sites and discovered that one can stream the same programme via Real Player.
    Guess what, Real Player has been playing that same programme now for more than an hour without any hiccups.
    For instance I can play this stream http://netmusique.com/listen.php?stream=JM&type=pls just fine in RP but iTunes keeps stuttering.
    If anyone cares to check I'd be very interested in your findings.
    Cheers Martin
    Dual G4, OS 9, OS X    

    I've noticed the same thing, stations seem to need to rebuffer constantly. I've noticed that some people have been posting it happens when they stream music through Airport Express but I've seen it just on my laptop. The fact that you had it happen with iTunes 4.7 makes me wonderif it has to do with Apple's servers. I've been told that is where the stations are coming from (which is why you can't add any to the radio list) But then again the stations I'm having trouble with aren't from iTunes but ones I've added into my library. Anyone have any ideas??

  • Problem with radio manual search

       Hi,
    problem searching radio wave, some of them i'pod can find automatic, but in manual search i can make step by 0.2 only, like 99.9 fm and then goes only 100.1, so can't use my favorite radio 101.00 because after 100.09 goes it 101.1 and don't play it. Ether in automatic search waves can't be found.
    what is a solution in this case?

    Hi Ravi,
    As a starting point, search <a href="http://service.sap.com/notes">SAP Notes</a> with the search criteria "CRMD_ORDER_INDEX performance".
    Regards,
    Patrick.

  • Problem with radio in Nokia5800 52.0.007 .

    Hello,
    I have installed firmware 52.0.007. 
    when I am switching radio stations radio application freezes  and I am unable to turn radio off with taskmanager. I must turn off and turn on my phone.
    What should I do with this?

    I am not sure if it is RDS related - I tried to disable RDS but there is no possibility to do this.
    user ITEXNZ in thread /t5/Software-Updates/Nokia-5800-updated-to-V40-0-005-Radio-RDS/td-p/607102 described exactly my problem but with one difference I can't close or 'kill' the app using Taskman. Radio app still results in being frozen and unresponsive - only a phone switch off/on will get it working again.

  • Can I listen to iTunes Jazz Radio (Stream) in another room with Express?

    Hi.
    I am using an 802.11 a/b/g/n Extream. I listen to iTunes Jazz Radio (Stream) on my Mac Pro. Can I listen to it with the help of an Airport Express pluged into a stereo in another room? Please help.
    Thank you.
    W.W.

    Can I listen to it with the help of an Airport Express pluged into a stereo in another room?
    Yes, you can use an AirPort Express Base Station (AX) for streaming iTunes audio sources. The AX would just need to be configured as a wireless client by joining the wireless network created by the 802.11n AirPort Extreme Base Station (AEBSn).

  • Problem with streams with CC12.0, Please help

    Hi All,
    We have been facing some issue with the streams(ostringstream, stringstream etc.,) while using them with CC12.0 compiler.
    We are using the ostringstreams as:
    if (log.isBeingLogged(QbLogEntry::OUTPUT_DOC_DATA))
    // log the retrieved data:
    std::ostringstream oss;
    oss << result;
    log.logDebugInfo(..., oss.str());
    if (log.isBeingLogged(QbLogEntry::BILLING_DATA))
    std::ostringstream oss;
    oss << "Billing string: " << attrs.getBillInfo();
    log.logDebugInfo(..., oss.str());
    When the server is compiled using the CC12.0 compiler and we run the test case the server cores. The stack trace looks like:
    t@19 terminated by signal SEGV, bad address: 0xffffffffffffffff
    'where' revealed the following stack trace (abbreviated for clarity):
    [3] free
    [4] operator delete
    [5] std::ios_base::~ios_base
    [6] QbLogEntry::logUlongParm(this = 0xf7b4f4ac, parmName = 0x2fe378 "transactionAttributes", parmValue = 10U), line 221 in "QbLogEntry.C"
    This code works fine with Sun Studio 10.0 but we started facing issues with streams once we migrated to sun studio 12.0
    How can we resolve the issue please help.

    I see two problems with the command line.
    -R/l-n/app/colr/lib/infra/SunOS5.9/WS12.0
    Is this the directory where the compiler is installed? If so, remove this option. You should not use -I, -L, or -R options that point into the compiler installation area. The CC driver will add such options as needed.
    -D_RWSTD_SOLARIS_THREADS
    This macro definition is likely to cause program crashes. We do not support user modification of any of the library configuration macros (those starting with _RWSTD). The runtime library is built with a set of configuration macros. If you compile your program with a different set, the object code generated by your application will not be compatible with the runtime library.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Problem with live streaming video after system updates

    Dear all,
    I hope you can assist me on this.
    Yesterday, I downloaded the following automatic updates: iLife Support 9.0.4, Remote Desktop Client update 3.4, Mac OS X Update Combined 10.6.7, Airport Utility 5.5.2.
    After that, I could NO MORE watch live streaming channels. To be precise, l can properly hear the sound, but not see the video.
    I wish to underline the fact that before installing the automatic updates listed above, I had a clear sound and video of all live streaming sites.
    I downloaded the latest versions of JAVA and Flash, but unfortunately they didn't solve the problem.
    Therefore, I am quite sure the live streaming disfunction has to do with the system automatic updates. Is there any way to uninstall yesterday's updates without compromising the various softwares and OS performance?
    What else could be if not related to the system updates?
    Looking forward to hearing from you. Thanks in advance.

    Stan,
    I hadn't heard of gspot before.  I downloaded it and it looks like a nice, handy tool.  Thanks.
    After running it, I didn't see anything that caught my eye as unusual (corrupt file, unknown codec, etc.)  I have posted a screenshot at the following URL if you care to look.
    www.cbvideo.com/gspot/gspot-out.jpg
    Now, let me add to the mystery.  I was just able to burn it without incident with Encore 1.5 and the same chapter mark locations.  There are only two things I can think of that would be possible causes.  1) something quirky about CS3, even though I've not had any prior problems in two years with it for my business OR 2) the file had become corrupted when moving from the capture computer (the older computer with 1.5) to the newer computer (with CS3).  As the file seems to be okay on the 2nd computer (plays fine in WMP and imports into both Premiere and Encore), I'm leaning toward #1.
    I have been able to successfully work around the problem to finish this job for the client, but I'd still like to know what's going on for future reference.  If anyone has other ideas, please let me know.
    Robert

  • Problem when streaming with the CLI flash media encoder 2.5

    I have a problem when streaming with Flash Media Encoder 2.5. When I run the GUI, everything works, but when I use the commandline with the same profile I have created using the GUI, it says it can't connect to the server.
    I have to use this version of the encoder, because the other is not working with the server, and I have to create a program to remotely control the flash media encoder, so I have to use the CLI. What can i do to go over this problem?
    Any help would be really appreciated. Thankyou.

    First of all, thankyou.
    There is no authentication needed. I can't use Flash Live Media Encoder 3 because it is not supported by the people which manages the server i have to connect to.
    In fact, I don't know why they dont support it, but that is the way it is.
    Through the GUI, i connect directly and without problems, without user/pass.
    Thankyou again.

  • I have problem with playing stream  fullscreen. it goes black but with sound

    i have problem with playing stream fullscreen. it goes black but with sound. i have to wait 10-15 minutes then i can press fullscreen. what to do?
    s

    Thanks!! but i been fixing now for 10 minute ago by restart my macbook pro. My case is it show normal with Intenal-speakers and nothing mark with red light or mult so i tried to restart that it working again

  • Nokia 5800. Headphone problems with Radio (1 earph...

    Hi, I have a trouble with radio.
    MP3: works both earphones, Radio: left - works OK, right - very quietly.
    Can you help me?

    This isn't the solution but such an issue reported earlier...
    /t5/Nseries-and-S60-Smartphones/Nokia-5800-Radio-Problem/m-p/627245/highlight/true#M193050

  • Problems with radio stations on Apple TV

    Anyone having problems with radio stations on Apple TV (2nd gen)?  Since this last weekend the unit just searches for radio stations but no luck.  Internet connection is good, home zone in operation. Anyone having the same problems?

    Me too on ATV1. Problem since 3/26/14. See https://discussions.apple.com/message/25316269

  • HT201317 Hi, i bought new pc and install win 7 , icloud . I turned on but doesn't have sync with photo stream to my pc. In the old pc i had no problem , can you help me?

    Hi, i bought new pc and install win 7 , icloud . I turned on but doesn't have sync with photo stream to my pc. In the old pc i had no problem , can you help me?

    I installed the new version of i cloud and its work ok

  • Radio Button with Submit Ready Only problem

    Hello,
    My radio button with submit ready only condition doesn't work correctly. When I click the a link on the first page
    it brings me to an update page. I have a radio button with submit, that won't open as a read only.
    It is being populated by SQL query, with the Null option selected. When I open the page I don't want the user to be able to edit the field unless they delete records associated with the field. Pretty much I want it to be disabled if the user has a record associated with it.
    Here are the queries.
    Source:
    SELECT OPLAN_IMPACTED_I
    FROM DFCY
    WHERE DFCY_SEQNO = :P12_DFCY_SEQNO
    Read only condition:
    SQL Exists query
    SELECT o.dfcy_seqno
    FROM oplan_impactd o, dfcy d
    WHERE o.dfcy_seqno = :p12_dfcy_seqno
    and :P12_OPLAN_IMPACTED_I = d.OPLAN_IMPACTED_I
    and :P12_OPLAN_IMPACTED_I = 'Yes'
    So when the page renders it's like you can change oplan, how do I make it read only when the page renders?
    Thanks,
    Mary

    Hi,
    If that is the source of the radiogroup, then it should be:
    SELECT OPLAN_IMPACTED_I d, OPLAN_IMPACTED_I r
    FROM DFCY
    WHERE DFCY_SEQNO = :P12_DFCY_SEQNOThis should return two values for each radio button - the displayed text and the returned value. If your radios do not have a returned value, then "Yes" will never be found. You can check this by loading the page and doing a View Source on it - search for RADIO and check what "value" attributes they have.
    Andy

Maybe you are looking for

  • Can i return my mac if i threw the box away

    can i return/upgrade my mac if i threw the box away

  • Safari won't open a window, then it crashes

    After my latest update on my macbook I can't open safari. The program is "running" but then crashes without ever opening a window. So far I have deleted and reinstalled safari 3 times and still get the same message.

  • Home Link use in  Apex 3.1.2

    Hello: Does anybody know whether the 'Home Link' attribute's manner of use has changed in APEX 3.1.2 ? With a URL like http://hostname:port/apex/f?p=101 APEX 3.0 results in the login page being displayed and the URL in the URL window remains the same

  • Loosing quality of jpeg image

    Hello, I am inserting an image (jpeg) into reports 6i, using file->import->image : quality=good (tried excellent too), although original's quality is fine, it becomes awful when the report is generated. Any ideas? Thanks JP

  • IPhone 5 just bought ask for restoration once and again!!! Buttons do not respond either

    The power button do not respond, I have to turn it on connecting the Lightning cable The home button does not respond either, I have to use it with the remote of the EarPods and Siri, as without the Home button I can not activate the screen It ask me