Skip to content

Commit ab67aaa

Browse files
authored
Create test-on.xml
0 parents  commit ab67aaa

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

test-on.xml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<teradek_encoder>
2+
<encode>
3+
<video>
4+
<quality>Custom</quality>
5+
<custom_resolution>720</custom_resolution>
6+
<custom_bitrate>1250000</custom_bitrate>
7+
<aspect>auto</aspect>
8+
<frame_rate_fraction>full</frame_rate_fraction>
9+
</video>
10+
<audio>
11+
<quality>Custom</quality>
12+
<custom_bitrate>48000</custom_bitrate>
13+
</audio>
14+
</encode>
15+
<output>
16+
<rtmp>
17+
<url>rtmp://192.168.1.62/live</url>
18+
<stream>test</stream>
19+
<username>Username</username>
20+
<password>Password</password>
21+
<adaptive_bitrate>0</adaptive_bitrate>
22+
<auto_reconnect>1</auto_reconnect>
23+
<auto_start_broadcast>1</auto_start_broadcast>
24+
</rtmp>
25+
</output>
26+
</teradek_encoder>

0 commit comments

Comments
 (0)