Click here to Skip to main content
15,899,026 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi.

please help me...

how connect to camera ip in c#.

for example this ip :

address : 69.193.183.75/en/index.html

user : welcome

password : welcome


or this :

address : iprobocam.marmitek.com/users/view.cgi?profile=2&language=du

user : user

password : user
Posted
Updated 3-Oct-19 23:32pm

Hi,

Here is the CP article with Video/Voice chat using VOIP, go through this , this may helps you
Examples to create your Conferencing System in .NET, C# VOIP & Video Conferencing Systems using H.323 and TAPI 3[^]

Thanks
--RA
 
Share this answer
 
It depend on what you want to do with it. As I see the the camera supports multiple streams and protocols.
If you want the video stream, you should probably attach to it via RTSP, using the url described here: http://www.marmitek.com/en/support/live-demo-ip-camera.php[^]. You can find .net libraries for that, like this one: http://www.streamcoders.com/products/msnet.html[^], or you can simply embed a player component that is able to show it for you, if that's the only need.
But everything else is up to what you want to do.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900