WINTERMUTE

EPISODE FIVE

Rtsp | Sample Url

Rtsp | Sample Url

| Component | Description | Example Value | | :--- | :--- | :--- | | | The RTSP scheme | rtsp:// | | Username (Optional) | For server authentication | admin | | Password (Optional) | For server authentication | my_pass_123 | | Host/IP Address | The server's address | 192.168.1.100 | | Port (Optional) | Default is 554 if omitted | 554 | | Path | The specific stream or resource | /h264_stream | | Parameters (Optional) | Additional settings for the stream | ?channel=1&subtype=0 |

rtsp://[username:password@][IP address or Hostname]:[Port]/[Stream path] rtsp sample url

rtsp://admin:admin@192.168.1.108:554/cam/realmonitor?channel=1&subtype=0 | Component | Description | Example Value |