-
Notifications
You must be signed in to change notification settings - Fork 24
/
AvProxy.xml
27 lines (27 loc) · 1000 Bytes
/
AvProxy.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
<?xml version="1.0"?>
<AvProxy Ver="1">
<Input Url="http://login:@fromsite2.com:8080/url">
<Output Name="12" Desc="desc12" AES128=1/>
</Input>
<Input Url="udp://231.1.1.1:1234?KeepAlive=61&Source=192.168.60.129&IFace=192.168.60.129">
<Output Name="udp1" Desc="udp n1" Pnr=1/>
<Output Name="udp2" Desc="udp second" Pnr=2/>
<Output Name="udpaes" AES128=1 Pnr=20>
<TsPush Url="rtp://192.168.6.131:8888?IFace=192.168.6.129"/>
<TsPush Url="udp://192.168.6.132:8888"/>
</Output>
</Input>
<Input Url="http://fromsite3.any.com/url/any">
<Output ApplePreroll=10 AppleDuration=10000 AppleIDRLimit=8000 Name="http3"/>
</Input>
<Input Url="https://user:[email protected]">
<Output Name="http4">
<TsPush Url="rtp://192.168.65.132:8888"/>
<TsPush Url="udp://192.168.65.134:8888"/>
<TsPush Url="rtp://192.168.65.135:8888"/>
</Output>
</Input>
<Input Bandwidth=3000 Url="m3u8://fromsite5.com/url/test.m3u8">
<Output Name="somename"/>
</Input>
</AvProxy>