Advertisement
Guest User

ONVIF_GetVideoEncoderConfiguration

a guest
Apr 12th, 2016
1,268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. 1 (VideoEncoderConfiguration){
  2. 2 _token = "main_video_encoder_cfg_token"
  3. 3 Name = "main_video_encoder_cfg"
  4. 4 UseCount = 1
  5. 5 Encoding = "H264"
  6. 6 Resolution =
  7. 7 (VideoResolution){
  8. 8 Width = 1280
  9. 9 Height = 720
  10. 10 }
  11. 11 Quality = 6.0
  12. 12 RateControl =
  13. 13 (VideoRateControl){
  14. 14 FrameRateLimit = 25
  15. 15 EncodingInterval = 40
  16. 16 BitrateLimit = 2048
  17. 17 }
  18. 18 H264 =
  19. 19 (H264Configuration){
  20. 20 GovLength = 50
  21. 21 H264Profile = "Baseline"
  22. 22 }
  23. 23 Multicast =
  24. 24 (MulticastConfiguration){
  25. 25 Address =
  26. 26 (IPAddress){
  27. 27 Type = "IPv4"
  28. 28 IPv4Address = "0.0.0.0"
  29. 29 IPv6Address = ""
  30. 30 }
  31. 31 Port = 0
  32. 32 TTL = 3
  33. 33 AutoStart = False
  34. 34 }
  35. 35 SessionTimeout = "PT0H0M0.010S"
  36. 36 }
  37. 37 (VideoEncoderConfiguration){
  38. 38 _token = "sub_video_encoder_cfg_token"
  39. 39 Name = "sub_video_encoder_cfg"
  40. 40 UseCount = 1
  41. 41 Encoding = "H264"
  42. 42 Resolution =
  43. 43 (VideoResolution){
  44. 44 Width = 640
  45. 45 Height = 352
  46. 46 }
  47. 47 Quality = 6.0
  48. 48 RateControl =
  49. 49 (VideoRateControl){
  50. 50 FrameRateLimit = 25
  51. 51 EncodingInterval = 40
  52. 52 BitrateLimit = 512
  53. 53 }
  54. 54 H264 =
  55. 55 (H264Configuration){
  56. 56 GovLength = 50
  57. 57 H264Profile = "Baseline"
  58. 58 }
  59. 59 Multicast =
  60. 60 (MulticastConfiguration){
  61. 61 Address =
  62. 62 (IPAddress){
  63. 63 Type = "IPv4"
  64. 64 IPv4Address = "0.0.0.0"
  65. 65 IPv6Address = ""
  66. 66 }
  67. 67 Port = 0
  68. 68 TTL = 3
  69. 69 AutoStart = False
  70. 70 }
  71. 71 SessionTimeout = "PT0H0M0.010S"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement