Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Graphics
  4. I need to re-broadcast IP camera

I need to re-broadcast IP camera

Scheduled Pinned Locked Moved Graphics
sysadminquestion
3 Posts 3 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • X Offline
    X Offline
    xlthim
    wrote on last edited by
    #1

    I have an IP camera hooked up to my laptop - locally I can see video. How do I re-broadcast the video out my 2 network connection so it can be seen from the web, or at least another computer. What I need is a netmeeting type project that can use an IP camera instead of a capture card. tks xlthim

    J R 2 Replies Last reply
    0
    • X xlthim

      I have an IP camera hooked up to my laptop - locally I can see video. How do I re-broadcast the video out my 2 network connection so it can be seen from the web, or at least another computer. What I need is a netmeeting type project that can use an IP camera instead of a capture card. tks xlthim

      J Offline
      J Offline
      Jain Mohit
      wrote on last edited by
      #2

      Try hunting for IP camera Sony, www.axis.com might be a good sample.. alternatively, you can use your webcam to capture video and stream it over HTTP.. is you are looking for ready product for that.. LEADTOOLS might be of help.. if you have looking for sample code and want to learn the how-to of it, then you already are at codeproject.. so what are you waiting for buddy...

      1 Reply Last reply
      0
      • X xlthim

        I have an IP camera hooked up to my laptop - locally I can see video. How do I re-broadcast the video out my 2 network connection so it can be seen from the web, or at least another computer. What I need is a netmeeting type project that can use an IP camera instead of a capture card. tks xlthim

        R Offline
        R Offline
        Rilhas
        wrote on last edited by
        #3

        I've done that for some cameras that contain a web server in them (usually IP cameras do). All you have to do is implement the browser side. In my case a simple GET or POST is enough for the camera to start outputing JPEG sequences which you can forward as you like. I've also encoutered other more complex servers that require the browser to install ActiveX controlls or something like that. I didn't want to go to all that trouble, so I just sniffed the packets with Ethereal, then saved them so that I can use them in my application. I don't know how they work (because I didn't bother looking at their contents), but they do. Rilhas

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups