-
Notifications
You must be signed in to change notification settings - Fork 1
/
run.sh
51 lines (50 loc) · 1.11 KB
/
run.sh
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
#!/bin/bash
#
# analyze | test | probe => analyze streams
#
# report => generate report text/json data
#
# plot | chart => produce html with charts
./va-tool analyze \
--daemonize \
--foreground \
--vvv \
- \
239.255.1.1:5500 \
-id=1 \
-name "tears-of-steel-HD" \
-map all \
-o file:///tmp/239-255-1-1-5500.ts \
udp://239.255.1.2:5500 \
-id 2 \
-name "tears-of-steel-SD" \
-metrics "bitrate" \
-metrics "iat" \
-metrics "mlr" \
-map all \
-metrics "bitrate" \
-o file:///tmp/239-255-1-2-5500-1.ts \
-o file:///tmp/239-255-1-2-5500-2.ts \
-map v \
-metrics "bitrate" \
-o file:///tmp/{{id}}.{{ext}} \
-map 0xC0 \
-map 125 \
-map a \
-metrics "bitrate" \
-o file:///tmp/{{i-u-host}}-{{i-u-port}}-{{pid}}-1.{{ext}} \
-o file:///tmp/{{i-u-host}}-{{i-u-port}}-{{pid}}-2.{{ext}} \
-map unk \
-metrics "bitrate" \
-o file:///tmp/{{i-u-host}}-{{i-u-port}}-{{pid}}-1.dump \
udp://239.255.1.3:5500 \
-id 3 \
-name="big-buck-bunny-HD" \
\
"http://online.video.rbc.ru/online/rbctv_480p/index.m3u8" \
\
-i /tmp/va-dumps/1.ts \
\
"$@" \
-- \
file:///tmp/va-dumps/2.ts