Possible to use both optical out AND regular line out at the same time?

I currently have my computer speakers (logitech z560) hooked up to the mac pro via regular stereo jack in the back. I have an extra receiver that I would love to hook in to supply me with some needed sound for movie watching and what-not.. Is there a way to enable both line out - digital and line out at the same time?

You can set DVD Player's "Audio output" to "Digital Out" in its "Disc Setup" preference, while other applications use Line Out.
You could use a splitter on Line Out to feed your current speakers, and analog Line In on your receiver. When you want sound to both systems, set the receiver to Line In. When you want to watch DVDs, set it to Digital In. This will give you surround sound if the DVD has multichannel sound, and the receiver supports more than two channels.
If you really want the same output on the Mac Pro Line Out, and Digital Out, you can use the "Auxiliary Device Output" effect in Audio Hijack Pro
<http://www.rogueamoeba.com/audiohijackpro/>
It will not support more than two-channel audio.

Similar Messages

  • Is it possible to use both an ILB and an ELB (listening on the same port) in the same Azure cloud service?

    I'm building a test Lync deployment on Azure; yes, I know this is not supported, hence "test".
    Lync Front-End servers expose two set of web services, one for internal users and one for external ones; they listen on different ports (443 and 4443) on the same servers; when external services are published, you need a reverse proxy or a port forwarding
    in order to map port 443 of a public IP address to port 4443 of the Front-End server(s). When you have multiple Front-End servers in a pool, you also need to load-balance them.
    So, a typical Lync deployment looks like this:
           Internal users
                     |
                   443
                      |
              Internal LB
            192.168.0.20
            443         443
              |               |
       Lync FE 1     Lync FE 2
    192.168.0.21 192.168.0.22
              |               |
          4443        4443
              External LB
           Public IP Address
                     |
                  443
                     |
           External Users
    This should be easily replicated in Azure, as it supports both external load balancing and internal load balancing. They are even supported together in the same cloud service, so this configuration should be easy. However, it looks like "should"
    is the keyword here.
    After creating the external load balanced endpoint (which listens on external port 443 and forwards to port 4443 on the servers), I'm trying to create an internal load balancer and add internal endpoints to is; however, while the ILB can be created successfully,
    adding an internal endpoint listening on port 443 and forwarding to port 443 on the servers fails miserably, with an error stating that port 443 is already in use by another endpoint:
    Update-AzureVM : BadRequest : Port 443 is already in use by one of the endpoints in this deployment. Ensure that the port numbers are unique across endpoints within a deployment.
    For reference, my commands are:
    Add-AzureInternalLoadBalancer -InternalLoadBalancerName "LyncILB" -ServiceName "LyncFrontEnd" -SubnetName "LabSubnet" -StaticVNetIPAddress 192.168.0.20
    (This completes successfully)
    Get-AzureVM LYNCFE1 | Add-AzureEndpoint -Name "Https-Int" -Protocol "tcp" -LocalPort 443 -PublicPort 443 -LBSetName "HttpsIntLB" -DefaultProbe -InternalLoadBalancerName "LyncILB"
    (This fails)
    The existing external endpoint is configured as such:
    Get-AzureVM LYNCFE1 | get-azureendpoint
    LBSetName : HttpsExtLB
    LocalPort : 4443
    Name : HTTPS-Ext
    Port : 443
    Protocol : tcp
    Vip :
    ProbePath :
    ProbePort : 4443
    ProbeProtocol : tcp
    ProbeIntervalInSeconds : 15
    ProbeTimeoutInSeconds : 31
    EnableDirectServerReturn : False
    Acl : {}
    InternalLoadBalancerName :
    IdleTimeoutInMinutes :
    LoadBalancerDistribution :
    The error doesn't even make a lot of sense; the external load balancer listens on a public IP address, while the internal load balancer listens on a private IP address in the internal network; there
    shouldn't be any conflict here... however it looks like there is one instead.
    Why doesn't this work? Am I doing something wrong, or is Azure networking just being silly as usual again?

    Hello Massimo Pascucci,
    The issue that you are facing when creating an endpoint with internal loadbalancer is the limitation of not allowing same ports to be listening under a single cloud service. This reason for this is that there is a limitation of only one private IP (Also
    known as the Internal load balanced IP) per cloud service.
    There is also a limitation on the Internal load balancer more than one port to be published per load balancer:
    You can leave your feedback by following the link below:
    https://social.msdn.microsoft.com/Forums/en-US/1805c5a0-3906-4cd6-8561-9802d77e0ae5/is-it-possible-to-use-both-an-ilb-and-an-elb-listening-on-the-same-port-in-the-same-azure-cloud?forum=WAVirtualMachinesVirtualNetwork
    Refer to this article for more information on Internal load balancer:
    http://azure.microsoft.com/blog/2014/05/20/internal-load-balancing/
    Thanks,
    Syed Irfan Hussain

  • TS3280 How can i enable both paired bluetooth and ios keyboard input at the same time?

    How can i enable both paired bluetooth and ios keyboard input at the same time?
    This is needed for the app im working on. Need some user input via keypad as well as scanner input via a paired bluetooth scanner.

    You probably should not be using a keyboard bluetooth profile for a scanner, I am not a developer for apple so do not know the location for you to find out the correct profile you should be using for an input device that is not a keyboard. Sorry,
    I am sure if you navigate the apple developer site you will probaly finmd what you're looking for.
    https://developer.apple.com

  • How do i connect both my ipad and iphone to wifi at the same time. i can one or the other connected but not both?, how do i connect both my ipad and iphone to wifi at the same time. i can one or the other connected but not both?

    ive just moved out and have just been connected to talk talk broadband today.  Both my ipad mini and iphone are saying they are connected to wifi but only my iphone will connect to online services where my ipad mini won't.  But if i disconnect my iphone from wifi then my ipad will work online and then when trying to connect my iphone back to wifi that won't work with online services.  is this because they are both using the same apple account?  though when i was living at home my mum had sky router and i was able to connect both devices with no problem.  is there anyway of connecting both devices so they work online at the same time??

    There is absolutely no reason why they should not bothe be able to connect to your WiFi network. The easiest place to start would be to reboot your router. Unplug it for about 30 seconds and then plug it back in again. I would also restart both the iPad and the iPhone.

  • Is it possible to wait on a queue and on a notifier at the same time?

    Hi!
    I am trying to implement an event-driven producer/consumer pattern with queues. The problem is that I have some value change events (e.g. coming from a slider) that I do not want to queue up; I want only the latest value change event to be processed by the consumer loop. This is because the consumer may spend longer time in executing (sometimes multiple seconds) and I want to prevent all intermediate slider events to be queued up in the meantime because I will finally write them to hardware. Therefore, a notifier would be better to use here than a queue. My question is if it is possible to make the same consumer loop wait on the queue as well as on the notifier at the same time? I will be wiring the VISA session and some other data through the consumer, so it want to avoid an extra loop that would wait on the notifier only. Or is there any other possible workaround?
    Thanks in advance.
    Regards,
    Anguel
    Solved!
    Go to Solution.

    AStankov wrote:
    crossrulz, many thanks for the code example and this is probably exactly what Mark suggested. Unfortunately, I do not really understand the logic behind it, i.e. why wait on the queue and then on the notifier?
    It isn't really waiting on the notifier.  The wait is set to 0.  So if there is no new data in the notifier, instant timeout and skip the DAQ stuff.
    The idea here is to send the set value (from the slider) through the notifier and send the command through the queue.  When the consumer loop gets the command, it will read the notifier for the latest data point and go to work.  Now if the user changes a bunch of stuff while a "long" acquisistion is happening, the notifier will keep being overwritten; it will only keep the last commanded value.  The queue will get multiple commands, but only the last value will be worked on due to the notifier.  The remaining commands will check the notifier, see that there's no new data, and skip to the next command.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Cannot see BOTH synched library AND iTunes Match library at the same time

    I ran iTunes Match on my library of MP3 files and hit the maximum allowed 25,000 song limit in my paid iTunes Match account. Then I created a new version of my local/PC iTunes library with those 25,000 MP3 songs removed, and synchronized it with my iPhone 4s running IOS7 and iTunes Match turned OFF. So far so good.
    So now I theoretically have no duplication between my 25,000 song iTunes Match library and my local iTunes library that resides on my PC.
    But even though I have the "Show All Music" setting on the phone turned on, the iTunes Match songs don't appear on my iPhone until I also turn the iTunes Match setting on. But as soon as I do that, all of the songs I synched from my local iTunes library on my PC completely disappear- having been completely replaced by my iTunes Match library. If I then turn the iTunes Match setting off again (while still leaving "Show All Music on"), the iTunes Match songs also disappear, leaving my iPhone music library completely empty. Have I misunderstood the meaning of the "Show All Music" setting, or is something malfunctioning?
    My question is: How can I make ALL of my songs (both the ones I have previously captured in ITunes Match AND the ones I synched with my PC via iTunes) appear on my iPhone at the same time?  This scenario seemed to be working just fine under IOS6 on the same iPhone.

    I had a somewhat similar experience.  When I enabled paid iTunes Match on my iPhone 5, iOS7, all of my locally-stored songs on the iPhone disappeared and remained gone even after I disabled iTunes Match on the iPhone.
    A chat session with Apple support revealed that iTunes Match will in fact supersede any synched content on the iPhone.  The suggestion from Apple support was to download on the phone all the previously-synched content via iTunes Match wireless connection.  Of course, that would take hours if not days.  And that crazy workaround won't help you because you want songs other than what you have in the Cloud.
    It appears that various members of this forum have not had this same experience.  I'm not sure what's going on here.  Usually with Apple's tight control of hardware and software these anomalies are avoided.
    And I didn't really need iTunes Match except I wanted commercial-free iTunes Radio (which I think is great, by the way).  At least for now, commercial-free radio (with a paid subscription) can be achieved only by enabling all of the iTunes Match features.  I'm not sure why Apple requires this bundling unless its part of a general push to a streaming model for everything (more revenue opportunities) as opposed to supporting local storage.

  • Can I use a magic mouse and apple track pad at the same time with my iMac

    Can any one help with my above question

    Yes, you can use the magic mouse, trackpad and wireless keyboard at the same time.
    Captfred

  • Both thunderbolt display and ethernet stopped working at the same time

    I use recent Macbook pro 13inch retina.  I use both of thunderbolt ports on ethernet and display.
    I was messing around with application, and I found chess game. I played it for while than my display and ethernet suddenly stopped working.
    I do know ethernet and display is working fine because My roommate still have access to the ethernet, and My xbox still works on my display monitor.
    So, I suspected its thunderbolt problem, and I reinstalled Mavericks twice and reseted SMC and NVRAM, which didn't solve anything.
    Do you have any suggestion before I take this computer to Apple store?

    So the ports still work, and the display still lights up when you use it with your xbox? Are you sure about the xbox part, I didn't think the thunderbolt display worked with an xbox.
    https://discussions.apple.com/message/24060376#24060376
    Do you have the LED Cinema display? Look at the back, do you have 3 USB ports or 3 USB ports, firewire and ethernet?

  • Can a single Access Point support both bridge mode and Access Point mode at the same time

    Hi Guys
    Does anyone know which access point can work in both bridge mode and AP mode ?
    Cheers

    Well what are you trying to cover. If its really a large outdoor area, then look at the mesh AP. Those require a WLC. Autonomous or stand alone ap can perform bridging on one radio and client access on another. You can also look at AP that support indoor mesh that also controlled by a wlc. If your putting APs outdoors, then look at the outdoor mesh.
    Thanks,
    Scott Fella
    Sent from my iPhone

  • Use 3 finger drag and 3 finger swipe in the same time

    2 finger swipe do not work for many applicayion, I have to use 3 finger swipe. But once I check 3 finger drag it will automatally change 3 finger swipe to 2 finger swipe. Anyone have solution?

    I suspect you need to change the setting under More Gestures (swipe between pages option) to Swipe with two or three fingers?

  • Can you use the Airport Express A1264 as an AP and a DHCP server at the same time?

    Can you use the Airport Express A1264 as an Access Point and a DHCP server at the same time?
    I would like to use it as a DHCP server and AP at the same time in my LAN (no internet, just local machines through a few switches). I was lead to belive this could be the case from a few networking friends that haven't been friendly enough to help me out setting it up.

    I need it to act as a dLink/Cisco/Linksys/etc basic wifi router, in the fact that you can access it via wifi, and it will spit out DHCP addresses (192.168.1.xxx) to everything wired downstream of it.
    I want to simultaniously provide a Wifi connection and a LAN connection at the same time
    Thanks,
    BRad

  • Can't i use xml schema and oledb data connection at the same time?

    Hello to all and thanks in advance.I use xml schema and oledb data connection at the same time and the problem is that when I try to export the xml, the outcome is not what i expect.Without the oledb connection everything is ok (just the schema) and the xml complies with the schema.
    Can't i have both schema and oledb and the exported xml be as i want it?

    You can use both at the same time, but not gor Internet access if that's what you're asking.
    Now there is a thing called Link Aggregation, which combines a number of interfaces for speed/redundancy, but it really only works locally, and then only with ALL special equipment in the route, and most likely OSX Server involved.
    Sorry.

  • Can I save both DVD-R and DVD-Video files onto the same DVD?

    Can I save both DVD-R and DVD-Video files onto the same DVD?

    Hi Stan,
    I just want the user to be able to run my video clips either on a 
    computer or on a standard DVD player. It would be nice to include both 
    formats on a single disc. I am new to this and am not sure what format 
    is most widely used for standard DVD players. Thanks for your response 
    and any guidance you can give me.
    Quinn
    Quoting Stan Jones <[email protected]>:
    Stan Jones http://forums.adobe.com/people/Stan+Jones created the discussion
    "Re: Can I save both DVD-R and DVD-Video files onto the same DVD?"
    To view the discussion, visit: 
    http://forums.adobe.com/message/4996961#4996961

  • How do I get the Time Capsule to run both 5GHz and 2.4GHz networks at the same time.

    How do I get the Time Capsule to run both 5GHz and 2.4GHz networks at the same time.

    Thanks for digging out the facts.
    You have a 1st Generation Time Capsule.
    Your model can produce two bands....either 2.4 GHz or 5 GHz....but not both simultaneously.
    You would need a Generation 2, 3 or 4 Time Capsule for simultaneous dual band capability.

  • Is there an issue with the hitachi hard drives in the MacBook Pro's ?  Got a 15 inch and a 13 inch at the same time and both drives have failed in under two years. I have heard from a few other people with same issue.

    Is there an issue with the hitachi hard drives in the MacBook Pro's ?  Got a 15 inch and a 13 inch at the same time and both drives have failed in under two years. I have heard from a few other people with same issue. Other drive I have had have lasted at least 5 or more years.

    there is a dylib you can put in the springboard if jailbroken but if not you have to find an apple store

Maybe you are looking for