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. Web Development
  3. ASP.NET
  4. How to get live stream from webcam in our web page?

How to get live stream from webcam in our web page?

Scheduled Pinned Locked Moved ASP.NET
tutorialquestion
4 Posts 4 Posters 0 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.
  • U Offline
    U Offline
    User 4462845
    wrote on last edited by
    #1

    How to get live stream from webcam in our web page?

    C A S 3 Replies Last reply
    0
    • U User 4462845

      How to get live stream from webcam in our web page?

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      You can't do that with ASP.NET. You can do it with HTML. What have you tried ? Did you search the web for info at all ? Where is the webcam, on the server ? You can create a stream and set up windows media player to display it.

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      1 Reply Last reply
      0
      • U User 4462845

        How to get live stream from webcam in our web page?

        A Offline
        A Offline
        Abhishek Sur
        wrote on last edited by
        #3

        AFAIK, live stream can only be captured using some windows client... or any plugin which allows direct access to webcam devices. I dont know if Flash / Adobe AIR / Silverlight plugins allows you to capture live streams from browser. If they cant, you need to create your own browser plugin. :cool:

        Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


        My Latest Articles-->** Simplify Code Using NDepend
        Basics of Bing Search API using .NET
        Microsoft Bing MAP using Javascript

        1 Reply Last reply
        0
        • U User 4462845

          How to get live stream from webcam in our web page?

          S Offline
          S Offline
          saurabh8april
          wrote on last edited by
          #4

          This was my code to display live streaming from webcam. hope thi will work for u. u need to install the webcam and than place this file in ur initpub folder to share the images on web and allow the user to view it. u also need to install latest version of media player and windows media encoder.

          <!-- function StartMeUp () { Player.controls.play(); } function ShutMeDown () { Player.controls.stop(); } --> <!-- On error resume next Player.URL = "http://localhost:8080" if err then msgbox "You need Windows Media Player 7. Go to" & chr(13) &_ "http://www.microsoft.com/windowsmedia" err.clear -->

          You can also view this live feed directly in Windows Media Player by clicking here.

          and do not forget to rank the reply if u get thi working.... all the best :)

          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