Difference between revisions of "SC-3171"
(Added config for accessing mpeg streams) |
|||
Line 20: | Line 20: | ||
* Enable RTSP in the camera (leaving the default RTSP port of 554, otherwise modify appropriately the following steps' URLs) | * Enable RTSP in the camera (leaving the default RTSP port of 554, otherwise modify appropriately the following steps' URLs) | ||
* Point your monitor to an ffmpeg source to <code>rtsp://<camera-ip>/video.mp4</code> to get the stream configured as the MPEG4 "Computer View" in your camera, so you must match width | * Point your monitor to an ffmpeg source to <code>rtsp://<camera-ip>/video.mp4</code> to get the stream configured as the MPEG4 "Computer View" in your camera, so you must match width & height and set color depth to 24, or... | ||
* Point your monitor to an ffmpeg source to <code>rtsp://<camera-ip>/video.3gp</code> to get the stream configured as the MPEG4 "Mobile View" in your camera, so you must match width, | * Point your monitor to an ffmpeg source to <code>rtsp://<camera-ip>/video.3gp</code> to get the stream configured as the MPEG4 "Mobile View" in your camera, so you must match width & height to whatever you configured there, and set color depth to 24. | ||
Tested working fine with audio codec enabled & disabled, with multicast streaming enabled & disabled, with viewer authentication enabled (put <code>rtsp://<user>:<password>@<camera-ip>/...</code> in above URLs) | Tested working fine with audio codec enabled & disabled, with multicast streaming enabled & disabled, with viewer authentication disabled & enabled (put <code>rtsp://<user>:<password>@<camera-ip>/...</code> in above URLs) and with uPnP enabled & disabled. | ||
In both cases worked fine over wifi at maximum resolutions and color depths allowed by the camera in each case ( | In both cases worked fine over wifi at maximum resolutions and color depths allowed by the camera in each case (640x480 24bpp 30fps at fixed "excelent" quality on "Computer View"'s mp4 and 320x240 24bpp 10fps at fixed "excelent" quality on "Mobile View"'s 3gp streams). | ||
The side effect is that MJPEG stream is disabled when you enable RTSP for accessing MPEG streams, so you can't do both at the same time. | The side effect is that MJPEG stream is disabled when you enable RTSP for accessing MPEG streams, so you can't do both at the same time. |
Latest revision as of 16:28, 19 May 2011
TP-Link SC3171 (Firmware LM.1.6.17)
- First Update the firmware
- Change Zoneminder Cam settings
Remote Protocol: HTTP Remote Method: Simple Remote Host Name: x.x.x.x Remote Host Port: xx Remote Host Path: /video.mjpg
on web browser: http://<ip>:<port>/
Settings > BASIC > System > Initialize (Disable RTSP and Audio Codec)
Settings > BASCI > Network > UPnP (Enable and Turn on)
Getting MPEG streams from TL-SC3171/G
- Enable RTSP in the camera (leaving the default RTSP port of 554, otherwise modify appropriately the following steps' URLs)
- Point your monitor to an ffmpeg source to
rtsp://<camera-ip>/video.mp4
to get the stream configured as the MPEG4 "Computer View" in your camera, so you must match width & height and set color depth to 24, or... - Point your monitor to an ffmpeg source to
rtsp://<camera-ip>/video.3gp
to get the stream configured as the MPEG4 "Mobile View" in your camera, so you must match width & height to whatever you configured there, and set color depth to 24.
Tested working fine with audio codec enabled & disabled, with multicast streaming enabled & disabled, with viewer authentication disabled & enabled (put rtsp://<user>:<password>@<camera-ip>/...
in above URLs) and with uPnP enabled & disabled.
In both cases worked fine over wifi at maximum resolutions and color depths allowed by the camera in each case (640x480 24bpp 30fps at fixed "excelent" quality on "Computer View"'s mp4 and 320x240 24bpp 10fps at fixed "excelent" quality on "Mobile View"'s 3gp streams).
The side effect is that MJPEG stream is disabled when you enable RTSP for accessing MPEG streams, so you can't do both at the same time.