PageRenderTime 72ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/src/IpCamEmuC/Configuration.xml

#
XML | 77 lines | 25 code | 0 blank | 52 comment | 0 complexity | 1b44f478a5c40ea328fc92b90b188aa0 MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!--
  3. QA Configuration (for data supplied with sources)
  4. Administrative Setup (one time):
  5. If your local computer user name is drweb86 and your computer name is comp, you must execute in executed in administrative mode cmd.exe as described in guide following commands,
  6. otherwise instead of computer name use your domain.
  7. netsh http add urlacl url=http://+:1777/ user=comp\drweb86 listen=yes
  8. netsh http add urlacl url=http://+:1776/ user=comp\drweb86 listen=yes
  9. netsh http add urlacl url=http://+:1775/ user=comp\drweb86 listen=yes
  10. netsh http add urlacl url=http://+:1774/ user=comp\drweb86 listen=yes
  11. netsh http add urlacl url=http://+:1880/ user=comp\drweb86 listen=yes
  12. -->
  13. <Configuration>
  14. <Servers>
  15. <Server Type="MJpeg">
  16. <Uri>http://+:1777/</Uri>
  17. <FrameDelay>1000</FrameDelay>
  18. <Source Type="folder" Name="QA Images Sequence 'A'">
  19. <Folder>..\qa\Images\Set A</Folder>
  20. <InstanciateMode>InstancePerClient</InstanciateMode>
  21. <Format>Jpeg</Format>
  22. <BufferFrames>15</BufferFrames>
  23. </Source>
  24. </Server>
  25. <Server Type="MJpeg">
  26. <Uri>http://+:1776/</Uri>
  27. <FrameDelay>10</FrameDelay>
  28. <Source Type="folder" Name="QA Images Sequence 'B'">
  29. <Folder>..\qa\Images\Set B</Folder>
  30. <InstanciateMode>InstancePerClient</InstanciateMode>
  31. <Format>Jpeg</Format>
  32. <BufferFrames>200</BufferFrames>
  33. </Source>
  34. </Server>
  35. <!--<Server Type="MJpeg">
  36. <Uri>http://+:1775/</Uri>
  37. <FrameDelay>10</FrameDelay>
  38. <Source Type="webcam" Name="QA WebCam Test (Per Server)">
  39. <InputVideoDeviceId>0</InputVideoDeviceId>
  40. <Format>Jpeg</Format>
  41. <ReadSpeed>20</ReadSpeed>
  42. <CameraRealWidth>640</CameraRealWidth>
  43. <CameraRealHeight>480</CameraRealHeight>
  44. <RotateY>false</RotateY>
  45. </Source>
  46. </Server>
  47. <Server Type="MJpeg">
  48. <Uri>http://+:1774/</Uri>
  49. <FrameDelay>100</FrameDelay>
  50. <Source Type="videoFile" Name="QA WMV Testing">
  51. <File>..\qa\Videos\REC_01.2011.wmv</File>
  52. <InstanciateMode>InstancePerClient</InstanciateMode>
  53. <Format>Jpeg</Format>
  54. <BufferFrames>10000000</BufferFrames>
  55. <TimeStart>0:00:00:10.0000</TimeStart>
  56. <TimeEnd>0:00:00:40.0000</TimeEnd>
  57. <TimeStep>0:00:00:01.0000</TimeStep>
  58. <RotateY>true</RotateY>
  59. </Source>
  60. </Server>
  61. <Server Type="MJpeg">
  62. <Uri>http://+:1880/</Uri>
  63. <FrameDelay>33</FrameDelay>
  64. <Source Type="videoFile" Name="QA AVI Testing">
  65. <File>..\qa\Videos\REC_01_2011.avi</File>
  66. <InstanciateMode>InstancePerClient</InstanciateMode>
  67. <Format>Jpeg</Format>
  68. <BufferFrames>10000000</BufferFrames>
  69. <TimeStart>0:00:00:10.0000</TimeStart>
  70. <TimeEnd>0:00:00:40.0000</TimeEnd>
  71. <TimeStep>0:00:00:01.0000</TimeStep>
  72. <RotateY>true</RotateY>
  73. </Source>
  74. </Server>-->
  75. </Servers>
  76. </Configuration>