How to Enable RTSP on Foscam
1
Access the camera web interface
Open a browser and navigate to http://<camera-IP>:88 (older models) or http://<camera-IP> (newer models). Use the Foscam SearchTool to find cameras on your LAN.
2
Check port settings
Go to Settings → Network → Port Settings. Note the RTSP port. Legacy cameras: 88. FI9900P and newer H.264+ models: 554.
3
Add to SmartRTSP
In SmartRTSP, tap + → Manual and enter:
rtsp://admin:password@192.168.1.100:88/videoMain
or for newer models (port 554):
rtsp://admin:password@192.168.1.100:554/videoMain
Foscam RTSP URL Reference
| Stream | RTSP URL |
|---|---|
| Main stream (old) | rtsp://user:pass@IP:88/videoMain |
| Sub-stream (old) | rtsp://user:pass@IP:88/videoSub |
| Main stream (new) | rtsp://user:pass@IP:554/videoMain |
| Sub-stream (new) | rtsp://user:pass@IP:554/videoSub |
FAQ
Why does Foscam use port 88 instead of 554?
Older Foscam firmware used port 88 as a non-standard RTSP port, while port 80 was used for HTTP. Newer Foscam models (HD series with H.264+) follow the standard RTSP port 554. Always check Settings → Network → Port Settings in the web UI for the correct port.
Where is the official Foscam documentation?
Visit foscam.com/support for manuals and firmware. The CGI API documentation details all RTSP URL formats.