Is it possible o stream live video from an ipad to an apple tv

is it possible to stream live video from an ipad to an apple tv?

http://support.apple.com/kb/HT4437
Regards.

Similar Messages

  • Is it possible to stream live video from a camera to an iPad3 via bluetooth or a cable?

    Is it possible to stream live video from a camera to an iPad3 via bluetooth or a cable?
    I want to use my iPad as a screen for a reversing camera in my van and want to know if this is possible. do i need a bluetooth camera and is there a specific one that will connect to the iPad? Or is there any form of adaptor that I can plug the camera straight into the iPad?
    Any ideas?

    no
    only "live" thing one can do is to airplay mirror the screen of a ios device or a newer mac with mtn lion

  • How do I transfer live video from the iPad to my Apple TV.  Seems there is a key stroke but I find no reference anywhere

    How do I transfer live video from the iPad to my Apple TV.  Seems there is a key stroke but I find no reference anywhere!

    http://support.apple.com/kb/HT4437
    Regards.

  • Is it possible to send live video from a camera to (2) Apple TV's?

    I'd like to use some sort of consumer camera or even an iPhone camera to send live video to 2 different Apple TVs and have that video displayed on 2 different monitors. The intent is 2 different displays w/Apple TVs located in different rooms in the house to network to a single camera. Is this possible?

    no
    only "live" thing one can do is to airplay mirror the screen of a ios device or a newer mac with mtn lion

  • Can I stream live video from mobile to fms using flashlite?

    Can I stream live video from mobile to fms using flashlite?
    I Know flash lite 4 also not access the mobile camera.  But, I need to develop a application it captures the mobile camera and stream the vedio to fms server and display the live event to other mobile users.
    Is it possible? 
    If possible what are the technologies i can use?
    Thanks for the help in adavance
    Prasad

    i have made a few test with Flash Lite 3.0 and Flash Media Server 3  and I have to say that it is pretty easy to stream FLV Video files and  Live Video from local web camera to mobile phone. Here are a quick  instructions how to do it in Windows (I will publish Linux version  later).
    Play FLV-video from Flash Media Server 3:
    Install Flash Media Server 3 (download developer version)
    There are a few sample FLV files in applications/vod/media folder, so you can use one of them for testing
    Create a new Flash Lite 3.0 file in Flash
    Add a new Video symbol to library
    Drag this Video symbol to Stage and give instance name to it: video
    Type following programming to timeline:
    // make a new video-object
    var video:Video;
    // make a new NetConnection-object
    var nc:NetConnection = new NetConnection();
    // check connection status from server
    nc.onStatus = function(info:Object):Void {
      status_txt.text=info.code;
      if (info.code == "NetConnection.Connect.Success") {
        startStreaming();
    // start streaming video to phone
    function startStreaming() {
      ns = new NetStream(nc);
      ns.setBufferTime(5);
      video.attachVideo(ns);
      // play sample.flv from server
      ns.play("sample",0);
    // show info to user
    status_txt.text = "Connecting server...";
    // connect FMS 3 video on demand service (default port 1935)
    nc.connect("rtmp://your.server.ip.here:1935/vod");
    Go to Publish Settings...
    Set Local playback security: Access network only
    Publish your SWF-file
    Send your SWF-file to your phone
    Test and you should see FLV-video playing in your phone
    Play live video from Flash Media Server 3:
    Install Flash Media Server 3 (download developer version)
    Install Flash Media Encoder 2 (Windows only)
    Start Flash Media Encoder 2
    You should see your live camera in Input screen
    Press Start-button to start sending live video to Flash Media Server 3
    Create a new Flash Lite 3.0 file in Flash
    Add Video symbol and programming as you did earlier
    Modify your programming:
    // in startStreaming()-function
    // Flash Media Encoder 2 publish stream name is "livestream"
    ns.play("livestream",-1,-1,true);
    // start connection to Flash Media Server 3
    // Flash Media Encoder 2 publishes Flash Media Server's default
    // live publishing point, so connect it
    nc.connect("rtmp://your.server.ip.here:1935/live");
    Publish, test and enjoy
    box office movies

  • Streaming live video from iPad Air to an projector

    I would like to stream (IPad air) a live video to an projector visa Wi-Fi

    toks2003 wrote:
    ..I am a student trying to work on a project that requires streaming live video from an I.P. camera i have posted this topic earlier and a good friend refered me to this forum. I am not anybody's good friend, as it happens. Also, on your [first thread|http://forums.sun.com/thread.jspa?threadID=5445888], I recommended that ..
    ..If you think your thread will do better there, mention it and I'll get a moderator to move it...which would have been a better option than starting a new thread.
    It is good you took up at least dome of the recommendations, particularly code tags and indenting code, but there were also a number you seem to have missed. To save others the effort of writing what has already been said and seemed to be ignored, I recommend:
    - They look at that thread first.
    - You read it carefully again.

  • Any way to stream live video to an Ipad?

    I'd like to be able to stream live video to an Ipad.
    Is there any way to do that (before Ipad 2 comes out with ichat?)
    I don't need sound though I doubt that matters.
    Thanks.

    Thanks Chris. I really do mean stream video TO the iPad. The video source is going to be locally generated probably through a consumer camera, so sending that to a website just to get it feed to the iPad seems like a long way around and introduces a potential weak link.
    Is that really the only solution? There's no way to directly feed the iPad or use some sort of mirroring or any other trickery that will get the video on the Ipad?
    If that is the only solution, any suggestions how to set that up locally with a couple of laptops and a consumer video camera, and Wifi to minimize the use of the web? Would it be some remote monitoring software like that people use to keep an eye on their cat?

  • I canon play video from my ipad through my Apple TV after downloading ios7 any idea why?

    Is there any reason I can't play video from my ipad through Apple TV after downloading ios7?

    Home sharing isn't working either
    Which is why you can not use the remote app.  Did you turn on home sharing on your computer and on ATV?
    eve though they have the same Apple ID.
    Did you enter the ApplieID in the home sharing login though?  Or just in for the iTunes store, or iCloud, or photo sharing, or something else?
    Home sharing isn't working either, I can't play or transmit any video from my iPad to the Apple TV because it doesn't recognize it
    That would be AirPlay, not homesharing.  THey are not related.  Did you enable air play on all the devices?
    Have you run the network test tools on ATV?  Can ATV access the iTunes store, Netflix, etc?

  • Is it possible to stream live video & audio from device cameras & mics to a server?

    I would like to know if I can use flash builder to stream live video and audio from Android & IOS device cameras and mics to a media streaming server such as Flash Media Server or Wowza? I know the Android & IOS APIs allow for this but can it be done using Flex/Actionscript? The key here is "live" so you wouldn't want to have to wait for video and audio files to complete on the disk before sending it out. Ideally you would send it out via RTMP or HTTP streaming to stream out but any stream would do since once it gets to the server you can encode it.

    Hi
    Yes, It's can do but There is a problem on IOS 8 when Switch Camera, Microphone is muted and Sound return when I press home button from my iphone out and press app again for few second
    You can use as same as flash desktop video streaming for coding in mobile.
    Good luck
    Zing1911

  • I want to use my macBook Pro 2,2 (mid 2007) to display video being fed from a Canon 5D video out into the vectorscope in Final Cut Pro 7.0.3.  Is it possible to input live video from another digital camera into the MacBookPro

    I know that the built in iSight camera records video.  I want to set up a Canon 5D video camera and feed the Canon's video output into the MacBook Pro so that I can use the vectorscope in Final Cut Pro to adjust the exposure of the Canon 5D.  Basically I don't want to buy a vectorscope to have on set to make sure the picture is properly exposed and color balance is correct. (In your response it doesn't have to be the full scenario I've described.  If you can just tell me if there's a way to feed live video into the MacBook and display it on the screen and possibly record it, then I'll figure out the rest.)

    Dear Ben,
    Thanks for your help. Apple and I dealt with this. It was an FCP, NOT Motion problem. As It seems you understand, we simply trashed my FCP prefs. Problem went right away.
    Thanks. Do you live near Hammond? Played in a rugby tournment down there once. I was transformed.
    MS

  • How to stream live video from a TV card to my iPad 2 in Windows 7.

    Hi guys, I hope I'm doing things the right way - as you can see, this is my first post.
    I would like to steam live TV from my home server to my iPad. The server is running Windows 7 Ultimate and the TV input is from a TV card via RCA.
    Any help would be appreciated

    http://www.pcworld.com/article/196415/10_great_ways_to_get_more_from_your_ipad.h tml
    about the only options

  • How can I stream video from my Ipad to my apple tv?

    I just got the Apple TV 3rd Gen so I could stream from my IPAD to the TV in my gym in order to stream some of my workout videos. I got the Apple TV set up and connected to the television (HDMI) and to my WIFI and my Apple account etc. however, I can't get it to find my Mac Mini, Ipad or IPhone 5, all of which are set up for home sharing on the same network and all of which just updated the other day. I can't find the Airplay on my devices other than the Apple TV. When I try to connect using Bluetooth, my Mac Mini sees the Apple TV and attempts to pair but the Apple TV just spins and searches contionuosly. My ITunes syncs correctly with my phone and Mac Mini and I can't find any issues there.
    Any ideas how to get this working?

    Thank you. I wasn't able to locate the symbol. I have read some other community responses to others and finally figured out how to access it. Hopefully it will solve my problem.nthank you for your assistance...

  • Streaming HD video from MacBook/iPad to Apple TV?

    Hey, I'm thinking of buying an Apple TV and Airplay Express so I can stream videos from my Mac to my TV to watch. I'm just wondering what the quality is like, can I stream full HD content, like from a Blu Ray and the quality stay the same? Or does it buffer, pre-buffer or anything like that?
    Thanks

    forget blu-ray... blu-ray is a physical disc.
    any content you want to play on the appletv must be no greater than 720p.
    if you already have blu-ray content then stick with what you have already, you'll only be losing quality by doing what you suggested.

  • Streaming live video from the wedding

    Next week will see me in Cancun Mexico at my niece's wedding. I was planning a relaxing wedding day of drinking but today, my brother in law, the fathers bride wants to know if I can live stream the wedding (video and audio) to his brother in Calgary and our father in law in Moose Jaw.
    I'm running with a 3GS 32 gb.
    Just checked the app store and there doesn't seem to be an app for that. Most are for monitoring a video stream. Maybe skype conference call video????
    I want to connect to a wireless internet connection on the beach, point the 3GS's video camera at the wedding and stream to the internet to a pre determined web site.
    Any help would be appreciated Shannon ties the knot next Tuesday.
    Ken

    qik.com is perfect.
    Thank you, installed in minutes, to be enjoyed for a lifetime.
    I've already posted a video, no real instructions required, this is my kinda app.
    the quality is surprisingly good as well as the audio. I tried in my study where the lighting is quite bad. links to facebook twitter, what more could a guy want, new must have app.
    Ken

  • How to stream live video from ipad to apple tv

    How to do it?

    If you can play it on the iPad, you should be able to AirPlay to Apple TV.
    http://www.apple.com/sg/airplay/

Maybe you are looking for

  • Software Update Point doesn't show Win 2012 R2 and Windows 8.1 updates

    I started deploying Windows 2012 R2 Datacenter servers and some Windows 8.1 workstations. I wanted to make sure that my Software Update Point was downloading updates available to those OS's and after going in to Administration -> Overview -> Site Con

  • Can some one please tell me what is the problem in the below pl/sql block

    Hi, I have problem with the following pl/sql block, I need this with bulk operation. -- Assume the following scenario, we are validating dept (master) and emp(child) which are my temporary tables and updating the status back to -- dept ( for all the

  • Question re Create PDF from Word doc

    Hi I am trying to create a pdf from a Word document (Word 2007, Acrobat 8 Professional), and am having lots of trouble with images,fonts and document overhead. With the fonts, i generate the PDF by saying Create Pdf from the plugin in Word. I specify

  • How to set table alternating color

    how do i set the properties of table with alternating color properties : design : alternating   it is like normal table , although i have change the properties of design to alternating..... pls advice

  • Logic crashing when bouncing

    Hi, I am new to Logic and every time I click Bounce, Logic "unexpectedly closes," the bounce dialog never comes up. I have always had this problem from day one, and am just discovering it now because this is the first time I've had to bounce somethin