Record Streaming Video from Computer

I need to "capture" streaming video that plays on a computer.
I can't seperate out the file, just need to record as it plays. If
Captivate can't do it, does anyone know of another program that
can?
Thanks much!

I have had this problem with TechSmith's software as well.
Try turning off video hardware acceleration.
Also, make sure you don't move anything once you've begun.
Oddly, even screen recordings made with TechSmith's Morae recording .NET 3 applicaitons can lose the content and present a black screen.
Here's the drill:
    Record a software interaction.
    Edit and export video. (If you move the editing window, the recorded image seems to stay where it was, but becomes invisible. Sort of like sliding a cropping guide off a picture and onto a table.)
    Launch video player and play recording
    Move video player.
    Recording disappears until you put player back where it was.
I've had similar problems with Camtasia and SnagIt.

Similar Messages

  • HT4437 how to record video from computer to iphone 4s

    how to record a video from my computer to my iphone 4s?

    Do you mean transfer a recorded video from your computer to your iPhone?
    If so, the recorded video must be in an iPhone compatible format for starters.

  • Need Help Streaming Video From Web Server Built Into Application - Linksys WRT54g Router

    Very much appreciate any help getting streaming video feed from web server built into video application to work properly using port forwarding on my Linksys WRT54g wireless router.
    Here is the situation:
    My PC is connected to the internet via a Linksys WRT54g wireless router.
    The Windows XP Pro SP2 firewall is enabled, with a firewall exception established for the video camera application.
    On the router, forwarding of port 80 is enabled for the LAN IP address of the PC running the video application with an embedded web server, and the web server in the video camera application is also set to use port 80.
    I have a free DYNDNS account and also run the DYNDNS updater program on the PC running the video application with embedded web server. According to the DYNDNS web site and the DYNDNS updater program, the IP address assigned to the machine running the video application with embedded web server is set correctly in my dyndns account.
    When I open a browser (Explorer or Firefox) on the PC running the video camera application with embedded web server, I am able to  connect to the video application's web server by going to the dyndns address linked to the machine running the video application. The video application's web server is set to use the dyndns address. That's the good news. The bad news is that I can't connect to the video application's web server from any machine that connects to the internet that uses a router other than the router used by the PC running the video application. I am only able to connect to the streaming video from the application's web server only on machines that connect to the internet using the same (home) router used by the PC that is running the video application.
    Since I am able to connect to the video app's embedded web server successfully on the machine running the video application, it seems that at least something about the current port forwarding settings is correct. For example, if I uncheck 'enable' for forwarding of port 80 on the router settings page, I am no longer able to connect to the video app's web server when I try to do so in a browser running on the machine running the video app. When I re-enable port 80 forwarding on the router, I am again able to connect to the web server of the video application on the machine running the video app. I thought that by enabling forwarding of port 80 on the router and associating that port with the LAN IP of the machine running the video application, it would be possible to connect to the streaming video of the video app's embedded web server from ANY machine connected to the internet, but that is not the case. There must be some other router settings to update/change in order to get the port forwarding working to enable a successful connection to the video web server, but I am stumped. Very grateful for any suggestions as to how to get this working properly.
    Thanks in advance...

    The firewall log can be configured on the third tab in the window for the firewall settings, where you can turn the firewall on and off completely.
    From your tests, though, it does not seem to be the firewall. However, to be sure, it would be good to check the log. It will help to eliminate the firewall as the culprit and you may find it handy in the future, too. ;-) Just don't forget to turn the log off again after you are done because it may cause some performance penalty on your system while on.
    From what you write, it seems as if I should give a little networking background on the ip addresses you'll see. Your setup is (or should be) a modem connected to the WAN/Internet port of the WRT. The computer is connected into a LAN port of the WRT.
    Your router has two IP addresses (that's what makes it a router): a WAN address and a LAN address. The WAN address is the address assigned by the ISP. It is a normal internet IP address. Everyone is able to send packets to this IP address. The WAN address is the one reported by whatismyipaddress.com, it should be listed in the dyndns record and it is the address that your router shows on the Status page. It's the public IP address of your router. Dyndns maps your dyndns.org name to that IP address.
    Your router also has an IP address on the LAN side. You can configure it to be whatever you want. The default is 192.168.1.1 with netmask 255.255.255.0 and it is better to leave it like that or at least inside the network 192.168.*.*. 192.168 is a special, reserved IP address range for private networks. Basically, routers in the internet are not supposed to forward addresses in this range. That makes them suitable for private LANs as the packets never can get anywhere. Most people using Linksys routers have there LAN in 192.168.1.*.
    The router acts as gateway, which means it forwards packets from PCs in the LAN to the internet and back. As all your PCs in your LAN share a single WAN IP address, the gateway does address translation (NAT). This works only in one direction: from the inside to the outside. The router remembers when a PC in your LAN sends something out and accepts the responses in and sending them back to the PC. If something comes in from the internet which cannot be associated with a ongoing communication the packet is dropped unless you use port forwarding.
    All computers in your LAN either have a static IP address assigned or use DHCP to get it automatically. The router has a DHCP server as well which gives out IP address from 192.168.1.100-149 if not changed. With a router with default settings static IP addresses can be in the range of 192.168.1.2-99 and 150-254.
    ipconfig /all reports your IP address in your LAN, i.e. an address 192.168.1.*. The gateway in this output should be 192.168.1.1 which is your router. And packet no in the LAN address range 192.168.1.* is send to the router which forwards the packets into the internet.
    An address 192.168.1.* should not appear as internet address in the Status page of the router nor should it appear at dyndns.
    Port forwarding is used to operate a server in the LAN. By default, a server in the LAN cannot be reached from the internet. You have to configure port forwarding for this. You configure that traffic bound for a specific port (e.g. TCP port 80 for http) on your WAN IP address is forwarded to the same port on a specific LAN IP address. If your server runs on 192.168.1.50 than traffic to your WAN IP address port 80 is forwarded to 192.168.1.50 port 80. That way your HTTP server can be reached from the internet. As you can only configure a fixed IP address in port forwarding it is recommended that the server uses a static IP address and not DHCP as in the latter case the IP address may change over time...
    O.K. so much for networking. I hope that makes things a little clearer and you can verify that your setup is how it is intended to be.
    I suggest the following: on the router's security page there is an option to block WAN requests. Remove the check if it is set (meaning: do not block). After you did that change you should be able to ping your WAN address (e.g. ping xxxx.dyndns.org) from the internet. That way we know that it is on the correct address.
    Also on the Administration page make sure that remote management is disabled (should be like that per default) or that the management port is NOT 80 but for example 8080. What is your your UPnP settings on the same page?
    O.K. that should be enough for the moment...

  • Can't view photos or stream videos from websites on iPad 3

    When I go to a website with safari, I can't stream video or view photo galleries.  It tells me that I need adobo flash player.  That is not supported for this device.  How do I see photoographs or stream video from websites??

    Jenpre.... keep your head down in that hurricane, and good luck. I hope it moves away soon for you all.
    When I say "more modern", from what I've read many sites recognise that Flash can be a problem on mobile devices (phones and tablets) because it's very power hungry. So, if I understand things correctly, many sites are putting up html5 versions, which is supposed to be much easier on computers / devices. Quite oftne when I go to a site on my iPad it auto-diverts to the "mobile" version of the site, and I haven't found a single case where I can't see a video. To be truthful, even if not directed to a mobile version, I don't have much trouble with any of the sites I visit..... I can see most videos and pretty much all graphics, the same as I can on my Mac, which does run Flash.
    Still, I'm sure a computing expert will know much more.
    Good luck in that hurricane....
    PS... there are quite a few good hurricane tracking Apps you know....

  • Streaming video from macbook pro to apple tv

    Hello, I understand that you can use airdisplay to stream the whole desktop view to the apple tv. However, I've found that its extremely laggy when I play videos that way. When I do, the video and sound is always off by a second. When I stream using my ipad or iphone to play videos that never happens and runs perfectly. Is there a way to just stream videos from sites like youtube for the mac like the iphone and ipad?

    Yes, forget streaming that way, .....the ANSWER youre looking for is the APP BEAMER
    you cannot stream youtube, rather ON COMPUTER video and movie files.
    free trial to test it
    http://beamer-app.com/
    for streaming elsewise, use VLC STREAMER
    One of the most handy APPS for entertainment ever made.

  • Streaming video from Macbook Pro to 46 inch LCD

    I am trying to stream video from my 13 inch Macbook Pro to my 46 inch Samsung LCD TV. I am using a HDMI cable to a DVI cable to attach the computer. When I play videos from iTunes, the picture looks great, however when I am streaming video from an internet site such as Netflix, the picture is not great (it almost looks pixilated). I am wondering, is this an issue with my computer (video card, etc) or does it have to do with my internet connection (I currently have the lower DSL connection)? Is there any other way to make the picture look better? Thanks for your help.

    Yes, forget streaming that way, .....the ANSWER youre looking for is the APP BEAMER
    you cannot stream youtube, rather ON COMPUTER video and movie files.
    free trial to test it
    http://beamer-app.com/
    for streaming elsewise, use VLC STREAMER
    One of the most handy APPS for entertainment ever made.

  • How can I stream video from a P/DVR to my Mac

    Hi, How can I stream video from a Motorola dcx3400m P/DVR to my Mac? I have tried a Slingbox but the audio is out of sync witht the TV and it drives those watching on iPads or on the iMac in another room NUTS.
    Is it possible to use a TV tuner of some sort. I've looked at the eye TV thing but I live in Canada/USA region and the eye TV products all seem to be for Austrailia or the UK. The one product that might work is a DVR and I don't need to pay for that as I already have one.
    HELP!
    Jeff

    If your Mac has an audio input jack you can connect the output of a cassette machine to it (3.5mm stereo jack required). However many don't, so you will need a USB audio interface - Roland make a range. Alternatively you can buy cassette decks with a built in audio interface.
    You will need a program to record and edit the input: Audacity is free and is often bundled with USB-enabled players.

  • I need to stream video from itunes to apple tv with out using my 40gb hd.

    i need to stream video from itunes to apple tv with out using my 40gb apple tv can it be done you see i have a 40gb apple tv and it's full and i still have lots more video (movies) in my itunes can i stream movies from itunes to apple tv with my memory full in apple tv??????????

    Select the iTunes library on your computer from the Sources menu in Apple TV and then you can stream. If streaming is not smooth and your router has a multicast setting, try increasing the multicast bit rate. To return to the synced content on your Apple TV, select the Apple TV logo at the top of the Sources menu.

  • Streaming video from copmputer

    I have an Envy model 23-059 all in one with hdmi port. How do I stream video from my all in one to my LG tv with hdmi cable?
    This question was solved.
    View Solution.

    Here are the original factory specs for your HP ENVY 23-c059 All-in-One Desktop Computer. Based on the specs, this model only has an HDMI input and no video output of any kind (VGA, DVI, HDMI, etc). You will need to purchse and use a USB-to-video adapter such as the EVGA UV Plus+ UV39 (or any of the many other adapters on the market) to connect an external display to your computer. I personally use and recommend the EVGA UV Plus+ UV39.
    If you have any further questions, please don't hesitate to ask.
    Please click the white KUDOS star to show your appreciation
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

  • Unable to stream Videos from Mac and IPad 3 to TV

    My Apple TV (1.Generation) is starting to work bad after an update.
    I am no longer able to stream videos from IMac nor IPad 3 or IPhone 4.
    Can anybody give me a help.
    Thanks.

    Not sure if I'm missing something here. AirPlay is the newer audio video streaming technology Apple implemented into their devices. Airplay video from a computer requires a newer Mac running Mountian Lion and a 2G or higher ATV. Streaming video from iTunes to a 1G ATV still works, it is similar to AirPlay but is technically not the same thing.
    Streaming video from an iPad or iPhone to an Apple TV is using AirPlay and also requires using a 2 or 3G ATV. These are hardware limitations no HDMI cable can fix.
    If you can not stream video from iTunes by selecting it on your Apple TV you have a problem. If you are trying to send video to the ATV by selecting it on a device you need a new ATV and/or computer.

  • Apple TV disconnects when streaming video from iMac.

    I am using my Apple TV to stream video from my iMac to my TV using AirPlay display.  Every 5 minutes or so, it disconnects.  The video freezes on the TV but will continue playing on the iMac.  Then after a few seconds it disconnects completely and the apple TV will return to the menu screen and I then have to reconnect.  I also have noticed that it only disconnects when streaming video.  I'm able to use the Airplay to display what's on my computer screen and it works fine without disconnecting. I have no issues with the connectivity of my internet, there is always a full signal. I've been searching for answers on this and have found similar issues have happened to other users but none of the suggestions have worked so far.
    Very frustrated... please help!

    What is described above is a network issue.  Troubleshoot the network.

  • I want to record streaming video

    I want to record some streaming video from the Olympics. The sailing events were streamed live and are still available for viewing from some server through the NBC site. I can't figure how to do it.
    Anyone know?

    I have Toast Titanium 11 and I've never actually gotten the "capture web video" to work. Now I haven't done any extensive reserach on the matter as it's something I've only tried twice and have researched the manual, too - when I select Web Video the progress wheel just turns and turns. Would sure like to know if others have gotten this to work - I'd be interested.
    Clinton

  • Streaming videos from iPhone 4s via AirPlay is very slow

    . I took a few videos with my iPhone 4S when I was on vacation. When I try to stream them from my iPhone to my Apple TV, it buffers extremely slowly. However, when I stream videos from my MacBook Pro to my Apple TV, it buffers very quickly and plays very quickly. Based on that, I'm assuming that there's nothing wrong with my wireless network. So my question is, what could be wrong with my iPhone. Any help would be greatly appreciated. Thank you.

    Ok so I've been doing more testing. It's all videos on the iTunes store. Anytime I try to download a podcast or stream it or anything it's super slow. To download an episode of Diggnation it tells me over 2 hours to download but the time keeps climbing and I just stop the transfer.
    Some people said it's an Open DNS thing? Maybe it is but it's not computer specific and I couldn't find a way to change the DNS settings in my Airport, only on each computer. I tried deleting PLists and restoring my Apple TV and restoring my Airport and nothing is working.
    I don't know if it an issue with me, my ISP or Apple. Anyone else experiencing this problem?

  • My apple tv 2 says I can't stream music from my iTunes library on my iMac without settng up iTunes Match. I don't want to set up iTunes match. How can I get back to the pre-Match system which let me just use home sharing to stream music from computer to A

    When I click on the Music tab on my Apple TV 2, a message tells me I have to set up iTunes Match to stream music from my iTunes library on my iMac. I don't want to set up and pay for iTunes Match. How can I get back to the pre-Match system which let me just use home sharing to stream music from computer to Aple TV

    Ditto.
    You need to look for your itunes library under Computers and select it, then music.
    Music column is for web based content not local content, just to confuse everyone.
    AC

  • How can I stream video from my laptop to apple tv while doing a different task on my laptop?

    How can I stream video from my laptop to apple tv while doing a different task on my laptop?  I want to be able to stream a video to my tv while browsing the internet or working on writing on my laptop. Thanks

    You would have to use airplay within iTunes then, unless you want to use 3rd party software (ie Beamer)

Maybe you are looking for

  • Printer recommendations

    I'm currently evaluating Aperture 2 and so far getting on with it really well but a problem I was experiencing with Aperture 1.5 is still evident in version 2. Colours have always been an issue when trying to match what I see on screen and what rolls

  • InCommon Code Signing Cert not working in Profile Manager

    We acquired a Code Signing Certificate from InCommon for signing profiles, and it doesn't want to work with Profile Manager. In the Certificates section we have our working SSL cert for the web server, and self-signed SSL and Code Signing certs. When

  • Turning Macbook on but the screen doesn't work?

    Hello I've been having issues with my Mac... Every time I turn on my Mac, it turns on correctly, but my screen doesn't turn on, it's as if it's stuck on sleepmode. I tried resetting the system manager, applealt+p+rpowerbutton and it still only turns

  • Migration from MS SQL Server 7.0 to ORACLE 7.3

    I am unable to download WorkBench. Does it support the migration from MS SQL Server 7.0 to ORACLE 7.3 anyway.

  • WebUtil for forms 6.0

    Where I can download webutil release for forms 6.0?