Created
September 13, 2018 13:11
-
-
Save imaginator/41be362713c254db32c47ca85c796c76 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This XML file does not appear to have any style information associated with it. The document tree is shown below. | |
<StreamingChannel xmlns="http://www.hikvision.com/ver20/XMLSchema" version="2.0"> | |
<id>101</id> | |
<channelName>IPdome</channelName> | |
<enabled>true</enabled> | |
<Transport> | |
<maxPacketSize>1000</maxPacketSize> | |
<ControlProtocolList> | |
<ControlProtocol> | |
<streamingTransport>RTSP</streamingTransport> | |
</ControlProtocol> | |
<ControlProtocol> | |
<streamingTransport>HTTP</streamingTransport> | |
</ControlProtocol> | |
<ControlProtocol> | |
<streamingTransport>SHTTP</streamingTransport> | |
</ControlProtocol> | |
</ControlProtocolList> | |
<Unicast> | |
<enabled>true</enabled> | |
<rtpTransportType>RTP/TCP</rtpTransportType> | |
</Unicast> | |
<Multicast> | |
<enabled>true</enabled> | |
<destIPAddress>0.0.0.0</destIPAddress> | |
<videoDestPortNo>8860</videoDestPortNo> | |
<audioDestPortNo>8862</audioDestPortNo> | |
</Multicast> | |
<Security> | |
<enabled>true</enabled> | |
<certificateType>digest/basic</certificateType> | |
</Security> | |
</Transport> | |
<Video> | |
<enabled>true</enabled> | |
<videoInputChannelID>1</videoInputChannelID> | |
<videoCodecType>H.264</videoCodecType> | |
<videoScanType>progressive</videoScanType> | |
<videoResolutionWidth>2048</videoResolutionWidth> | |
<videoResolutionHeight>1536</videoResolutionHeight> | |
<videoQualityControlType>VBR</videoQualityControlType> | |
<constantBitRate>6144</constantBitRate> | |
<fixedQuality>100</fixedQuality> | |
<vbrUpperCap>6144</vbrUpperCap> | |
<vbrLowerCap>32</vbrLowerCap> | |
<maxFrameRate>200</maxFrameRate> | |
<keyFrameInterval>2000</keyFrameInterval> | |
<snapShotImageType>JPEG</snapShotImageType> | |
<H264Profile>Main</H264Profile> | |
<GovLength>4</GovLength> | |
<SVC> | |
<enabled>false</enabled> | |
</SVC> | |
<PacketType>PS</PacketType> | |
<PacketType>RTP</PacketType> | |
<smoothing>51</smoothing> | |
<H265Profile>Main</H265Profile> | |
<SmartCodec> | |
<enabled>false</enabled> | |
</SmartCodec> | |
</Video> | |
<Audio> | |
<enabled>false</enabled> | |
<audioInputChannelID>1</audioInputChannelID> | |
<audioCompressionType>G.711ulaw</audioCompressionType> | |
</Audio> | |
</StreamingChannel> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment