This project demonstrates a simple one-way camera streaming application using Python and the VidStream library. It allows one device to stream its camera feed while another device views the live video over a local network (LAN).
- Live camera streaming over LAN
- Uses VidStream and threading
pip install vidstream
- Python 3.10
- vidstream
- Devices connected on the same network
- Start the streaming server on the camera device.
- Update the server IP address in the client code.
- Run the script to view the live camera feed.
- Type
STOPto end streaming.
This project supports one-way video streaming only. It does not provide two-way video calling.