Audio streaming using DMS

I have a large financial shop who wants to do audio streaming, ie bloomberg audio feeds to their clients. Do you think the DMS solution would be a fit here?
2nd question: Can DMS stream audio to an IP Phone? Or would one need a CUAE like application for this?
Any insight would be very well appreciated...
thankyou, Lawence

Are you talking about the video portal or digital signage?
The answer for the video portal is "yes" Just use a windows *.wma file codec, and have the portal listen to its URL source or mount the file on the DMM for AoD playback.
For a Digital Media Player for Digital signage, the answer would be No on the streaming in the true since of streaming audio.
The DMP will play back the following audio codecs.
Audio MPEG1 Layers 1 and 2
MPEG4 AAC Low Complexity
AC-3
DMS cannot stream video to an IP phone, there is a one to one relationship between the DMM and the Video portal. The endpoints are either the video portal or a Digital Media Player.

Similar Messages

  • How to publish a local audio stream using NetStream?

    As all we know, if we want to publish a stream to FMS or Red5, we can code like below:
    var nc:NetConnection = new NetConnection();
    nc.connect("rtmp://localhost/myApp");
    var ns:NetStream = new NetStream(nc);
    ns.attachAudio(Microphone);
    ns.publish("audio", "live");
    my problem is that we can pass an instance of Microphone to ns.attachAudio() only, if I want to attach a local audio stream,like playing a local sample.flv file to become a audio stream, how can I do?
    this issue has been asked 7 years ago, see the post. but i can not find any solutions.
    any tips will be appreciated. thx in advance.

    how to watch my local network stream using java,help!http://www.ethereal.com - a third party program (but not using java)

  • How to merging two audio stream using jmf?

    I have received two rtp audio stream,i want to merging this to one but createMergingDataSource dou work well。please help 。

    You might use an alternative approach: Run exec task and use a external tool to do the encoding.
    You can for example use "The Swiss army knive of Sound" :) SoX: http://sox.sourceforge.net/
    I think from a performance point of view or to handle large files it would be even recommended in using such tools rather then encoding inside your application ... that might be different if you need to do the encoding in real-time ...
    Sebastian

  • Check availability of a video or audio stream using PHP

    I'd like to know if anyone knows how to check (using PHP) if
    a video or audio live broadcast is available. Right now my church
    uses Playstream to host the streaming audio for our church
    services. Being the webmaster I thought it would be cool if I could
    check if the wvx feed is active and then have that dynamically
    change the link (either "Check back later" or "Live now!"). I'm
    fairly proficient with PHP but I don't know how to do this.
    Using DW7 if that makes a diff.
    Thanks in advance!

    Nbc app is streaming the video from their server, if they don't provide a way to do it in their app than you can't do it.

  • Audio stream using java fx

    Hello,
    I produced a audio file via Java Sound API.
    The audio file has the following format: WAVE / 24 bit (sampling rate) / PCM/ 44.1 kHz (resolution)
    (It is well known, that the higher the sample rate and the resolution, the better the sound quality.)
    I have a applet which streams the audio file to the client via the SourceDataLine-Interfaces of Java Sound API.
    However, the streaming via HTTP and SourceDataLine is bad with clicks and distortions.
    So I decided to use JAVA FX with its Media Capapilities (RTSP) - now, the streaming is perfect!
    Now, my question:
    Question 1:
    Does the quality of the sound file suffers, when using JAVA FX RTSP?
    Question 2:
    *Does JAVA FX internally streams the audio file in another (worser) sampling rate and another resolution?
    Question 3:
    Does JAVA FX down samples the audio file implicitly to make the streaming better? For example, even the original audio file has 24bit/44.1khz, JAVA FX streams that file with 8bit/22khz. Am I right? *
    Question 4:
    If JAVA FX does not change the audio format to a streaming capable format (where quality suffers),
    how does JAVA FX makes it possible to stream that file with 24 bit/44.1 kHz?
    Question 5:
    Does JAVA FX uses UDP?
    I want, that the audio being streamed has exactly the same format without down samplings or the kind.
    Is that already the case?

    Hi nimo21,
    are you really able to streaming via RTSP?
    i am trying to play an mp3-file and and video-file via RTSP but i got an exception.
    FX Media Object caught Exception com.sun.media.jmc.MediaUnavailableException: Media unavailable: rtsp://192.168.56.1/Kalam_Bahu.mp3
        source ='rtsp://192.168.56.1/Kalam_Bahu.mp3'
    com.sun.media.jmc.MediaUnavailableException: Media unavailable: rtsp://192.168.56.1/Kalam_Bahu.mp3
            at com.sun.media.jmcimpl.PeerManager$1.run(PeerManager.java:56)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sun.media.jmcimpl.PeerManager.throwMediaException(PeerManager.java:51)
            at com.sun.media.jmcimpl.PeerManager.getMediaPeer(PeerManager.java:211)
            at com.sun.media.jmc.Media.<init>(Media.java:50)
            at javafx.scene.media.Media$_SBECL.onChange(Media.fx:87)
            at com.sun.javafx.runtime.location.ObjectVariable.notifyListeners(ObjectVariable.java:142)
            at com.sun.javafx.runtime.location.ObjectVariable.replaceValue(ObjectVariable.java:104)
            at com.sun.javafx.runtime.location.ObjectVariable.set(ObjectVariable.java:115)
            at javafx.scene.media.Media.set$source(Media.fx:80)
            at swingtest.MyScene.applyDefaults$(MyScene.fx:52)
            at swingtest.MyScene.applyDefaults$(MyScene.fx:52)
            at com.sun.javafx.runtime.FXBase.applyDefaults$(FXBase.java:65)
            at swingtest.MyScene.initialize$(MyScene.fx:22)
            at swingtest.MyScene.initialize$(MyScene.fx:22)
            at javafx.reflect.FXLocal$ObjectValue.initialize(FXLocal.java:1044)
            at javafx.reflect.FXLocal$ObjectValue.initialize(FXLocal.java:986)
            at javafx.reflect.FXClassType.newInstance(FXClassType.java:187)
            at org.jfxtras.scene.SceneToJComponent.loadScene(SceneToJComponent.java:88)
            at swingtest.JavaFXToSwingTest.<init>(JavaFXToSwingTest.java:28)
            at swingtest.JavaFXToSwingTest$1.run(JavaFXToSwingTest.java:49)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: java.net.MalformedURLException: unknown protocol: rtsp
            at java.net.URL.<init>(URL.java:574)
            at java.net.URL.<init>(URL.java:464)
            at java.net.URL.<init>(URL.java:413)
            at java.net.URI.toURL(URI.java:1081)
            at com.sun.media.jmcimpl.PeerManager$1.run(PeerManager.java:54)
            ... 26 moreMaybe you can help me how to solve this problem.
    thx

  • Audio streaming using 802.11b

    Hi.
    I'm designing a wireless system for guitar/bass that's digital and using a 802.11b-interface.
    Now, after some research I've found that the streaming can be done with RTSP and that Java Sound API can playback the stream, but how about the server, could that be done in Java? And how about latency, the latency can not be audible?
    The 802.11b-interface I've found and are designing this through can be found here:
    http://www.digi.com/products/embeddeddeviceservers/digiconnectwime.jsp

    Okay, thanx for the response.
    Btw. Do you know if just a ADC will be enough for a source?
    If that's the case it'll look like this:
    A signal -> ADC -> Transmitter: 802.11b interface [java applet inside it] ---->
    Reciever: 802.11b interface [java applet inside] -> DAC -> A signal.

  • How do I Label Audio Streams for Playback

    I am working on a DVD with 2 audio streams and the client would like when toggling from one stream to the next for them to be labeled on the DVD player "5.1" or "2.0". I know I have seen it on retail DVD's. Currently it just reads 1 or 2. How do I change it so it reads "5.1" or "2.0"? Is this a scripting thing? Scripting is the one thing that I am really having a hard time grasping and understanding unfortunately even with tutorials. Any help, info, or tutorials are greatly appreciated. Thanks.

    If you mean labelled on the text display screen on the front of the DVD player hardware, then this isn't something you can control from the disc. It is a feature of the player itself.
    If you want to show the audio choice on the TV screen as the disc plays back (i.e. within a menu where you make an audio stream choice) then that's different - it is possible to do this.
    If you want to change the audio stream using the remote handset and show the change in audio stream dynamically at any time on the TV screen as the disc is playing, then that is also not possible.

  • Safari Unexpectedly Quits While Audio Streaming

    Safari repeatedly quits while audio streaming using either the BBC iPlayer, or the 'stand-alone' Real Player.
    Does anybody else experience this or, better-still, have a fix?

    Thanks for the comprehensive reply. Although I haven't tried any of the suggestions below yet, I just experienced the same problem again, where the dialogue message 'blamed' a plug-in.
    The full Problem Report is below. Does it help identify which PLug-in is causing the problem?
    Process: Safari [15600]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 3.0.4 (5523.10.6)
    Build Info: WebBrowser-55231006~1
    Code Type: PPC (Native)
    Parent Process: launchd [143]
    Date/Time: 2008-02-16 10:58:30.093 +0100
    OS Version: Mac OS X 10.5.1 (9B18)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x00000000005d4e98
    Crashed Thread: 0
    Thread 0 Crashed:
    0 ...ple.ApplicationServices.ATS 0x92dcb4f4 AVLRFindBetterMatchInSubtree(AVLRPrivateTreeStruct*, AVLRNode*, AVLRNode**, short, unsigned char) + 440
    1 ...ple.ApplicationServices.ATS 0x92dcb544 AVLRFindBetterMatchInSubtree(AVLRPrivateTreeStruct*, AVLRNode*, AVLRNode**, short, unsigned char) + 520
    2 ...ple.ApplicationServices.ATS 0x92d89c7c AVLRFindBestMatch + 428
    3 ...ple.ApplicationServices.ATS 0x92d89a70 FindEntryInNameCacheByName + 524
    4 ...ple.ApplicationServices.ATS 0x92d8957c FindFontIDFromNameInternal + 204
    5 ...ple.ApplicationServices.ATS 0x92da2288 _eFOFindFontIDFromName + 76
    6 ...ple.ApplicationServices.ATS 0x92da2214 FOFindFontIDFromName + 128
    7 com.apple.QD 0x94a1c118 ATSUFindFontFromName + 196
    8 ...romedia.Flash Player.plugin 0x06a58cc8 Flash_EnforceLocalSecurity + 21564
    9 ...romedia.Flash Player.plugin 0x06a58ebc Flash_EnforceLocalSecurity + 22064
    10 ...romedia.Flash Player.plugin 0x06a59db8 Flash_EnforceLocalSecurity + 25900
    11 ...romedia.Flash Player.plugin 0x06a59ca8 Flash_EnforceLocalSecurity + 25628
    12 ...romedia.Flash Player.plugin 0x06a59480 Flash_EnforceLocalSecurity + 23540
    13 ...romedia.Flash Player.plugin 0x06a90b3c Flash_EnforceLocalSecurity + 250544
    14 ...romedia.Flash Player.plugin 0x06aa0f54 Flash_EnforceLocalSecurity + 317128
    15 ...romedia.Flash Player.plugin 0x06a9aed8 Flash_EnforceLocalSecurity + 292428
    16 ...romedia.Flash Player.plugin 0x06a98010 Flash_EnforceLocalSecurity + 280452
    17 ...romedia.Flash Player.plugin 0x06a97e84 Flash_EnforceLocalSecurity + 280056
    18 ...romedia.Flash Player.plugin 0x06a972ec Flash_EnforceLocalSecurity + 277088
    19 ...romedia.Flash Player.plugin 0x06a95784 Flash_EnforceLocalSecurity + 270072
    20 ...romedia.Flash Player.plugin 0x06bae00c Flash_EnforceLocalSecurity + 1419136
    21 ...romedia.Flash Player.plugin 0x06b3b700 Flash_EnforceLocalSecurity + 949876
    22 ...romedia.Flash Player.plugin 0x06b3b028 Flash_EnforceLocalSecurity + 948124
    23 ...romedia.Flash Player.plugin 0x06b1e270 Flash_EnforceLocalSecurity + 829924
    24 ...romedia.Flash Player.plugin 0x06bd1850 nativeShockwaveFlashTCallFrame + 60384
    25 ...romedia.Flash Player.plugin 0x06bd60c8 nativeShockwaveFlashTCallFrame + 78936
    26 ...romedia.Flash Player.plugin 0x06b3b044 Flash_EnforceLocalSecurity + 948152
    27 ...romedia.Flash Player.plugin 0x06a70640 Flash_EnforceLocalSecurity + 118196
    28 ...romedia.Flash Player.plugin 0x06b3b700 Flash_EnforceLocalSecurity + 949876
    29 ...romedia.Flash Player.plugin 0x06bd6208 nativeShockwaveFlashTCallFrame + 79256
    30 ...romedia.Flash Player.plugin 0x06aacaec Flash_EnforceLocalSecurity + 365152
    31 ...romedia.Flash Player.plugin 0x06aacc5c Flash_EnforceLocalSecurity + 365520
    32 ...romedia.Flash Player.plugin 0x06aad37c Flash_EnforceLocalSecurity + 367344
    33 ...romedia.Flash Player.plugin 0x06aabe70 Flash_EnforceLocalSecurity + 361956
    34 ...romedia.Flash Player.plugin 0x06aad3bc Flash_EnforceLocalSecurity + 367408
    35 ...romedia.Flash Player.plugin 0x06b35ccc Flash_EnforceLocalSecurity + 926784
    36 ...romedia.Flash Player.plugin 0x06a5f600 Flash_EnforceLocalSecurity + 48500
    37 ...romedia.Flash Player.plugin 0x06a55968 Flash_EnforceLocalSecurity + 8412
    38 com.apple.WebKit 0x969eb6fc -[WebBaseNetscapePluginView sendEvent:] + 364
    39 com.apple.WebKit 0x969ed040 -[WebBaseNetscapePluginView sendNullEvent] + 144
    40 com.apple.Foundation 0x93bb8a98 __NSFireTimer + 144
    41 com.apple.CoreFoundation 0x911a6af0 CFRunLoopRunSpecific + 2992
    42 com.apple.HIToolbox 0x92137ab4 RunCurrentEventLoopInMode + 264
    43 com.apple.HIToolbox 0x921378d8 ReceiveNextEventCommon + 412
    44 com.apple.HIToolbox 0x92137718 BlockUntilNextEventMatchingListInMode + 84
    45 com.apple.AppKit 0x900497a0 _DPSNextEvent + 580
    46 com.apple.AppKit 0x900491f0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 112
    47 com.apple.Safari 0x0000a4dc 0x1000 + 38108
    48 com.apple.AppKit 0x90042eac -[NSApplication run] + 736
    49 com.apple.AppKit 0x9001392c NSApplicationMain + 440
    50 com.apple.Safari 0x00002d10 0x1000 + 7440
    Thread 1:
    0 libSystem.B.dylib 0x952c13ec _semwaitsignal + 12
    1 libSystem.B.dylib 0x952fdfa0 pthread_condwait + 1580
    2 com.apple.WebCore 0x9610ff5c WebCore::IconDatabase::syncThreadMainLoop() + 316
    3 com.apple.WebCore 0x9610b174 WebCore::IconDatabase::iconDatabaseSyncThread() + 420
    4 libSystem.B.dylib 0x952fcbf8 pthreadstart + 316
    Thread 2:
    0 libSystem.B.dylib 0x952ba9d8 machmsgtrap + 8
    1 libSystem.B.dylib 0x952c18fc mach_msg + 56
    2 com.apple.CoreFoundation 0x911a6664 CFRunLoopRunSpecific + 1828
    3 com.apple.CFNetwork 0x94845c84 CFURLCacheWorkerThread(void*) + 292
    4 libSystem.B.dylib 0x952fcbf8 pthreadstart + 316
    Thread 3:
    0 libSystem.B.dylib 0x952ba9d8 machmsgtrap + 8
    1 libSystem.B.dylib 0x952c18fc mach_msg + 56
    2 com.apple.CoreFoundation 0x911a6664 CFRunLoopRunSpecific + 1828
    3 com.apple.Foundation 0x93be1bec +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 280
    4 com.apple.Foundation 0x93b8ad9c _NSThread__main_ + 1004
    5 libSystem.B.dylib 0x952fcbf8 pthreadstart + 316
    Thread 4:
    0 libSystem.B.dylib 0x9531f064 select$DARWIN_EXTSN + 12
    1 com.apple.CoreFoundation 0x911b1ab4 __CFSocketManager + 764
    Thread 5:
    0 libSystem.B.dylib 0x952ba9d8 machmsgtrap + 8
    1 libSystem.B.dylib 0x952c18fc mach_msg + 56
    2 ...romedia.Flash Player.plugin 0x06df14f4 nativeShockwaveFlashTCallFrame + 2287748
    3 libSystem.B.dylib 0x952fcbf8 pthreadstart + 316
    Thread 6:
    0 libSystem.B.dylib 0x952baa48 semaphoretimedwaittrap + 8
    1 ...ple.CoreServices.CarbonCore 0x95690b9c MPWaitOnSemaphore + 104
    2 ...romedia.Flash Player.plugin 0x06b75c18 Flash_EnforceLocalSecurity + 1188748
    3 ...romedia.Flash Player.plugin 0x06cadee4 nativeShockwaveFlashTCallFrame + 963188
    4 ...romedia.Flash Player.plugin 0x06b75a88 Flash_EnforceLocalSecurity + 1188348
    5 ...romedia.Flash Player.plugin 0x06b75a50 Flash_EnforceLocalSecurity + 1188292
    6 ...ple.CoreServices.CarbonCore 0x9567c7c8 PrivateMPEntryPoint + 76
    7 libSystem.B.dylib 0x952fcbf8 pthreadstart + 316
    Thread 7:
    0 libSystem.B.dylib 0x952baa58 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x952fde9c pthread_condwait + 1320
    2 ...ple.CoreServices.CarbonCore 0x9565ce40 TSWaitOnConditionTimedRelative + 240
    3 ...ple.CoreServices.CarbonCore 0x9565cc14 TSWaitOnSemaphoreCommon + 428
    4 ...ickTimeComponents.component 0x0842d8c0 ReadSchedulerThreadEntryPoint + 5312
    5 libSystem.B.dylib 0x952fcbf8 pthreadstart + 316
    Thread 8:
    0 libSystem.B.dylib 0x952baa38 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x952fdeac pthread_condwait + 1336
    2 org.HelixCommunity.clntcore 0x09af64e8 CloseEngine + 1295308
    3 org.HelixCommunity.clntcore 0x09ab72e4 CloseEngine + 1036744
    4 org.HelixCommunity.clntcore 0x09a6475c CloseEngine + 697920
    5 libSystem.B.dylib 0x952fcbf8 pthreadstart + 316
    Thread 9:
    0 libSystem.B.dylib 0x952baa38 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x952fdeac pthread_condwait + 1336
    2 org.HelixCommunity.clntcore 0x09af64e8 CloseEngine + 1295308
    3 org.HelixCommunity.clntcore 0x09ab7b64 CloseEngine + 1038920
    4 org.HelixCommunity.clntcore 0x09a8335c CloseEngine + 823872
    5 libSystem.B.dylib 0x952fcbf8 pthreadstart + 316
    Thread 10:
    0 libSystem.B.dylib 0x952baa38 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x952fdeac pthread_condwait + 1336
    2 org.HelixCommunity.clntcore 0x09af64e8 CloseEngine + 1295308
    3 org.HelixCommunity.clntcore 0x09ab72e4 CloseEngine + 1036744
    4 org.HelixCommunity.clntcore 0x09ac2670 CloseEngine + 1082708
    5 libSystem.B.dylib 0x952fcbf8 pthreadstart + 316
    Thread 11:
    0 libSystem.B.dylib 0x952bab58 machwaituntil + 8
    1 libSystem.B.dylib 0x953468fc nanosleep + 324
    2 libSystem.B.dylib 0x953467a4 usleep + 68
    3 org.HelixCommunity.clntcore 0x09ab7f7c CloseEngine + 1039968
    4 libSystem.B.dylib 0x952fcbf8 pthreadstart + 316
    Thread 12:
    0 libSystem.B.dylib 0x952bab58 machwaituntil + 8
    1 libSystem.B.dylib 0x953468fc nanosleep + 324
    2 libSystem.B.dylib 0x953467a4 usleep + 68
    3 org.HelixCommunity.clntcore 0x09ab7f7c CloseEngine + 1039968
    4 libSystem.B.dylib 0x952fcbf8 pthreadstart + 316
    Thread 13:
    0 libSystem.B.dylib 0x952ba9d8 machmsgtrap + 8
    1 libSystem.B.dylib 0x952c18fc mach_msg + 56
    2 com.apple.CoreFoundation 0x911a6664 CFRunLoopRunSpecific + 1828
    3 com.apple.audio.CoreAudio 0x94c9ee3c HALRunLoop::OwnThread(void*) + 212
    4 com.apple.audio.CoreAudio 0x94c9ec80 CAPThread::Entry(CAPThread*) + 104
    5 libSystem.B.dylib 0x952fcbf8 pthreadstart + 316
    Thread 14:
    0 libSystem.B.dylib 0x952baa58 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x952fde9c pthread_condwait + 1320
    2 ...ple.CoreServices.CarbonCore 0x9565ce40 TSWaitOnConditionTimedRelative + 240
    3 ...ple.CoreServices.CarbonCore 0x9565cc14 TSWaitOnSemaphoreCommon + 428
    4 ...ple.CoreServices.CarbonCore 0x9568f1f8 DeferredTaskThread + 68
    5 libSystem.B.dylib 0x952fcbf8 pthreadstart + 316
    Thread 15:
    0 libSystem.B.dylib 0x952baa58 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x952fde9c pthread_condwait + 1320
    2 com.apple.audio.CoreAudio 0x94cb0884 HP_IOThread::WorkLoop() + 488
    3 com.apple.audio.CoreAudio 0x94cb0684 HPIOThread::ThreadEntry(HPIOThread*) + 12
    4 com.apple.audio.CoreAudio 0x94c9ec80 CAPThread::Entry(CAPThread*) + 104
    5 libSystem.B.dylib 0x952fcbf8 pthreadstart + 316
    Thread 0 crashed with PPC Thread State 32:
    srr0: 0x92dcb4f4 srr1: 0x0000d030 dar: 0x005d4e98 dsisr: 0x40000000
    r0: 0x00000004 r1: 0xbfffbe40 r2: 0xa058f1d8 r3: 0x00000001
    r4: 0xa058f22c r5: 0x000001a9 r6: 0x000001a8 r7: 0x80000000
    r8: 0x00000000 r9: 0x00480318 r10: 0x92d8a53c r11: 0xa058fdd0
    r12: 0x952c4cf4 r13: 0xa058f1d8 r14: 0xbfffc208 r15: 0xa058f11a
    r16: 0x00000004 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000
    r20: 0x00000000 r21: 0x00000007 r22: 0xa058f098 r23: 0x92d89d24
    r24: 0xbfffbf5c r25: 0xbfffbf58 r26: 0xa0592550 r27: 0xa058f098
    r28: 0x00000001 r29: 0x00000001 r30: 0x005d4e94 r31: 0x92dcb34c
    cr: 0x28222244 xer: 0x00000000 lr: 0x92dcb4b8 ctr: 0x952c4cf4
    vrsave: 0x00000000
    Binary Images:
    0x1000 - 0x138ff7 com.apple.Safari 3.0.4 (5523.10.6) <56413834b1508c734b52e6a1aa83e719> /Applications/Safari.app/Contents/MacOS/Safari
    0x17c000 - 0x18bffc SyndicationUI ??? (???) <686861312ce148fcdb0b0432d4d02c9a> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x19a000 - 0x1b3fff com.apple.CoreVideo 1.5.0 (1.5.0) <f1e561d4ba585d5740e3d4990729b8de> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x6ae000 - 0x776ffb com.apple.RawCamera.bundle 2.0 (2.0) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x3b2f000 - 0x3b35fff libCGXCoreImage.A.dylib ??? (???) <4e1cd099b993b5ad9637cd0435a3a182> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x3c41000 - 0x3c42ffc com.apple.JavaPluginCocoa 12.0.0 (12.0.0) <0118f511530fa8d4fa6a0ee7ed9ca6f9> /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
    0x3cbc000 - 0x3cc3fff com.apple.JavaVM 12.0.0 (12.0.0) <7a7d795d9c93b302a8a2b838bcb6a914> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x6045000 - 0x6048ff3 com.apple.QuickTimeH264.component 7.4.1 (14) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x6600000 - 0x6628ffb +com.RealNetworks.RealPlayerPlugin ??? (0.0.1d1) /Applications/RealPlayer.app/Contents/MacOS/RealPlayer Plugin.plugin/Contents/MacOS/RealPlayer Plugin
    0x6631000 - 0x6957fff com.apple.QuickTime 7.4.1 (14) <3087ee45234222a1563007c962626f3a> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x6a4f000 - 0x6e6cfef +com.macromedia.Flash Player.plugin 9.0.115.0 (1.0.1f23) /Users/paulkeeton/Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x7fb3000 - 0x7fb7fff com.apple.CoreMediaAuthoringPrivate 1.2 (1.2) /System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework/Versions/ A/CoreMediaAuthoringPrivate
    0x8021000 - 0x821ffcb +net.telestream.wmv.import 2.1.3.10 (2.1.3.10) /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x824e000 - 0x83baff9 com.apple.QuickTimeStreaming.component 7.4.1 (14) <d3aa742ac5e888430726e1369807b2a5> /System/Library/QuickTime/QuickTimeStreaming.component/Contents/MacOS/QuickTime Streaming
    0x8417000 - 0x90fdfef com.apple.QuickTimeComponents.component 7.4.1 (14) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9448000 - 0x94e7fff com.apple.QuickTimeImporters.component 7.4.1 (14) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x9509000 - 0x95d6ff3 com.apple.QuickTimeMPEG4.component 7.4.1 (14) /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x95f6000 - 0x9622fff com.apple.CoreMediaPrivate 1.4 (1.4) <9bd5fc8365eccf8c289eb3009fee3800> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x9632000 - 0x97d3fc3 +net.telestream.wmv.advanced 2.1.3.10 (2.1.3.10) /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0x9814000 - 0x9852ff7 com.apple.QuickTimeFireWireDV.component 7.4.1 (14) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x985c000 - 0x98c5ff3 com.apple.AppleIntermediateCodec 1.0.1 (124) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x98da000 - 0x9937fff com.apple.applepixletvideo 1.2.10 (1.2d10) <39e2c68f9b3a8dec2ff4a31399800d88> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x9960000 - 0x998cfff +org.HelixCommunity.HXClientKit HXClientKit version 0.0.1d1 (10.0.0) /Applications/RealPlayer.app/Contents/Frameworks/HXClientKit.framework/HXClient Kit
    0x99b8000 - 0x9b5dff3 +org.HelixCommunity.clntcore Version 10.0.0.742 (10.0.0) /Applications/RealPlayer.app/Contents/Frameworks/HXClientKit.framework/HelixPlu gins/Common/clntcore.bundle/Contents/MacOS/clntcore
    0x9b96000 - 0x9bccfff +org.HelixCommunity.vsrlocal Version 10.1.0.666 (10.1.0) /Applications/RealPlayer.app/Contents/Frameworks/HXClientKit.framework/HelixPlu gins/Plugins/vsrlocal.bundle/Contents/MacOS/vsrlocal
    0x9bd6000 - 0x9c3bffb +org.HelixCommunity.vidsite Version 10.0.0.423 (10.0.0) /Applications/RealPlayer.app/Contents/Frameworks/HXClientKit.framework/HelixPlu gins/Plugins/vidsite.bundle/Contents/MacOS/vidsite
    0x9c4e000 - 0x9c66fff +org.HelixCommunity.clntxres Version 10.0.0.2416 (10.0.0) /Applications/RealPlayer.app/Contents/Frameworks/HXClientKit.framework/HelixPlu gins/Plugins/clntxres.bundle/Contents/MacOS/clntxres
    0x9c6c000 - 0x9c9cfff +org.HelixCommunity.authmgr Version 10.0.0.1142 (10.0.0) /Applications/RealPlayer.app/Contents/Frameworks/HXClientKit.framework/HelixPlu gins/Plugins/authmgr.bundle/Contents/MacOS/authmgr
    0x9cc5000 - 0x9ceefff +org.HelixCommunity.memfsys Version 10.0.0.682 (10.0.0) /Applications/RealPlayer.app/Contents/Frameworks/HXClientKit.framework/HelixPlu gins/Plugins/memfsys.bundle/Contents/MacOS/memfsys
    0x9cf7000 - 0x9d0afff +org.HelixCommunity.ramfformat Version 10.0.0.1471 (10.0.0) /Applications/RealPlayer.app/Contents/Frameworks/HXClientKit.framework/HelixPlu gins/Plugins/ramfformat.bundle/Contents/MacOS/ramfformat
    0x9d2f000 - 0x9d3effe libSimplifiedChineseConverter.dylib ??? (???) <ebd07f62ca7e5c43550b75d61c8910d6> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x9d42000 - 0x9d54ffd libTraditionalChineseConverter.dylib ??? (???) <c6896409186d7ccc1634a8ef79a55e29> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x9d58000 - 0x9d79fff +org.HelixCommunity.ramrender Version 10.0.0.1469 (10.0.0) /Applications/RealPlayer.app/Contents/Frameworks/HXClientKit.framework/HelixPlu gins/Plugins/ramrender.bundle/Contents/MacOS/ramrender
    0x9d80000 - 0x9d9ffff com.apple.OpenTransport 3.0 (3.0) /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0x9db7000 - 0x9db8ffd com.apple.aoa.halplugin 2.5.7 (2.5.7f1) <7f1a60978b668db2fc7b7ee642120335> /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bun dle/Contents/MacOS/AOAHALPlugin
    0x9df5000 - 0x9e44ff3 +org.HelixCommunity.rarender Version 10.0.0.743 (10.0.0) /Applications/RealPlayer.app/Contents/Frameworks/HXClientKit.framework/HelixPlu gins/Plugins/rarender.bundle/Contents/MacOS/rarender
    0x9e50000 - 0x9e5ffff +org.HelixCommunity.cook Version 10.0.0.1151 (10.0.0) /Applications/RealPlayer.app/Contents/Frameworks/HXClientKit.framework/HelixPlu gins/Codecs/cook.bundle/Contents/MacOS/cook
    0x9f7e000 - 0x9fa9ffb com.apple.audio.SoundManager.Components 3.9.3 (3.9.3) /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x9faf000 - 0x9fb3fff com.apple.audio.AudioIPCPlugIn 1.0.4 (1.0.4) <9ea9c438a65be22a5e946e62ebfc9360> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x8fe00000 - 0x8fe309d3 dyld 95.3 (???) <a7be977c203ec5c76b2f25a7aef66554> /usr/lib/dyld
    0x9000e000 - 0x9077ffff com.apple.AppKit 6.5 (949) <ff6de5455323db3dba2d5b0373036823> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x90780000 - 0x90801fff com.apple.print.framework.PrintCore 5.5 (245) <708e8418daf27acff77d7a9aebc54e94> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x90802000 - 0x90840ff7 libtidy.A.dylib ??? (???) <5ed7eaf2c53383f5bf92fa2b8cd9d16d> /usr/lib/libtidy.A.dylib
    0x90841000 - 0x90924feb libobjc.A.dylib ??? (???) <4a90e315bd1718c3f5ae09ee6c23e36c> /usr/lib/libobjc.A.dylib
    0x90957000 - 0x90f11fff libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x90f78000 - 0x90f78fff com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x90f79000 - 0x90f98fff com.apple.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90f99000 - 0x90f9bfff com.apple.CrashReporterSupport 10.5.0 (156) <906c8d99acdeb122551a99cd930bf32f> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x90f9c000 - 0x90fe7ffb com.apple.Metadata 10.5.0 (398) <b6bb1fd5a7a9135f546b2d8cbd65eafc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x90fe8000 - 0x910fcffa com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x910fd000 - 0x9111cfff com.apple.Accelerate.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91133000 - 0x9113cfff com.apple.DiskArbitration 2.2 (2.2) <9c8f8ade43fa25b32109ef9dcc0cb5d5> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9113d000 - 0x91262ff3 com.apple.CoreFoundation 6.5 (476) <9073c2bfdf6842562c8b7f0308109c02> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x91263000 - 0x91380ff7 com.apple.audio.toolbox.AudioToolbox 1.5 (1.5) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x91381000 - 0x913beffe com.apple.securityfoundation 3.0 (32768) <233b3acd9c5329b8f49d2e2a63dc81c7> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x913bf000 - 0x913daff3 com.apple.DirectoryService.Framework 3.5 (3.5) <3246a5d1c6a3d678798a90e8c5cd3677> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x913db000 - 0x913f3ffb com.apple.DictionaryServices 1.0.0 (1.0.0) <fe37191e732eeb66189185cd000a210b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x913f4000 - 0x913ffff9 com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x9142f000 - 0x91454fff libcups.2.dylib ??? (???) <0cdb72a2f7d21cce6f7141cfb4063d4c> /usr/lib/libcups.2.dylib
    0x920f7000 - 0x92106fff com.apple.DSObjCWrappers.Framework 1.2 (1.2) <2411674c821a8907449ac741ce6a40c3> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x92107000 - 0x9243efff com.apple.HIToolbox 1.5.0 (???) <fb1e7eb09bab8fc9c1675310da5b86ed> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x924d5000 - 0x927fefe7 libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x927ff000 - 0x92826fff libxslt.1.dylib ??? (???) <3700d04090629deddb436aa2d516c56d> /usr/lib/libxslt.1.dylib
    0x92827000 - 0x9282afff com.apple.help 1.1 (36) <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x9282b000 - 0x92839fff libz.1.dylib ??? (???) <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib
    0x9283a000 - 0x928eefff com.apple.DesktopServices 1.4.3 (1.4.3) <2ac43f20a262ad162ff0fc8b60b8e39a> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x928ef000 - 0x929fdffb com.apple.PubSub 1.0.1 (59) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x929fe000 - 0x92a33ffb com.apple.LDAPFramework 1.4.3 (106) <d9a3a16b2d468683b68f714d11196d7b> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x92a3a000 - 0x92a55ffb com.apple.openscripting 1.2.6 (???) <12270fbb14905644f78975f227328a98> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92a5b000 - 0x92aa1ff9 com.apple.securityinterface 3.0 (32532) <82a438eff282dd1dc1f803dfd91b5f38> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x92ae4000 - 0x92b02fff libresolv.9.dylib ??? (???) <ee2b69c3b0d6d4a3167c307f1ee65cb5> /usr/lib/libresolv.9.dylib
    0x92b03000 - 0x92bd1ff7 com.apple.CoreServices.OSServices 210.2 (210.2) <bad4943629f870d305f2bc7c6dfffe2d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x92bd2000 - 0x92c6bfc3 libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x92cec000 - 0x92d4effb com.apple.htmlrendering 68 (1.1.3) <e852db1c007de975fae2f0c2769c88ef> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d4f000 - 0x92d84fff com.apple.AE 402 (402) <a4b92c8ac89cc774b85fb44c48b9d882> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x92d85000 - 0x92e1effb com.apple.ApplicationServices.ATS 3.0 (???) <34fed4b41a99f16e7103e0309a062c97> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x92e1f000 - 0x92e25ffb com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x92e26000 - 0x92e67ffb libTIFF.dylib ??? (???) <0d0a3107d26786c3708e6a511d5acec9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x92e68000 - 0x92e70ffb libCGATS.A.dylib ??? (???) <f08869e380cd4b55e14714fe723cbc66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x92e71000 - 0x92e84ffb com.apple.speech.synthesis.framework 3.6.59 (3.6.59) <7c299626d6167de473e85327699cdb9c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x92e85000 - 0x92eccfff com.apple.NavigationServices 3.5.1 (161) <b245f17b2b2902e1f9eeaaa6773f8126> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92ecd000 - 0x93015ff3 libicucore.A.dylib ??? (???) <250daed2fb2e6bf114480e2e4da0728b> /usr/lib/libicucore.A.dylib
    0x93016000 - 0x93019ffb com.apple.securityhi 3.0 (30817) <e50c0cac9048f8923b95797753d50b5c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x930a7000 - 0x930abffe libGIF.dylib ??? (???) <d6e2a570359313a39c6783c2ecfee608> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x930ac000 - 0x931f5ffb com.apple.ImageIO.framework 2.0.0 (2.0.0) <437c9df52645bf8bead58967ea46ef17> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x931f6000 - 0x931f6fff com.apple.Accelerate 1.4 (Accelerate 1.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x932ee000 - 0x9364bffe com.apple.QuartzCore 1.5.1 (1.5.1) <e09ec58e69e2b4b8256eaa05d8a71f88> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x93652000 - 0x9367dff7 libauto.dylib ??? (???) <c1f2bd227817ad7c7bf29ec74729ac7c> /usr/lib/libauto.dylib
    0x9367e000 - 0x93695ffb com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x93696000 - 0x9369efff libbsm.dylib ??? (???) <c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib
    0x9369f000 - 0x936a6fff com.apple.CommonPanels 1.2.4 (85) <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93775000 - 0x93828ffb com.apple.JavaScriptCore 5523.10.3 (5523.10.3) <11a3413a91cb500bbd65b8620295005a> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x93829000 - 0x93834ffb libgcc_s.1.dylib ??? (???) <ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib
    0x93835000 - 0x939a0ff9 com.apple.AddressBook.framework 4.1 (687) <55d0fd26085aeb25c536b051f53c1311> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x939ef000 - 0x93ab3ff3 com.apple.CoreData 100 (185) <e07feef645427639349ed2c62abcf169> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93ab4000 - 0x93ab5ff8 com.apple.ApplicationServices 34 (34) <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x93ab6000 - 0x93abbff6 libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x93abc000 - 0x93b6cfff edu.mit.Kerberos 6.0.11 (6.0.11) <16acc832b51b89fdbc563194596623c6> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x93b6d000 - 0x93b80fff com.apple.LangAnalysis 1.6.4 (1.6.4) <c184bb5b2859e82c5740a6fdb1e3d0bc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x93b81000 - 0x93dc5ffb com.apple.Foundation 6.5.1 (677.1) <4152239382fb0f48abbcbf35bd04afa6> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x93e0d000 - 0x93e1dffb com.apple.agl 3.0.9 (AGL-3.0.9) <ab2f91cfb4e503d2516df44852c35e81> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x93e1e000 - 0x93eedfff com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x93eee000 - 0x93f09ffb libPng.dylib ??? (???) <c51ec88c87a3f0a646471165e16acd43> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x93f0a000 - 0x93f17fff libCSync.A.dylib ??? (???) <e7073e93982e6872ed72e5873b791462> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x93f35000 - 0x93f5effb com.apple.shortcut 1 (1.0) <032016a45147a2f3f191ce70187587c9> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x93f5f000 - 0x93fe4fff libsqlite3.0.dylib ??? (???) <7b379cb4220346e99c32c427d4539496> /usr/lib/libsqlite3.0.dylib
    0x93fe5000 - 0x94414ffa libGLProgrammability.dylib ??? (???) <4c75bd9e0eca8999aaa97c304f776b65> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x94692000 - 0x94693fff libffi.dylib ??? (???) <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib
    0x94694000 - 0x946eafff libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x946eb000 - 0x946f7ff3 com.apple.audio.SoundManager 3.9.2 (3.9.2) <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9483b000 - 0x948b5ffd com.apple.CFNetwork 220 (221) <00b882d3d3325526b78ded74880759fe> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x948b6000 - 0x948b6ffa com.apple.CoreServices 32 (32) <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x94943000 - 0x949a3fff com.apple.CoreText 2.0.0 (???) <88030136aacddbb747a2eae3937885f5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x949a4000 - 0x949f1ff7 libGLImage.dylib ??? (???) <9dbe7b634d7c01ae3684c547fbbd4d71> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x949f9000 - 0x94a00ffb com.apple.print.framework.Print 218 (220) <c049174237183efe3afce707ce2c6d67> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x94a01000 - 0x94ab1fff com.apple.QD 3.11.50 (???) <57b7475a61b2d27a600e0a0851d8c7be> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x94ab2000 - 0x94ab2ff8 com.apple.Cocoa 6.5 (???) <e9a4f1c636d00893db0494c4040176ba> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x94ab3000 - 0x94b3bfff com.apple.ink.framework 101.3 (86) <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x94bdc000 - 0x94c6efff com.apple.framework.IOKit 1.5.1 (???) <591b8b0cc4261db98a6e72e38eef5f9a> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x94c7d000 - 0x94d04ffb com.apple.audio.CoreAudio 3.1.0 (3.1) <880a5a35ef1c5158271ee4b305b35626> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x94dd3000 - 0x94de3fff libsasl2.2.dylib ??? (???) <18935d5e775962f4728b91189b092d45> /usr/lib/libsasl2.2.dylib
    0x94de4000 - 0x94deffff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <ae3dc890a43a9269388301f6b59d3091> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x94df0000 - 0x94eaafff libcrypto.0.9.7.dylib ??? (???) <4ea3d7e9a1c28ac7b17ed80873fe6598> /usr/lib/libcrypto.0.9.7.dylib
    0x9504c000 - 0x9505aff3 com.apple.opengl 1.5.5 (1.5.5) <32b2691d8949b7dec765af89ab04ffdd> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9505b000 - 0x950d6fff com.apple.SearchKit 1.2.0 (1.2.0) <1b448fbae02460eae76ee1c6883f45d6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x950d7000 - 0x952b8ffb com.apple.security 5.0.1 (32736) <15632bf9bbdb223194b3d79a2e48e02d> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x952b9000 - 0x95452fe3 libSystem.B.dylib ??? (???) <8a6cd873dfa7ada786efac188f95ed1b> /usr/lib/libSystem.B.dylib
    0x95472000 - 0x954d9ffb libstdc++.6.dylib ??? (???) <a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib
    0x954da000 - 0x95564fff libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x955b4000 - 0x955b6ffd libRadiance.dylib ??? (???) <3d70fcb7557347829c96c9753074b3f1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x955fb000 - 0x95633fff com.apple.SystemConfiguration 1.9.0 (1.9.0) <d925dde7699e6231c88a41b0254a7591> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x95634000 - 0x95934ff3 com.apple.CoreServices.CarbonCore 783 (783) <fd2acaf23e95472f78b8a077fa039986> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x95975000 - 0x959a2ff3 libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x959b9000 - 0x959e3ff7 libssl.0.9.7.dylib ??? (???) <5dac2e94552ad76696c35bd6886f5a92> /usr/lib/libssl.0.9.7.dylib
    0x959e4000 - 0x959e4fff com.apple.Carbon 136 (136) <6a6a209ec9179368db7ead8382b8ee63> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x959e5000 - 0x95acefff libxml2.2.dylib ??? (???) <6f383df1e1e775be0158ba947784ae13> /usr/lib/libxml2.2.dylib
    0x95acf000 - 0x95b00fff com.apple.coreui 0.1 (60) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x95b01000 - 0x95b66ffb com.apple.ISSupport 1.6 (34) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x95b67000 - 0x95b87ff7 libJPEG.dylib ??? (???) <92341083256fbcd28888a179ebf941ef> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x95b94000 - 0x96106ff7 com.apple.CoreGraphics 1.351.0 (???) <424b6b6e1fe858a1a0ee3adc36d40634> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x96107000 - 0x96107ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x96108000 - 0x9668fff3 com.apple.WebCore 5523.10.6 (5523.10.6) <923d0cbd46b807ad69996377ee95e80e> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x969c7000 - 0x96a86ff9 com.apple.WebKit 5523.10.6 (5523.10.6) <2010268bc671ef79128cf5dea245d8d7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x96a87000 - 0x96ac3fff libRIP.A.dylib ??? (???) <04b63e86e1df732262c361db22275a50> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x96ac4000 - 0x96b5aff7 com.apple.LaunchServices 286 (286) <a3a0b2af862e9a8945072f8cb523678f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x96c80000 - 0x96cdcfff com.apple.HIServices 1.6.0 (???) <a3e89f96e628703a20a2d2f587f3f983> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0xba900000 - 0xba917ffe libJapaneseConverter.dylib ??? (???) <dc8f48ea3439e971b6ec6b51c5b7160a> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21ffc libKoreanConverter.dylib ??? (???) <3516a913c9651dc5d3cbef3e1704b50f> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xfffec000 - 0xfffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff8000 - 0xffff9703 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

  • Problem Recording Audio Stream: audacity, HDA Intel ALC882, Stereo Mix

    Hi,
    I am trying to record an audio stream using Audacity, but I am having problems. From the mixer toolbar dropdown, I have various options for mic, line, cd, but there is no option for 'stereo mix.'  I have looked at alsamixer, and none of the capture channels are muted.  I would be grateful if someone could point me in the correct direction.
    Regards,
    Ian Sutherland

    You need pulseaudio to capture from the mixer. Try this:
    http://www.ubuntugeek.com/sound-solutio … users.html
                    it worked for me in my Lenovo T61 with HDA Intel sound
    Good luck

  • Saving an Audio Stream

    Hi, I'm able to listen to an audio stream using Advanced > Open Audio Stream... ,
    but how can I keep that audio stream. Ideally I'd like to associate a name with the URL and add it to the library, under LIBRARY > Radio.

    Firstly, click on the '+' sign at bottom left to create a new playlist. Call it something convenient.
    Now in menu 'Advanced'>'Open audio stream' enter your streaming URL and get it running.
    No control-click on the display panel in the centre of the toolbar. Choose 'Add to playlist' and select your new playlist. Now you can play the station at any time from there.

  • I want to be able to use airplay to stream audio to another iOS device, and then use that audio stream to be used when recording video instead of the built in microphone / microphone input. Is this possible?

    I want to be able to use airplay to stream audio to another iOS device, and then use that audio stream to be used when recording video instead of the built in microphone / microphone input. Is this possible?

    A third-party app probably cannot obtain a stream from another app. To the best of my knowledge, such a capability is not provided in the software development kit, apps being "sandboxed" from each other and so allowed to communicate only in very specific and limited ways.
    I'm not completely sure what you mean by "limitations on video capture". An iPhone, to the best of my knowledge, can natively record video only through it's built-in camera, and audio while doing video recording only through the built-in microphone or mic/headphone jack. There might be a video recording app that would allow audio input from an external device connected to the dock connector, but I'm not sure.
    Regards.

  • Can I use the new Apple TV without a display for audio streaming only?

    Here's my situation...
    I have an Airport Express in my living room connected to my DSL modem to create a wifi network. I also have a current model MacBook Pro and would like to add an Apple TV to my bedroom system for music and Netflix audio streaming. I do not own a TV to do any setup.
    If I bought an ATV for my bedroom and connected the optical output to my DAC, would I be able to accomplish my goal or is there a setup procedure on the ATV which mandates a display?
    I realize I could just buy another Airport Express for easy audio streaming, but then I wouldn't have the Netflix audio capability which I would like since I watch movies on my MBP. I'm hoping like an Airport Express, the ATV would configure itself for audio streaming once connected to my wifi network.
    Thanks for any help or ideas.

    If you're planning to stream from iTunes to the AppleTV controlling the material via iTunes, I suspect it may just appear as an Airtunes speaker option for iTunes without any setup needed.
    No Netflix in UK so don't know much about it, but I suspect you'd need to control the AppleTV directly for this unless you were viewing on the MBP and used something like Rogue Amoeba's Airfoil to transmit audio.
    If you have no desire for controlling AppleTV either on an TV or using Remote app for iPhone etc (and you'd need to set AppleTV up with a TV for Netflix or AppleTV controlled streaming anyway), you might want to consider using another Express upstairs and hook it's optical out to your DAC if you're just after stereo audio.
    AC

  • Audio Stream Recorder - Error: Audio device is already being used by another prog

    I realized that Audio Stream Recorder is does not "work" through server list feature. So I am simply trying to use the manual method of adding URL's to the interface. However regardless of the type of stream, shoutcast, windows media or real audio, I receive the error "audio device is already being used by another program". Does anyone know how to fix this? I have closed my audio application etc to no avail. <RANT WARNING> I was very excited about using this application when I read about it. However an application that provides none of the stated features is not an application, its false advertising, since it clearly states on the box, help files and website this products "features". Anyway, it'ss very disappointing. Also, does anyone know what the supported steaming formats are, the help file say the application requires RealONE and Windows Media Player but does not mention audio stream formats? Thanks you in advance for any help.

    I have the same issue. I updated to the latest software, to no avail. My first suspicion is that some Microsoft patch caused this, but I cannot verify this.
    Apparently no one at Creative is very interested in this issue.

  • Home Theater need. Multiple Audio Streams from 1 card or possible to use 2 car

    I currently have 2 SB Li've's installed and a SB Audigy in the box.
    I would like to be able to send different audio out to different devices. I need to send audio from a game interface called MAME 32 to a speaker system connected to the PC. I also use this PC as a home theater PC and want to send audio from my DVD playing software out to my TV(in analog stereo mode) and/or to my receiver(in Dolby Digital mode using the digital connector).
    I would like to be able to run these seperatly without having to go into the Control Panel and switch the default sound card like I am doing now. I do not need to run them at the same time.

    Bummer. Are you guys working on something that might have this capability? Seems to me that the closer we integrate PC's into our entertainment systems the more need we will have for the ability to do multiple audio streams, i.e. MP3's to the living room. DVD movie audio to the family room, XM radio classical station to the kitchen for mom etc..
    Intel is offering this as an onboard solution that has the ability to do at least 2 different streams.
    http://www.intel.com/design/chipsets/hdaudio.htmMessage Edited by relay on 0-26-2004 05:02 PM

  • C# Webbrowser using VLCplugin to play online audio stream

    Hello all,
    I have been trying to get the VLC to play a audio stream from a URL address.
    I created a forms application and added a webbroswer from the toolbox. I can navigate no problem but if I goto a link like
    http://audio.wgbh.org/otherWaysToListen/wcai.m3u
    I get a popup dialog that asked do I want to open this file. If i accept VLC opens and it plays no issue.
    However, what I want is it to play without the popup and in my application not with the VLC installed on my computer.
    I have seem many things about VLC selecting files but I have not been able to find a reference for pulling a stream with my C# form when browsing with the webbrowser item on my form.
    Any help would be thankful.

    Hi Badidea,
    >> However, what I want is it to play without the popup and in my application not with the VLC installed on my computer.
    Do you want to open the url without the popup? If so, I think you could block downloads from the webbrowser control, the link below shows the details:
    # How to block downloads in .NET WebBrowser control?
    http://stackoverflow.com/questions/483262/how-to-block-downloads-in-net-webbrowser-control
    But with this way, I am afraid that you could not open the audio. If you want to open the audio without the popup, I think you could automatically download the file, more information you could turn to the link below:
    # Suppressing the Save/Open Dialog box in a WebBrowser control
    http://stackoverflow.com/questions/3538874/suppressing-the-save-open-dialog-box-in-a-webbrowser-control
    But if you want to open the audio in your application without the VLC, I am afraid that you could not achieve that. As you know, the audio needs the special player from the URL, I think it is restricted if you want to open the audio without the player.
    Sorry for the inconvenient.
    Best Regards,
    Edward
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

Maybe you are looking for

  • Open Hub: How-to doc "How to Extract data with Open Hub to a Logical File"

    Hi all, We are using open hub to download transaction files from infocubes to application server, and would like to have filename which is dynamic based period and year, i.e. period and year of the transaction data to be downloaded.  I understand we

  • What to expect from a new build I'm planning

    I have a basic "opinion" or "guess" question, please. I'm planning a new build at some point and have to make a decision on when to take the financial plunge. In a few months, funds will be better, but I can manage the cost now if the speed improveme

  • How to find size of bundle?

    hi all, i am making a vi in which the input is a bundle containing unknown number of elements (string and double 1d and 2d arrays), i want to unbundle it and then write in matfile format, i need to know how many elements and the type of each element

  • How can I keep logged in on Facebook even tho I've cleared everything?

    I've cleared all history, cookies, cache & still can't keep logged into facebook. Everytime I scroll down or click on something I get the rectangle with "must be logged in to facebook". I relog in and sometimes get the same message. It doesn't happen

  • Problem forwarding email

    Just wondering if anyone else has had this problem with their Z30....about 50% of the time when I forward an email to myself and BCC a group of my customers, the "SEND" button will grey out so that it can't be sent. When I completely start over attem