forked from roleoroleo/onvif_simple_server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGetVideoEncoderConfigurations_both.xml
75 lines (75 loc) · 3.85 KB
/
GetVideoEncoderConfigurations_both.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope"
xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:chan="http://schemas.microsoft.com/ws/2005/02/duplex"
xmlns:wsa5="http://www.w3.org/2005/08/addressing"
xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2"
xmlns:wsrfbf="http://docs.oasis-open.org/wsrf/bf-2"
xmlns:xmime="http://tempuri.org/xmime.xsd"
xmlns:xop="http://www.w3.org/2004/08/xop/include"
xmlns:tt="http://www.onvif.org/ver10/schema"
xmlns:wstop="http://docs.oasis-open.org/wsn/t-1"
xmlns:tds="http://www.onvif.org/ver10/device/wsdl"
xmlns:tev="http://www.onvif.org/ver10/events/wsdl"
xmlns:tptz="http://www.onvif.org/ver20/ptz/wsdl"
xmlns:trt="http://www.onvif.org/ver10/media/wsdl"
xmlns:tr2="http://www.onvif.org/ver20/media/wsdl"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"
xmlns:wsc="http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512"
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<SOAP-ENV:Body>
<tr2:GetVideoEncoderConfigurationsResponse>
<tr2:Configurations Profile="High"
GovLength="40"
token="Profile_0_VideoEncoderToken">
<tt:Name>Profile_0_VideoEncoder</tt:Name>
<tt:UseCount>1</tt:UseCount>
<tt:Encoding>%VIDEO_ENCODING_HIGH%</tt:Encoding>
<tt:Resolution>
<tt:Width>%WIDTH_HIGH%</tt:Width>
<tt:Height>%HEIGHT_HIGH%</tt:Height>
</tt:Resolution>
<tt:Quality>10</tt:Quality>
<tt:RateControl>
<tt:FrameRateLimit>30</tt:FrameRateLimit>
<tt:BitrateLimit>5000</tt:BitrateLimit>
</tt:RateControl>
<tt:Multicast>
<tt:Address>
<tt:Type>IPv4</tt:Type>
</tt:Address>
<tt:Port>0</tt:Port>
<tt:TTL>0</tt:TTL>
<tt:AutoStart>false</tt:AutoStart>
</tt:Multicast>
</tr2:Configurations>
<tr2:Configurations Profile="Main"
GovLength="40"
token="Profile_1_VideoEncoderToken">
<tt:Name>Profile_1_VideoEncoder</tt:Name>
<tt:UseCount>1</tt:UseCount>
<tt:Encoding>%VIDEO_ENCODING_LOW%</tt:Encoding>
<tt:Resolution>
<tt:Width>%WIDTH_LOW%</tt:Width>
<tt:Height>%HEIGHT_LOW%</tt:Height>
</tt:Resolution>
<tt:Quality>10</tt:Quality>
<tt:RateControl>
<tt:FrameRateLimit>30</tt:FrameRateLimit>
<tt:BitrateLimit>5000</tt:BitrateLimit>
</tt:RateControl>
<tt:Multicast>
<tt:Address>
<tt:Type>IPv4</tt:Type>
</tt:Address>
<tt:Port>0</tt:Port>
<tt:TTL>0</tt:TTL>
<tt:AutoStart>false</tt:AutoStart>
</tt:Multicast>
</tr2:Configurations>
</tr2:GetVideoEncoderConfigurationsResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>