Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <StreamingChannel version="2.0"
  3. xmlns="http://www.hikvision.com/ver20/XMLSchema">
  4. <id opt="1">101</id>
  5. <channelName>Camera 01</channelName>
  6. <enabled opt="true">true</enabled>
  7. <Transport>
  8. <maxPacketSize opt="1000">1000</maxPacketSize>
  9. <ControlProtocolList>
  10. <ControlProtocol>
  11. <streamingTransport opt="RTSP,HTTP">RTSP</streamingTransport>
  12. </ControlProtocol>
  13. </ControlProtocolList>
  14. <Unicast>
  15. <enabled opt="true">true</enabled>
  16. <rtpTransportType opt="RTP/TCP">RTP/TCP</rtpTransportType>
  17. </Unicast>
  18. <Security>
  19. <enabled opt="true,false">false</enabled>
  20. </Security>
  21. </Transport>
  22. <Video>
  23. <enabled opt="true">true</enabled>
  24. <videoInputChannelID opt="1">1</videoInputChannelID>
  25. <videoCodecType opt="H.264">H.264</videoCodecType>
  26. <videoScanType opt="progressive">progressive</videoScanType>
  27. <videoResolutionWidth opt="1280,2048">2048</videoResolutionWidth>
  28. <videoResolutionHeight opt="1280,2048">2048</videoResolutionHeight>
  29. <videoQualityControlType opt="CBR,VBR">VBR</videoQualityControlType>
  30. <constantBitRate min="32" max="16384">4096</constantBitRate>
  31. <fixedQuality opt="1,20,40,60,80,100">60</fixedQuality>
  32. <vbrUpperCap min="32" max="16384">4096</vbrUpperCap>
  33. <vbrLowerCap>32</vbrLowerCap>
  34. <maxFrameRate opt="1250,1200,1000,800,600,400,200,100,50,25,12,6">1200</maxFrameRate>
  35. <keyFrameInterval min="83" max="20833">4166</keyFrameInterval>
  36. <snapShotImageType opt="JPEG">JPEG</snapShotImageType>
  37. <H264Profile opt="Baseline,Main,High">Main</H264Profile>
  38. <GovLength min="1" max="250">50</GovLength>
  39. <SVC>
  40. <enabled opt="ture,false">false</enabled>
  41. <SVCMode opt="manual,auto">manual</SVCMode>
  42. </SVC>
  43. <smoothing min="1" max="100">50</smoothing>
  44. <isSupportRegionClip>true</isSupportRegionClip>
  45. </Video>
  46. <Audio>
  47. <enabled opt="true,false">false</enabled>
  48. <audioInputChannelID>1</audioInputChannelID>
  49. <audioCompressionType opt="G.722.1,G.711ulaw,G.711alaw,MP2L2,G.726,PCM">G.711ulaw</audioCompressionType>
  50. </Audio>
  51. <isSpportDynamicCapWithCondition>false</isSpportDynamicCapWithCondition>
  52. </StreamingChannel>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement