Jump to content
jeffersonkim

SWNHD-820CAM Lower Resolution Feed?

Recommended Posts

The RTSP & HTTP ports are 554 & 80, and I can access those just fine on my phone, but they lag the hell out of it and the image freezes because I think it's just too many pixels to deal with.

 

The native App, SwannViewer Plus or something like that seems to be pulling the lower resolution feed (called sub-feed?) from port 8000.

 

I'm trying to use a third party app, that's free, IP Camera Viewer Lite to view the cameras on my 10" tablet which SwannViewer Plus currently does not install well. I tried using port 8000 as an RTSP & HTTP protocol, but it doesn't seem to match. The configuration seems to show the 8000 port using the SDK protocol.

 

Any ideas on getting either an RTSP or HTTP feed that is lower resolution or a free third party app that will support the SDK protocol on a 10" tablet?

Edited by Guest

Share this post


Link to post
Share on other sites

I have no issues watching my Hikvision vis IP Cam Viewer.

 

Maybe I just need to go into IP Cam Viewer and set the Swann camera up as a HIKvision. Which model did you set it up os?

Share this post


Link to post
Share on other sites
I have no issues watching my Hikvision vis IP Cam Viewer.

 

Maybe I just need to go into IP Cam Viewer and set the Swann camera up as a HIKvision. Which model did you set it up os?

 

I posted this on a different thread, hope it helps:

 

Note that the instructions below are for Hikvision DS-2CD2032/Swann SWNHD-820CAM and Q-See QCN7005B/Dahua IPC-HFW2100. I'm not sure if they work with the other Hikvision and Dahua IP models.

 

If you want to use the sub-stream (lower resolution) in IP Cam View, you need to do the following:

 

1. Go to "Manage Camera"

2. Click the "+" button to open the "Add Camera Type" box

3. Click "General URL"

3. The "Add/Edit IP Camera" box should appear

4. Next to the "Make" property, make sure "Generic URL" is selected

5. Next to the "Model" property, make sure "Generic RTSP over TCP" is selected

6. In the "URL" property, following the guideline below to create the RTSP URL:

 

Hikvision/Swann

 

rstp://:/Streaming/Channels/[1|2]

 

Say your camera has an IP address of 192.168.1.1, the rtsp port of the camera is set to 554 and you want the substream, your URL would be:

 

rtsp://192.168.1.1:554/Streaming/Channels/2

 

For the main stream, it would be:

 

rtsp://192.168.1.1:554/Streaming/Channels/1

 

Q-See/Dahua

 

rstp://:/cam/realmonitor?channel=1&subtype=[0|1]

 

Using the previous example,

 

Mainstream URL:

 

rtsp://192.168.1.1:554/cam/realmonitor?channel=1&subtype=0

 

Substream URL:

rtsp://192.168.1.1:554/cam/realmonitor?channel=1&subtype=1

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×