TapoStreamer is an Python application that shows the video streaming from the cameras made by TP-Link. It runs on macOS.
Just add tap and install homebrew package.
brew install rioriost/tap/tapostreamerExecute tapostreamer command.
tapostreamerThe first time, tapostreamer prompts you to input a username and password for the camera. The username and password are stored in the keychain.
Please enter your Tapo ID, part before '@': your_account
Please enter your Tapo Password: xxxxxxxxxxxxxxxxThen, tapostreamer prompts you to input the number of rows and columns for the cameras. The default values are 2 and 3, respectively.
Config file not found, creating one in /Users/rifujita/Library/Preferences/TapoStreamer/config.ini
Please enter the number of rows for cameras [2]:
Please enter the number of columns for cameras [3]:After that, tapostreamer detects the cameras in the network and shows the list of the cameras. You can select the cameras to show the video streaming.
Detecting cameras in the network...
16 reachable IP addresses found.
Estimated time to detect cameras: 17.12 seconds.
Select a camera from the list below:
[1]: * 192.168.50.6
[2]: 192.168.50.7
[3]: 192.168.50.8
[4]: 192.168.50.10
[5]: 192.168.50.128
[0]: Skip
Enter the number of the camera [1]:
Select a camera from the list below:
[1]: * 192.168.50.7
[2]: 192.168.50.8
[3]: 192.168.50.10
[4]: 192.168.50.128
[0]: Skip
Enter the number of the camera [1]:
Select a camera from the list below:
[1]: * 192.168.50.8
[2]: 192.168.50.10
[3]: 192.168.50.128
[0]: Skip
Enter the number of the camera [1]:
Select a camera from the list below:
[1]: * 192.168.50.10
[2]: 192.168.50.128
[0]: Skip
Enter the number of the camera [1]:
Select a camera from the list below:
[1]: * 192.168.50.128
[0]: Skip
Enter the number of the camera [1]:Finally, tapostreamer shows the video streaming from the selected cameras.
Starting TapoStreamer...
Press 'q' to quit.- Move formula to rioriost/tap
- Dependency update
- Dependency Update
- Bump to Python 3.14
- Dependency Update
- Dependency Update
- Dependency Update
- Security Update
- Dependency Update
- Dependency Update
- Dependency Update
- Multi-threading support.
- Small bug fixes.
- Small bug fixes.
- First release.
- tapostreamer sometimes fails with 'segmentation fault' when it's terminated. Due to the OpenCV implementation.
MIT License