Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
C#
am trying to access IP cam using WebEye stream player but  takes to much memory space to run like its increasing every 5 min to 50MB in ram.


What I have tried:

am trying to access IP cam using WebEye stream player
Posted
Comments
VR Karthikeyan 19-Mar-16 2:39am    
Have you tried anything? Just show your code.
Member 10119845 24-Mar-16 7:52am    
using WebEye;

private WebEye.StreamPlayerControl streamPlayerControl1;

streamPlayerControl1.StartPlay(uri, TimeSpan.FromSeconds(15.0));
Sergey Alexandrovich Kryukov 20-Mar-16 19:35pm    
Use another player... :-)
—SA
Member 10119845 24-Mar-16 7:49am    
Am tried using VLC also that also takes memory space while streaming
Sergey Alexandrovich Kryukov 24-Mar-16 16:46pm    
Everything takes memory space, but VLC is efficient enough...
—SA

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