You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
srs/trunk/auto
Winlin fdaab863dc WebRTC: Support configure CANDIDATE by env (#3470)
In dockerfile, we can set the default RTC candidate to env:

```
ENV SRS_RTC_SERVER_CANDIDATE=\$CANDIDATE
CMD ["./objs/srs", "-e"]
```

When starts a docker container, user can setup the candidate by env:

```
docker run --rm -it --env CANDIDATE=1.2.3.4 ossrs/srs:5
```

We should parse the content of SRS_RTC_SERVER_CANDIDATE as env variable name and parse it again.

PICK b34255c3d0

---------

Co-authored-by: chundonglinlin <chundonglinlin@163.com>
Co-authored-by: pengfei.ma <pengfei.ma@ctechm.com>
2 years ago
..
apps.sh For #2532: Windows: Replace ln by cp for windows. v5.0.87 (#3246) 2 years ago
auto_headers.sh FFmpeg: Support build with FFmpeg native opus. v5.0.131 (#3140) 2 years ago
codecov.sh For #2532: Windows: Replace ln by cp for windows. v5.0.87 (#3246) 2 years ago
depends.sh WebRTC: Support configure CANDIDATE by env (#3470) 2 years ago
local_ip.sh update readme. 11 years ago
modules.sh For #2532: Windows: Replace ln by cp for windows. v5.0.87 (#3246) 2 years ago
options.sh Support configure for generic linux. v5.0.145, v6.0.32 (#3445) 2 years ago
reset_module.sh Moduels: Refine the description 4 years ago
setup_variables.sh Script: Discover version from code. 2 years ago
summary.sh For #2532: Windows: Replace ln by cp for windows. v5.0.87 (#3246) 2 years ago
utest.sh For #2532: Windows: Support CYGWIN64 for SRS (#3255) 2 years ago