ManyCam IP address

Have some questions or having issues with your IP Camera(s), Post them here for the mods and other users to assist you with.
SRusten
Posts: 5
Joined: Mon Feb 01, 2016 2:24 pm

ManyCam IP address

Post by SRusten »

I'm trying to find the correct URL string for Many Cam to see the Amcrest IP2M-841W. I use ManyCam to sense IP cameras so they will interface for live streaming with Ustream or streaming YouTube. I have had success with Foscam IP camera' but haven't found the right Amcrest combination.
An example if a Foscam address that works is: http://IPADDRESS/mjpeg.cgi?user=[USERNA ... =[PASSWORD],
I would input my IP address, username and password.
Anyone have any ideas?
Melvin
Site Admin
Posts: 2210
Joined: Wed Oct 14, 2015 2:20 pm

Re: ManyCam IP address

Post by Melvin »

Hello,
The command to get mjpeg video stream from Amcrest Ip camera is as follows.

http://<ip>/cgi-bin/mjpg/video.cgi?[channel=<channelNo>]&subtype=<typeNo>
Can't find your answer on the forum? Try our Knowledge Base! https://amcrest.zendesk.com/hc/en-us

Image
SRusten
Posts: 5
Joined: Mon Feb 01, 2016 2:24 pm

Re: ManyCam IP address

Post by SRusten »

Thanks for the response but what do I do with the channel and subtype
[channel=<channelNo>]&subtype=<typeNo>

I tried [channel=1]&subtype=0
Thanks
Melvin
Site Admin
Posts: 2210
Joined: Wed Oct 14, 2015 2:20 pm

Re: ManyCam IP address

Post by Melvin »

Hello,
You can either completely skip that part or put '1' for both channel and subtype.
Can't find your answer on the forum? Try our Knowledge Base! https://amcrest.zendesk.com/hc/en-us

Image
SRusten
Posts: 5
Joined: Mon Feb 01, 2016 2:24 pm

Re: ManyCam IP address

Post by SRusten »

Thanks it's working fine with MPEG. Is there a different string I can use to use H.264, H.264B, or H264H?
Melvin
Site Admin
Posts: 2210
Joined: Wed Oct 14, 2015 2:20 pm

Re: ManyCam IP address

Post by Melvin »

Hello,

You can pull the RTSP stream from the camera using a software like VLC. Please find the command below.

rtsp://usr:[email protected]:80/cam/realmonitor?channel=1&subtype=1

Replace the ip and port with your cams ip and rtsp port.
Can't find your answer on the forum? Try our Knowledge Base! https://amcrest.zendesk.com/hc/en-us

Image
bkhall
Posts: 1
Joined: Mon Jun 13, 2016 11:11 am

Re: ManyCam IP address

Post by bkhall »

The MJPG url posted here works, but only if the camera is setup to deliver MJPG on the main stream. I have my cameras configured for H264 on the main stream and MJPG on the substream.

What are the URL parameters to pull MJPG from the substream instead of the main stream?
Melvin
Site Admin
Posts: 2210
Joined: Wed Oct 14, 2015 2:20 pm

Re: ManyCam IP address

Post by Melvin »

Hello bkhall ,

To get substeram you need to mention the sybtype as 1. The subtype 0 is for the main stream.
Can't find your answer on the forum? Try our Knowledge Base! https://amcrest.zendesk.com/hc/en-us

Image
ted_s
Posts: 2
Joined: Mon Oct 23, 2017 8:26 am

Re: ManyCam IP address

Post by ted_s »

The mpeg stream address works for me with my IP3M-943 camera's, but asks for a username and password to see the stream. Is there a way to setup this up so it does not ask for authentication?
Melvin
Site Admin
Posts: 2210
Joined: Wed Oct 14, 2015 2:20 pm

Re: ManyCam IP address

Post by Melvin »

Hello ted_s,

In the below code include your username and password after http:// and it should work.

http://user:Pwd@ip:port/cgi-bin/mjpg/video.cgi?[channel=<channelno>]&subtype=1
Can't find your answer on the forum? Try our Knowledge Base! https://amcrest.zendesk.com/hc/en-us

Image
Post Reply