Newbee help trying to setup web page to access cameras

sirtronics

n3wb
Joined
Nov 15, 2017
Messages
2
Reaction score
0
I have a touch screen and using the ivms4500 is a problem the touch area is too small and people keep screwing it up, this is in a childcare center.
I am trying to write a web page or script so on the right side i can have a class name and when someone touches it they get a live view of the 2 cameras in the room.
Nothing I have tried works. I have spent like 4 days on this and I have tried it 1000 different ways.

I have tried rstp <img src="rtsp://192.168.1.10:65011/ch1/main/av_stream">
and http http://192.168.1.10:65001/Streaming/channels/102/
where 192.168.1.10 is the nvr (it is an DS-7616NI-E2 / 16P)
65001 is the port to the camera using the virtual host on the NVR
using this: http://192.168.1.10:65003/Streaming/channels/102/
I get this on the screen: (In internet explorer)
<?xml version="1.0" encoding="UTF-8"?>
-<StreamingChannel xmlns="Oops:The page you are visiting may have been deleted,renamed or inaccessible." version="1.0">
<id>102</id>
<channelName>Preschool</channelName>
<enabled>true</enabled>
-<Transport>
<rtspPortNo>554</rtspPortNo>
<maxPacketSize>1000</maxPacketSize>
<sourcePortNo>8200</sourcePortNo>
-<ControlProtocolList>
-<ControlProtocol>
<streamingTransport>RTSP</streamingTransport>
</ControlProtocol>
</ControlProtocolList>
-<Unicast>
<enabled>true</enabled>
</Unicast>
-<Multicast>
<enabled>true</enabled>
<destIPAddress>0.0.0.0</destIPAddress>
<destPortNo>8600</destPortNo>
</Multicast>
</Transport>
-<Video>
<enabled>true</enabled>
<videoInputChannelID>1</videoInputChannelID>
<videoCodecType>H.264</videoCodecType>
<videoScanType>progressive</videoScanType>
<videoResolutionWidth>640</videoResolutionWidth>
<videoResolutionHeight>360</videoResolutionHeight>
<videoQualityControlType>VBR</videoQualityControlType>
<constantBitRate>768</constantBitRate>
<fixedQuality>60</fixedQuality>
<maxFrameRate>800</maxFrameRate>
<keyFrameInterval>50</keyFrameInterval>
<BPFrameInterval>0</BPFrameInterval>
<snapShotImageType>JPEG</snapShotImageType>
-<SVC>
<enabled>false</enabled>
</SVC>
</Video>
-<Audio>
<enabled>true</enabled>
<audioInputChannelID>1</audioInputChannelID>
<audioCompressionType>G.711ulaw</audioCompressionType>
</Audio>
</StreamingChannel>

Any help you be AMAZING!!!
 
Top