Anyone tried to use slingbox with iphone

I wanted to get a slingbox, but with so few options on the iphone I was wondering if anyone got it to work?

I wanted to get a slingbox, but with so few options
on the iphone I was wondering if anyone got it to
work?
There is no Slingbox client for the iPhone (yet?), so it does not work as of now. Sorry.
Check out http://www.slingplayer.com for supported clients.

Similar Messages

  • Has anyone tried to use Labview with VNC

    I am trying to use VNC viewer and Labview to remotely code/control labview application. Lots of right clicks dont show up on the VNC. I guess this happens only for Labview and not for other applications. Has anyone tried to use VNC before? is there a workaround?

    Just confirmed that each of the above items works properly in our setup, using either WinME or Linux as the controller of the Win98 host. In the 'Connection Options' screen of the controlling computer I have only 'Auto-Select' and 'Emulate 3 buttons' checked. 'Current User Properties' on the controlled computer has only 'Accept Socket Connections', 'Do Nothing', 'Remove Desktop Wallpaper', 'Poll Foreground Window' and 'Poll Console Windows Only' checked. Hopefully one of the above will make a difference.
    Matt

  • Anyone tried to use TC with A Nas Drive attached in a windows / Osx enviroment?

    Hello There
    I'm interesting to use TC in a windows/osx enviroment where i already have a network ..
    At the moment there is a NAs drive 4tb attached to the switcher  and all the windows computers making a backup into this drive..
    So my question is:
    I just bought a couple of macs and one TC 3TB..
    In fact i want to backup every computer on the network I want to attach the NAs drive to the TC for more space and both windows and osx computeras making the backup into the TC and the NAS drive..
    Do you think its going to be slow the network?
    does the TC support NAS drives to extend space?
    Any suggestions are welcome
    Aris

    I would have not bought the TC as many NAS have time machine extensions you could have just kept using the existing NAS. Anyway..
    As long as you setup the TC in bridge.. ie go to internet tab on airport utility select connection sharing.. bridge.. then it will work as a plain switch and WAP.. with internal hard disk. You can plug it in anywhere to the system and it should be fine.. the ports are all gigabit so no slow down there.
    does the TC support NAS drives to extend space?
    Not 100% sure what you mean by this but no, it doesn't support anything.. there is a USB port on the TC.. but it will not recognise or backup to anything but a usb drive. there is no internal rsync or anything else. The TC is not a NAS. It is a backup device for files stored on the Mac. It is design pure and simple for TM on the Mac.

  • I have a new I Pad air and I am trying to use it with a projector and a whiteboard, unfortunately the two are not connecting. Can anyone give me reasons why this might be happening.

    I have a new I Pad air and I am trying to use it with a projector and a whiteboard, unfortunately the two are not connecting. Can anyone give me reasons why this might be happening.

    You can connect via a cable or wireless using an Apple TV.
    http://ipad.about.com/od/iPad_Guide/a/How-To-Connect-Your-Ipad-To-Your-Tv.htm
    Connect an iPad to a Television or Projector
    http://www.everymac.com/systems/apple/ipad/ipad-faq/how-to-connect-ipad-to-tv-te levision-projector.html
    Connecting iPad iPhone or iPod to TV or Projector
    http://www.disabled-world.com/assistivedevices/computer/ipad-tv.php
    iPad Accessories: Connections for a TV or Projector
    http://www.dummies.com/how-to/content/ipad-accessories-connections-for-a-tv-or-p rojector.html
    You may be interested in AirPlay on the Apple TV:
    http://www.apple.com/airplay/
    http://www.apple.com/airplay/
    Alternately, there are Apple Digital AV Adapters for hardwired connections:
    http://support.apple.com/kb/ht4108
    http://support.apple.com/kb/ht4108
     Cheers, Tom

  • I am trying to use Words with friends on my iphone 5.  How do I get rid of   "Connect to itunes to Use Push Notifications

    I am trying to use Words with friends on my iphone 5.  How do I get rid of   "Connect to itunes to Use Push Notifications

    Reading some older threads from 2012 and 2011 it appears the problem was present even then.  Part of the problem was due to people using multiple or different account id's on the various devices.  In my case, I only have one ID and it is the same on all devices yet the iPhone and iPad are still throwing the same error when I try turning on iTunes Match.  This is very frustrating . . . any help out there?  Thanks.

  • I have unlocked iphone 5.i tried to use it with tmobile.it shows full network but fails to activate and shows sim invalid.how to make it work?

    i have unlocked iphone 5.i tried to use it with tmobile.it shows full network but fails to activate and shows sim invalid.how to make it work?

    Who was your original carrier; did you call them to ask them to unlock your phone, and are you aware of what their unlock policy is (THey may only unlock for international sims and not US sims

  • Has anyone tried to extend Spatial with a 3D primitive?

    Has anyone tried to extend Spatial with a 3D primitive that for example can model buildings and tunnels? I am trying to add the polyhedron primitive next to the existing point, line, polygon model. I just want to hear some tips or ideas...

    The plan is to make a new GType and new stored functions that recognize this GType.
    A polyhedron could be of type 3008,3D and 8=polyhedron(=new). The elem_info
    and ordinates contain multiple planes. Self-created stored functions would be
    able to recognize this GType, e.g. area3D should give the sum of the areas of all the
    faces of the polyhedron and should also work on Gtype=3003 and give the real area
    of a 3D polygon instead of the projection.I wouldn't suggest this methodology if you are considering using any spatial indexing or
    functions with your data.
    There is a mechanism Oracle Spatial has for defining custom datatypes. It should only
    be used with custom apps, i.e. it won't be usable in the context of applications that know
    about Oracle Spatial data types.
    The mechanism allows you to define you own element using an element type of 0, and using
    the interpretation to define what you are looking at. You would also include an a supported
    element type that approximates your geometry, and that element is the one that is indexed,
    and the gtype entered is associated with that geometry. Your private functions could access
    the 3d geometry when required. For instance, you want to have a 3d cube. It might look like this:
    sdo_gtype=3002
    sdo_elem_info=(1,2,1, 7,0,1, 22,0,2 etc.
    sdo_ordinates=(0,0,0,2,2,2, 0,0,0,2,0,0,2,2,0,0,2,0,0,0,0, 2,0,0,2,0,2,2,2,2,2,2,0,2,0,0, etc
    the 1,2,1 in the elem info array corresponds to a 3d line string that when indexed with a minimum bounding
    volume encloses the 3d cube. The 0,0,0 and 2,2,2 in the ordinate array stored as the line string when indexed
    include the bounds of the cube. Next in the elem info array are 7,0,1. The 7 means offst 7 in the ordinate array
    and in this example is fixed. Next the 0 tells Oracle Spatial to ignore this element. The interpretation of 1 you define,
    the number could be anything. Since it is my example, I'll say the 1 means this is the definition of the first face in the
    x,y plane (i.e. the front face of the cube which faces me). I've set the ordinate array with the coordinates of that face.
    Next in elem info comes 22,0,2 which is starting at offset 22 there is another element that Oracle spatial should ignore
    (element type 0), and next comes 2, which might mean this is the second face definition, that I've defined as the right
    hand side y,z plane.
    etc.
    The meaning of the interpretation value is only limited by your imagination.
    Note while you can index three dimensions if you want, the only spatial functionality that supports 3d is a spatial
    index and a filter query, and some lrs functions. You will not be able to run any operator except for SDO_FILTER if you
    have a 3d index, and all spatial functions will only work on 2d.
    Do not define your own gtype and expect to use spatial. it will not work.

  • Has anyone tried to use an external gpu in a thunderbolt case?

    Hi everybody.
    I have a macbook pro 2.2 GHz i7, 16gb of RAM
    Has anyone tried to use an external gpu in a thunderbolt case to speed up editing or rendering in Premiere Pro?
    I would like to try the Vidock cases with a compatible GPU. Anyone tried it out?
    thanks

    Hi Eric
    thanks for your answer.
    As far as I know, the INTERNAL CPU to GPU data transfer speed is way faster than the speed you can obtain via thunderbolt, so it doesn't matter what GPU you put in an external thunderbolt case, you won't benefit on any speed increase.
    But still when I goggle this subject I find people saying that they edit and render much faster with an external thunderbolt case and GPU.
    So I thought about trying to find the "truth" here on this forum.
    Anyone else wants to share his/her experience?
    Thanks

  • Has anyone tried DisKWarrior V4.2 with Snow Leopard V10.6.3?  Does it work?

    Has anyone tried DisKWarrior V4.2 with Snow Leopard V10.6.3? Does it work?

    Well, there is an article on MacWorld saying there were a lot of changes and improvements to Disk Utility.... and those have a way of impacting things.
    I got surprised to have trouble after 10.6.3 with SuperDuper on two different systems, that I am still scratching my head over, but had to use Carbon Copy Cloner and RESTORE in Disk Utility for now, would crash (sent report to both) as soon as SD began.
    TechTool Pro 5 is another that sometimes needs to take a couple weeks to see if they need an update and validate against the final shipped build.

  • I am trying to use livetype with persian alphabet and it doesn't work. what should I do?

    I am trying to use livetype with persian alphabet and it doesn't work. what should I do?

    There is no more LiveType with Motion 5.  You may want to go to the Final Cut Express forum, as that's the only place it's existed for the last few years.

  • Error when trying to use LogMiner with Oracle 8.1.6.0.0

    Hi everybody,
    I'm trying to use LogMiner with Oracle 8.1.6.0.0. When I execute the following code with SQL*Plus, I have an error.
    BEGIN
    DBMS_LOGMNR.START_LOGMNR
    (options =>
    dbms_logmnr.dict_from_online_catalog);
    END;
    The error displayed by SQL*Plus is:
    PLS-00302: 'DICT_FROM_ONLINE_CATALOG' must be declared.
    Please, how to solve this problem?
    Thanks you in advance for your answers.

    user639304 wrote:
    Hi everybody,
    I'm trying to use LogMiner with Oracle 8.1.6.0.0. When I execute the following code with SQL*Plus, I have an error.
    BEGIN
    DBMS_LOGMNR.START_LOGMNR
    (options =>
    dbms_logmnr.dict_from_online_catalog);
    END;
    The error displayed by SQL*Plus is:
    PLS-00302: 'DICT_FROM_ONLINE_CATALOG' must be declared.
    Please, how to solve this problem?
    Thanks you in advance for your answers.Looking at the 8.1.7 doc set (the oldest available on tahiti) I get no hits when searching for 'dict_from_online_catalog'. Searching the 9.2 doc set turns up a reference. Looks like you are trying to use an option that isn't available in your version of Oracle.

  • I blocked my ipad and then tried to use find my iphone to restore it but my ipad wasn't connected to the internet so it didn't work. Now it wont restore using Itunes either. What should I do?

    I blocked my ipad and then tried to use find my iphone to restore it but my ipad wasn't connected to the internet so it didn't work. Now it wont restore using Itunes either. How can I fix it because nothing works?!

    http://support.apple.com/kb/ht1212

  • Trying to do minimovies with iPhone. I tried combination "FourTrack"

    Trying to do minimovies with iPhone. I tried combination "FourTrack" & "iMovie" but the created soundtrack could not be imported to iMovie. Is there any iPhone multitracker wich is compatible with iMovie?

    Put your iphone in dfu mode by doing this. Turn your iphone off. When its off, hold home and power button together for exactly 10 seconds, then release the power button and keep holding home button for another 10 seconds. Then open up itunes on your pc and plug your iphone to your pc. Itunes should recognize your iphone in recovery mode and it will tell you to restore it. Click restore, and your iphone will restore. Remember that, if you do this you will lose everything that was on your iphone. You can restore from backup later on. Hope I helped. If you have any questions or problems with this tutarial, you can contact me personaly on my email [email protected]   . Hope I helped. Cheers

  • Hello, i have lost my ipod (5th generation) and i have tried to use ' find my iphone' but it says my ipod is offline so i think its dead....what should i do?

    hello, i have lost my ipod (5th generation) and i have tried to use ' find my iphone' but it says my ipod is offline so i think its dead....what should i do?

    No app is required.                                               
    - If you previously turned on FIndMyiPod on the iPod in Settings>iCloud and wifi is on and connected go to iCloud: Find My iPhone, sign in and go to FIndMyiPhone. If the iPod has been restored it will never show up.
    - You can also wipe/erase the iPod and have to iPod play a sound via iCloud.
    - If not shown, then you will have to use the old fashioned way, like if you lost a wallet or purse.
    - Change the passwords for all accounts used on the iPod and report to police
    - There is no way to prevent someone from restoring the iPod (it erases it) using it.
    - Apple will do nothing without a court order                         
    Reporting a lost or stolen Apple product                              
    - iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number

  • HT1212 HELP.  I'm trying to use my old iPhone 4 on my iHome speakers and I do not remember my passcode.

    HELP.  I'm trying to use my old iPhone 4 on my iHome speakers and I do not remember my passcode

    iTunes has a nasty habit of deleting the previous backup every time it does a backup. If you really have an old backup intact, there is a way to restore from it. I forget the procedure, but I'm sure you can Google it. It's a good idea to manually go into your backup directory and manually copy it over to a new name once in a while. That way iTunes won't touch it, and you can use it in an emergency such as yours.
    Here's a website that describes how to do it:
    http://www.ipadconverter-mac.com/restore-iphone-from-backup/

Maybe you are looking for