Live streaming video integration in C# ASP.NET Website -
i going make website show me live streaming. of course technologies c# asp.net or asp.net mvc. testing purpose, want use pc's webcam shoot video , displayed on .aspx or .cshtml page directly on same time. let me know do? if india, see saibaba live darshan official website , need make same type of site.after successful testing,i deploy , host application on hosting server. there temple integrate system can take live darshan on web browsers. please guide me how achieve this. tell me possible ways , if have complete project code,then let me know.
you can use html5/getusermedia capture video stream users webcam.
you can display on html5/canvas user, or if prefer can use webrtc stream server.
you can projects such one: https://code.google.com/p/telepresence/
if prefer implement can here: https://hacks.mozilla.org/2013/02/cross-browser-camera-capture-with-getusermediawebrtc/
Comments
Post a Comment