Can you receive live video from a tv web site on a ipad

Can you receive live video from a tv web site on your iPad

If the website you're viewing has HTML5 streaming, or an iPad-specific app, then yes. If the website uses Flash or Java or any "plug-in" technology, then no.

Similar Messages

  • 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

  • We are evaluating the use of iPod touch devices to record best practice videos on our manufacturing floor and to post to an internal Moodle web site. How can you upload a video from the iPod touch to a site other than YouTube?

    We are evaluating the use of iPod touch devices to record best practice videos on our manufacturing floor and to post to an internal Moodle web site. How can you upload a video from the iPod touch to a site other than YouTube? The Moodle upload interface is expecting a file selection dialog box like windows or OSX. I do not want to have to go through an intermediary step of messing with a pc.
    Thanks!

    It should be around 7 and a half gigs. In iTunes, across the bottom there should be a bar that show how much storage is being used and by what. (music, movies, apps, etc.) To make music take up less room, you can check the box to make it convert the music to 128kbps AAC. This lowers the quality, but with most earbuds and speakers, you can't even tell the difference.
    The iPod touch has parental controls built in. You'll find them in Settings. I think they only work for enabling/disabling Safari, Mail, YouTube, and App Store. Here's an app that does more: http://www.mobicip.com/online_safety/ipod_touch

  • Can i take live video from TV tuner? how? urgent help is needed

    can i take live video from TV tuner? how?
    i have downloaded this code for a web cam how can i adjust it to take live video from TV tuner
    * WebcamPlayer.java
    * Created on November 22, 2004, 4:09 PM
    import javax.media.Player;
    import javax.media.CaptureDeviceInfo;
    import javax.media.MediaLocator;
    import javax.media.CaptureDeviceManager;
    import javax.media.Manager;
    import javax.media.format.VideoFormat;
    import java.awt.Component;
    import java.applet.*;
    import java.util.Vector;
    * @author Administrator
    public class WebcamPlayer extends Applet
    private CaptureDeviceInfo device; // Contains the device properties
    private MediaLocator ml; // Contains the location of the media comming from the webcam
    private Player player; // the player
    private Component videoScreen; // Component that is capable to show the player's visual component
    public void init()
    try
    {   //gets a list of devices how support the given videoformat
    Vector deviceList = CaptureDeviceManager.getDeviceList(new VideoFormat(VideoFormat.MJPG) );
    //device = CaptureDeviceManager.getDevice("vfw:Creative WebCam NX Pro (VFW):0");
    //gets the first device from the deviceList
    device = (CaptureDeviceInfo) deviceList.firstElement();
    System.out.println("Chosen device: "+device.getName());
    //String str1 = "vfw:Creative WebCam NX Pro (VFW):0";
    // de webcam indentifiseren
    //device = CaptureDeviceManager.getDevice(str1);
    //gets the location of the device, is needed for player
    ml = device.getLocator();
    // makes player and gives the streaming video location (that is locate in the MediaLocator)
    // this oparation is blocking until Manager has made a player that is realized.
    player = Manager.createRealizedPlayer(ml);
    //starts the play
    player.start();
    //Gets a component from the player that can show the actual streaming from the
    //webcam.
    videoScreen = player.getVisualComponent();
    //adds the component that displays the streaming to the applet.
    add(videoScreen);
    // Now the user can see the steam that is from the webcam in the applet
    catch(Exception e)
    System.out.println("no device");
    thanks here is my mail if any wants to mail me [email protected]

    just visit
    http://javasolution.blogspot.com/2007/04/java-tv-api-overview.html

  • Can you receive text messages from a blocked or private number on iPhone 4

    Can you receive text messages from a blocked or private number on iPhone 4?

    So listen to them.
    Disable iMessage. reset network settings. Enable iMessage again.

  • Can you import movie videos from SD camera card

    Can you import movie videos (MP4) into an Ipad from an SD camera card on a Lightning cable ... or can you only do this from a laptop via Itunes? In other words, is Itunes the only way to get non-Itune videos to the Ipad? Hope I havent made this sound confusing.

    To import the videos must follow a very strict naming convention.
    All file names must have 8 characters for a name and be located in a folder named DCIM
    for example
    DCIM
    MOV_5789.mp4
    You can't watch the videos off the cart, they must be imported into the iPad. They'll go into the camera roll, when you tap on them it'll open the video app and you can watch from there.

  • Can't import live video from Sony PD 170.

    Just got Final Cut Pro X. In a New Event I am able to import live video from the new MacBook Pro computer's built-in camera and pre-recorded video from my Sony PD-170 camera. However, when trying to import live video from the PD-170, the program only APPEARS to do so--the clips never show up once I close the import window. Any suggestions?

    I think iMovie is corrupted. I would like to try to uninstall iLife 11 but when I put in the disc there is no uninstall option. I tried trashing iMovie from applications and reinstalled all of iLife (I believe wasted space on my HD) but the issue remains. (Maybe because I didn't delete the receipts?) iMovie can not see any devices or use iSight for capture...

  • Can you import the video from an AVCHD Disc into FCP7  for editing?

    Can the video from an AVCHD Disc be imported into FCP 7 for re-editing if you have a normal Superdrive burner?
    The reason I ask is because last night our film-making club gave a show of short videos to some guests.
    At the end it was decided to put them all on one DVD to send to the visitors as a memento.
    However, some of the films were on AVCHD discs and I queried whether they could be copied, even in standard definition.
    The "copier" said it was no problem as he had a PC and had done it before . . . . . cheeky devil!
    So can it be done . . . . . on a PC or a Mac . . . . with a standard burner?
    I have just tried but nothing in the BDMV folder can be imported.

    GOT IT!
    Copy the BDMV folder from the AVCHD disc to the desktop.
    Use HandBrake to convert the .m2ts files to H.264
    Then convert the H.264 files to an editable format.
    Rather convoluted process but it works.
    Anyone know a better method?

  • I can't receive a video from my iPhone to my iPad ?

    Anybody know how I can send a vidieo from my iPhone to my iPad as it won't work by email?

    The CoachMyVideo app has more email options. Also there are WiFi transfer programs like PicTransfer or PhotoSync which can wirelessly send the video over the same WiFi network. or BlueTooth, but keep in mind that the video files get pretty large at 1080p HD, so you can't expect instant transfer and you'll want to make sure there's good WiFi connectivity.

  • Can you export created videos from Premiere Pro Trial to youtube?

    Is it posible to export a created video from a trial of Premiere Pro to social media networks such as youtube or vimeo?

    Yes.
    Mylenium

  • Can you get Webcam videos from Windows into iMovie on a Mac?

    I had a lot of videos on my old HP laptop's webcam and i wanted to know if i could edit them in iMovie because when i try importing none of them can be imported. If you know how i can fix this reply.

    Jade did you get this worked out? My internal hardrive crashed so I lost all of itunes. But I have all my music copied on an external HD.

  • Can you record a video from your desktop screen in HD with QuickTime Pro ?

    I need to play a video on my computer and record it in the highest possible quality. I came across a program called CamStudio that says it can record your desktop in HD - so I wasnt sure if QuickTime Pro 7 can do that as well.
    If someone is also familiar with what kind of computer or monitor i should play my video off of for best quality - i welcome answers to that as well.

    QuickTime Player Pro can't record the screen.
    QuickTime X can record the screen (but only all of it and not just a window). It's a part of Snow Leopard.

  • Can you output live video through HDMI on Vixia HF R400 without recording?

    I want to connect two camcorders to a HDMI video switcher and output to HD Monitors and to a computer and use capture software such as Adobe Premiere Pro to capture video and sound. Of course, the computer will have a HDMI video capture card.
    Solved!
    Go to Solution.

    No problem. Be warned, though. As far as I know, M series camcorders are only available on secondhand markets right now, and if you happen to find, say, a Vixia HF M500 new and unopened, the after-market price might be a little higher.

  • How can I disable html5 videos from displaying on web pages?

    I use yahoo.com as my "news" page. In the last month or so there are more and more small format videos next to the new article. Used to be just a still pic, but now more "invasive". If I had my way I'd still click on "text only" like the old modem days. I want to READ an article, and I find the video images on their main page, before clicking on a story, to be distracting. Also, I'm on a limited data usage plan so don't appreciate them shoving data down my throat.
    Using Firefox 32.0 and Windows 8.1
    Yesterday I installed the "No Script" extension thinking I could block Just these videos, but doesn't seem to work that way. It blocks most everything including interactions like clicking on a button.
    If I examine the "object" (video) it appears to be an "html5" item. This seems to be something new from what I can google.
    There are a few help screens for html5, but these are "how do I play them" instead of "how can I block them".

    Try to set the media.autoplay.enabled pref to false on the <b>about:config</b> page.
    You can open the <b>about:config</b> page via the location/address bar.
    You can accept the warning and click "I'll be careful" to continue.
    *http://kb.mozillazine.org/about:config
    You can also see if this extension works (Flash Block is currently broken).
    *FlashStopper: https://addons.mozilla.org/en-US/firefox/addon/flashstopper/

  • I can't receive any mails from other apps at my gmail on ipad 2

    I can sent and receive emails from my ipad 2, using gmail. However, when I try sharing documents, photo's etc. in other apps, I don't receive the mail.
    For instance:
    I made a mindmap in the app Ithoughts. Then composed an email, included the map (tried different formats including pdf).
    Send the email - that seems to work. But I never receive it on my gmail account. This also happens when I try to mail a photo from my photo library.
    I also tried different mail addresses, but it won't work anyhow.
    Sending and receiving mails directly to my mail account does work.
    Please help me!

    Thanks so much! My grandaughters played games on the iPad over Xmas and one of their moms said shed restricted their access! Guess they forgot to enable again. Thank you again! Karla

Maybe you are looking for