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 Networks

# 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
rtsp-network-scanner scan -u admin -p password

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

# Verify streams are playable
rtsp-network-scanner scan --verify-playback

Validate Credentials

Test if username/password work for a camera:

# Check if credentials are valid
rtsp-network-scanner login rtsp://192.168.1.100:554/stream1 -u admin -p password

Verify Stream Playback

Check if a stream actually plays (sends SETUP/PLAY commands):

# Verify stream without auth
rtsp-network-scanner verify rtsp://192.168.1.100:554/stream1

# Verify stream with credentials
rtsp-network-scanner verify rtsp://192.168.1.100:554/stream1 -u admin -p password

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
  3. Shows working RTSP URLs with response times

Progress bars show real-time scanning progress:

Port scan 192.168.1.0/24 [████████████████████░░░░░░░░░░░░░░░░░░░░] 1024/2032 (2 found)
Scanning 192.168.1.100:554 [████████████████████████████████████████] 61/61 (8 found)

Options

  • --debug - Debug logging
  • --log-file FILE - Log to file
  • --output FILE - Export (JSON/CSV)
  • --timeout SECONDS - Timeout (default: 2.0s)
  • --workers NUM - Workers (default: 50)

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.3.2.tar.gz (18.1 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.3.2-py3-none-any.whl (21.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for rtsp_network_scanner-2.3.2.tar.gz
Algorithm Hash digest
SHA256 17b58d1b6b8ea9b992838a5e207b2faba8ab4fcd478716d8413533ecff9f6f40
MD5 090c0830c4d02444c677c5df42fbed1e
BLAKE2b-256 40399a57773ca18389eae2fb39a89ae5a92b26e49c36c2d17553d4a71bb97de5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rtsp_network_scanner-2.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 bf98ebc203fb3269a6f9b071e7e4633cb1816fce6fb28ba7d75467bf712cea63
MD5 ab69a1f1fdb2f7b187c2a42f50c07554
BLAKE2b-256 24f9fee3ff4fe0304dbdad8ceeb9f5ad5ee92d1ab22a42d05755e841d2acde12

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