Skip to main content

Scan networks for RTSP cameras, test streams, discover channels

Project description

RTSP Network Scanner

Scan networks for RTSP cameras - finds hosts, ports, and channels in one command.

Install

pip install rtsp-network-scanner

Usage

# Scan local network (auto-detected) - finds cameras, ports, and channels
rtsp-network-scanner scan

# Scan specific network
rtsp-network-scanner scan 192.168.1.0/24

# Scan single host
rtsp-network-scanner scan 192.168.1.100

# Scan with credentials (validates auth, shows codec/resolution)
rtsp-network-scanner scan -u admin -p password

# Check if cameras are actually working (requires ffmpeg)
rtsp-network-scanner scan --check

# Simple output (minimal info)
rtsp-network-scanner scan --simple

# Detailed output (all info)
rtsp-network-scanner scan --detailed

# Skip channel discovery (ports only)
rtsp-network-scanner scan --skip-channels

What it does

One command scans everything:

  1. Finds hosts with open RTSP ports (554, 8554, 7447, etc.)
  2. Discovers available channels on each camera (supports Hikvision, Dahua, Axis, etc.)
  3. Shows channel status: ✓ OK, ✗ Auth Error, etc.
  4. Validates credentials and shows codec/resolution

Example output:

Found 1 camera(s) with 8 channel(s)

+--------------+------+-------------------------+-------------+--------+
| host         | port | path                    | stream_type | status |
+--------------+------+-------------------------+-------------+--------+
| 192.168.1.10 | 554  | /Streaming/Channels/101 | Main        | ✓ OK   |
| 192.168.1.10 | 554  | /Streaming/Channels/102 | Sub         | ✓ OK   |
| 192.168.1.10 | 554  | /Streaming/Channels/201 | Main        | ✗ Auth |
+--------------+------+-------------------------+-------------+--------+

Status indicators:

  • ✓ OK - Channel accessible with provided credentials
  • ✗ Auth - Channel exists but credentials are wrong/missing
  • ⊘ Forbidden - Access denied

Options

Option Description
-u, --username Username for authentication
-p, --password Password for authentication
--check Verify cameras work using ffmpeg
--simple Minimal output (host, port, status)
--detailed Full output (codec, resolution, fps, bitrate)
--skip-channels Skip channel discovery (ports only)
--timeout SECONDS Connection timeout (default: 2.0s)
--workers NUM Concurrent workers (default: 50)
--output FILE Export results (JSON/CSV)
--debug Enable debug logging
--log-file FILE Log to file

Supported Cameras

  • Hikvision - All 8 channels (101-802)
  • Dahua / Amcrest - Multiple channels
  • Axis - VAPIX streams
  • Foscam - Main/Sub streams
  • Generic - Common RTSP paths

Links

License

MIT

Author

Sanjay H

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rtsp_network_scanner-2.5.2.tar.gz (50.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rtsp_network_scanner-2.5.2-py3-none-any.whl (31.0 kB view details)

Uploaded Python 3

File details

Details for the file rtsp_network_scanner-2.5.2.tar.gz.

File metadata

  • Download URL: rtsp_network_scanner-2.5.2.tar.gz
  • Upload date:
  • Size: 50.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for rtsp_network_scanner-2.5.2.tar.gz
Algorithm Hash digest
SHA256 1599074217c06514839adab28bc5892e770f436e3d7c29b391468bb704b30228
MD5 df32e445ec2dd7a278efd8018966f15d
BLAKE2b-256 ec8261152ca410d85c15460ea2ad0f40358ef75833b23059f4252d1a52b2285d

See more details on using hashes here.

File details

Details for the file rtsp_network_scanner-2.5.2-py3-none-any.whl.

File metadata

File hashes

Hashes for rtsp_network_scanner-2.5.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f471ff6dddcbdae4c809f5e04eed330fe70120ba93e3aef55ce4d5c50b9108ea
MD5 f56d9d07d7dee1cd72e8a6d7f084db93
BLAKE2b-256 39facf19404679c949a630274dcfd5c0b1685dc2359d12794d9c45d9d2ca762b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page