windows 通过端口号查看对应的进程
现在海康威视安装插件后,可以在chrome中查看摄像头视频了,之前对chrome有要求,需要低版本chrome(可以使用npapi插件的版本)。现在通过websocket的方式实现的,使用端口为15900,
通过 netstat -ano|findstr "15900" 找到对应PID 然后通过 tasklist | findstr ”PID”,找到对应的进程,发现是“WebControl.exe”提供的服务。
通过 netstat -ano|findstr "15900" 找到对应PID 然后通过 tasklist | findstr ”PID”,找到对应的进程,发现是“WebControl.exe”提供的服务。