Skip to content

Simple p2p one-way WebCam monitoring page based on WebRTC. 基于 WebRTC 的简易p2p单向WebCam监控网页

License

Notifications You must be signed in to change notification settings

Mywifi/WebRTC-WebCamMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

中文

WebRTC p2p video monitoring page

Simple p2p one-way WebCam monitoring page based on WebRTC

  • After opening the webpage, choose to shoot or view.

  • After choosing to shoot, open the local camera and start transmitting the video stream.

  • After the other end chooses to view, it starts receiving the video stream.

  • Video transmission can only be achieved in one direction, similar to monitoring cameras.

  • Based on WebRTC, p2p communication is achieved. The video stream is not transmitted through the server, but directly transmitted between browsers.

  • When the two ends are not in the same LAN, video transmission may not be achieved.

Background

  • When you need to look after but have to leave for a short time, if you happen to have 2 mobile phones, you can use this application.

run

node server.js

dev

cd static
npm run start

publish

npm run build

About

Simple p2p one-way WebCam monitoring page based on WebRTC. 基于 WebRTC 的简易p2p单向WebCam监控网页

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published