How do I stream live video on my website or via Quick Time?

Okay, so I've searched these discussions and have found many people with the same question going unanswered.
Basically. Our dog is at home, just out from surgery and we want to keep an eye on him from work.
I've downloaded Quick Time Broadcaster to our MacBook and am using the built in iSight camera on it. I am able to broadcast via the application "Quick Time Broadcaster" and have been able to view the live video stream through Quick Time player from a second computer in our home. But I am unable to view the video at work using the same URL generated from QT Broadcaster. Maybe it's a firewall issue?
But more so... I'd like to embed the stream into my personal website. What do I need to do to set that up? I've also downloaded and setup Darwin Streaming Server, but it doesn't make much sense to me at this stage in time as to how to get that running and linked up through my personal web site. Anyone know how to set that up? So I can do something like www.mysitename.com/petcam
I'd like to be able to view the video via the web using an address similar to something like that, but via my personal web domain.
Worse case... I'd like to at least be able to watch the stream via Quick Time player from work... like I can from home. Any work arounds or steps I'm missing so I can view this at home? Any help is greatly appreciated.
Many Thanks

Thanks for the link... lots of good stuff in there.
I did read about EvoCam in another thread here. I was hoping it would of been as easy as writting some code into an HTML doc and uploading it to my webserver with the proper IP link. Guess it's not quite that simple... or complicated. I was also hoping to be cheap and not have to buy anything. The price of EvoCam at $25 bucks isn't so bad. I'll look into it when I get home this evening. There were also a few other applications at that link that seem to do the same thing. Wondering if they'll all give me the same results? Or is EvoCam the cure all with the best results and options...?
Thanks for the input. Any further suggestions or comments are greatly appreciated.

Similar Messages

  • How can I stream Live video?

    I'm working on a project where I take live video from an NTSC source. I'm looking for a simple program to import and allow me to take screen captures on the fly. I can edit it later. Can iMovie 09 do this...if so how?

    This is an AVCHD camera. On import the AVCHD is converted to AIC. So bottom line is, no streaming from this camera.

  • How to add streaming live video code

    in drmwvr mx how do i "embed" streaming video. what is the
    code? if u can help or point me in the right direction that would
    be great. i'm thinking of using windows media encoder. this is to
    broadcast church service.
    thanks

    In Indesign create a frame, use Overlay creator panel to create a Web content overlay, in webcontent overlay paste the url as http://www.youtube.com/embed/Y4DhGDpnRnA
    Click on Allow user interaction and auto play if required

  • Streaming live video to my website

    Hey all, I have Flash media server, flash media live encoder, and flash cs5. I'm gonna be using flash media live encoder to stream my desktop and webcam to my website. My current host (host gator) doesn't have rtmp enabled on their web hosting plan, only on their dedicated and vps hosting. My question is do I need to switch hosts to one that has rtmp enabled so I can stream to my website for people to view?
    Also, can I embed this stream into another part of my site?

    So if you want to stream via FMLE, you check the "Stream to Flash Media Server". For FMS URL: you need to put "rtmp://mysite.com/live" where mysite.com is domain name of your hosted FMS meaning when you connect using rtmp://mysite.com/live it should connect to your Flash Media Server.
    Stream: you can put any stream name of your choice provided your hosted FMS Provider is ok with it. Its basically name for the published stream

  • HT4589 How can I share a video shot at 60 fps.  Quick time error 0 and 50 occur for  DVD

    Change camera settings to 60 fps and now program will not share to DVD.  Getting quicktime error 0 for DVD and error 50 on master file.  Seems Quicktime cannot handle 60 fps. Is there a way I can solve this problem?  Camera setting will go back to 30 for next project.

    No, the issue is not with multicam it's with the DVD export module. The project properties don't match the media properties? That's really not the way to do this, but you've got it finished. If you have Compressor, try exporting a master file to there.
    See if this thread helps you
    https://discussions.apple.com/message/21774236#21774236

  • How do you stream a live video to a website

    OK - Again I'm feeling smart enough to be real dumb.
    How do you stream a live video to a website. I use GoDaddy to host a website. I can plug a video camera into my Mac so I can run the video through whatever program works best. I even have a .mac account (now its mobile me I guess) and could use that. I have read several threads but can't really find a starting point. Any help is appreciated.
    I want to video a basketball game and stream it to our schools website.
    Thanks again.
    CD

    You may not be able to embed VideoLobby into your existing website, but this article appears to have some useful links:
    _VideoLobby Wants To Help You Create Your Own Custom-Branded Live Webcasts_
    Also these for the Mac:
    http://www.telestream.net/wire-cast/overview.htm
    http://www.apple.com/quicktime/broadcaster/
    t4tennessee wrote:
    I want to video a basketball game...
    Be aware of what you're videoing:
    http://www.dothetest.co.uk/basketball.html

  • Can someone tell me how to stream live video?

    Can someone tell me how to stream live video to my ipad?

    Someone could give you better and more exact information but you didn't include the model number of your computer. But I can give you a pretty generic answer. At the top of this webpage you should see Product Support. Click on Laptops and then select which model of Toshiba computer you own, ie Satellite, Tecra, etc. Finally type in the model number of your computer. Select the exact model number and click the red Go button to the right. Click the Downloads tab and look thru the different drivers for this computer. Make sure that the new video driver is newer and has a higher version number than your current video driver. If it does, click the Download button, click the Run button and let it do the installation. Afterwards, reboot the computer so that the latest drivers are fully installed. Try again with that game.

  • 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

  • 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?

  • Mid 2011 mbp i7 with a SSD has problems, including grey screen/blue screen/beeping/freezing when I stream live video (i.e. watch espn or time warner cable) Help? Ideas?

    Recently my Macbook Pro (June 2011, i7, 8gb RAM, 512gb SSD, AMD Radeon 6750, Mountain Lion - since July - currently 10.8.2) has been presenting me with an array of problems, usually initiated when I am streaming live video. I was streaming Time Warner Cable on 12/9 and it gave me what looked like the blue screen of death.  It started up after about five attempts that time. The other day, after about a week of not using the computer, it wouldn't boot past the grey screen. I (option) started it and it gave me two boot choices, the regular HD and a "10.8 restore" option.  The HD gave me the grey screen and the restore option gave me the dark blue screen. I reset PRAM and that didn't work.  After a force (x) start it worked.  Today, I was using "Watch ESPN" and the screen froze and the computer did some kind of repeating RAM beep or something.  I rebooted and it started up fine.  I'm not watching any videos anymore, but this is a problem since the primary purpose for my mbp is video editing. I'm still under AppleCare but I find more solid answers in the forums or at least better questions for the AppleCare people.
    Anybody have similar experiences, or a solid idea of what the heck has happened to my machine?

    I'm not really sure what method that person was talking about. I just read he had a successful install so I posted it.
    But I'll hazard a guess
    1. copy your entire drive to a backup drive
    2. boot into that drive and test it out - make sure its a flawless backup, it works, and the hard drive has no problems
    3. eject that drive, disconnect it and reboot into the leopard install dvd
    4. erase your main hard drive using disc utilities on the leopard install dvd -- you've made a backup, made sure that backup was good, and disconnected it so it's currently safely disconnected from the leopard install you're about to do. Also, on the hard drive you're erasing and installing leopard on to, many people recommend "Zeroing" it as well as erasing it. That option is part of the erase function in disc utilities on the leopard install disc.
    5. do a clean install of leopard
    6. follow step 4 from that original post exactly as that person described to do.
    7. read the rest of what they said
    That's pretty much it. With the backup/erase/clean install/import/ you pretty much get everything you need exactly the way you want it with very few things missing -- and you've done this over a clean install. Plus that poster did mention that you can select what you want to import from your backup hard drive.
    It sounds like its a "clean install" method that gives you control via "import from machine" option in the installer. Control over what parts of your "old mac" you want to import into your "new leopard mac".
    Hopefully that helps. It sounds more involved, but its actually pretty quick and provides you with a perfectly save backup in case anything goes wrong with the leopard install.

  • HT4437 How do you stream live tv from an abc app from my iPad 4 retina to my tv using Apple TV?

    How do you stream live tv from an abc app from my iPad 4 retina to my tv using Apple TV?

    you use airplay mirror
    if that does not work then it's because the app block the feature
    how you turn on airplay mirror
    http://support.apple.com/kb/ht5209

  • 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.

  • 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 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

  • 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

Maybe you are looking for

  • Problem saving gif file over the net

    I am using a simple loop to save files using a URL Connection. It grabs html files fine and they look right but when I used to to download an animated gif it had an error. It saved the file but when I tried to open the image I got a "drawing failed"

  • How would I delete multiple nodes at a time in OSB

    I want to delete multiple nodes in OSB at a time. I have a request and that needs to get rid of the Nodes instead of using multiple delete actions I want to achieve in one shot. Any suggestions

  • PayPal problem

    Having a problem signing in because it said I have a problem with my Paypal balance

  • Export to pdf will open different location

    I work with several hundred templates a day in my job some of which were created internally and others by clients. These templates are saved as a document in a specific folder I have on a network drive once they've been altered with clients informati

  • PO validating while creating...

    Hi All, I need to validate some item level data with the header data, So i wrote the code in User Exit. Its validating well, but if i press save button its simple asking a dialog and the PO is getting saved when i have errro also. i have tried  EXIT_