Discover and test RTSP camera streams on your network
Project description
RTSP Network Scanner
Find and test RTSP cameras on your network.
Install
pip install rtsp-network-scanner
Quick Start
# Scan network
rtsp-scanner scan-network 192.168.1.0/24
# Test camera
rtsp-scanner test-url rtsp://192.168.1.100:554/stream
# Find channels
rtsp-scanner quick-scan 192.168.1.100
Commands
scan-network- Find cameras on networkscan-ports- Scan single hosttest-url- Test RTSP URLscan-channels- Find camera channelsquick-scan- Fast channel scan
Python API
from rtsp_scanner import PortScanner
scanner = PortScanner()
results = scanner.scan_network('192.168.1.0/24')
print(f"Found {len(results)} cameras")
Features
- Network scanning
- URL testing
- Channel discovery
- Multi-threaded
- No dependencies
Links
License
MIT License
Author
Sanjay H - contact@sanjayhona.com.np
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rtsp_network_scanner-1.0.3-py3-none-any.whl.
File metadata
- Download URL: rtsp_network_scanner-1.0.3-py3-none-any.whl
- Upload date:
- Size: 16.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36a27830c367435b3b4a982bf3d7c46e6e1712276e8decf582e10c9602fb6400
|
|
| MD5 |
ccb5120b5c7eef51a3fa83b400c7fe8c
|
|
| BLAKE2b-256 |
11279b1a5ca9fcd1527f04d6cf703fe27fcfa7eded73e6c40964acfd6a69e0aa
|