How to get live stream from webcam in our web page?
-
How to get live stream from webcam in our web page?
-
How to get live stream from webcam in our web page?
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.
-
How to get live stream from webcam in our web page?
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 -
How to get live stream from webcam in our web page?
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 :)