File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 9
9
``` yaml
10
10
streams :
11
11
rtmp-reolink1 : rtmp://192.168.10.92/bcs/channel0_main.bcs?channel=0&stream=0&user=admin&password=password
12
- rtmp-reolink2 : rtmp://192.168.10.92/bcs/channel0_main.bcs?channel=0&stream=0&user=admin&password=password
12
+ rtmp-reolink2 : rtmp://192.168.10.92/bcs/channel0_sub.bcs?channel=0&stream=1&user=admin&password=password
13
+ rtmp-reolink3 : rtmp://192.168.10.92/bcs/channel0_ext.bcs?channel=0&stream=1&user=admin&password=password
13
14
` ` `
14
15
15
16
## Tested server
Original file line number Diff line number Diff line change @@ -14,11 +14,13 @@ streams:
14
14
15
15
# known RTMP sources
16
16
rtmp-reolink1 : rtmp://192.168.10.92/bcs/channel0_main.bcs?channel=0&stream=0&user=admin&password=password
17
- rtmp-reolink2 : rtmp://192.168.10.92/bcs/channel0_main.bcs?channel=0&stream=0&user=admin&password=password
17
+ rtmp-reolink2 : rtmp://192.168.10.92/bcs/channel0_sub.bcs?channel=0&stream=1&user=admin&password=password
18
+ rtmp-reolink3 : rtmp://192.168.10.92/bcs/channel0_ext.bcs?channel=0&stream=1&user=admin&password=password
18
19
19
20
# known HTTP sources
20
21
http-reolink1 : http://192.168.10.92/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password
21
- http-reolink2 : http://192.168.10.92/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=password
22
+ http-reolink2 : http://192.168.10.92/flv?port=1935&app=bcs&stream=channel0_sub.bcs&user=admin&password=password
23
+ http-reolink3 : http://192.168.10.92/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=password
22
24
23
25
# known ONVIF sources
24
26
onvif-dahua1 : onvif://admin:password@192.168.10.90?subtype=MediaProfile00000
You can’t perform that action at this time.
0 commit comments