Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebRTC: Support configure CANDIDATE by env #3470

Merged
merged 5 commits into from
Mar 27, 2023

Conversation

winlinvip
Copy link
Member

@winlinvip winlinvip commented Mar 16, 2023

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.

If configure SRS by envirionment variables, for example:

```
SRS_HTTP_API_ENABLED=on SRS_HTTP_SERVER_ENABLED=on \
SRS_RTC_SERVER_ENABLED=on SRS_VHOST_RTC_ENABLED=on \
SRS_RTC_SERVER_CANDIDATE=\$CANDIDATE CANDIDATE=1.2.3.4 \
./objs/srs -e
```

We should parse the content of SRS_RTC_SERVER_CANDIDATE as
env variable name and parse it again.
@winlinvip winlinvip force-pushed the develop branch 3 times, most recently from c056094 to 2ac9eb8 Compare March 23, 2023 06:02
@winlinvip winlinvip requested review from mapengfei53 and removed request for chen-guanghua March 27, 2023 09:16
@winlinvip winlinvip merged commit b34255c into ossrs:develop Mar 27, 2023
winlinvip added a commit that referenced this pull request Mar 27, 2023
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 b34255c

---------

Co-authored-by: chundonglinlin <chundonglinlin@163.com>
Co-authored-by: pengfei.ma <pengfei.ma@ctechm.com>
duiniuluantanqin pushed a commit to duiniuluantanqin/srs that referenced this pull request Mar 31, 2023
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.

---------

Co-authored-by: chundonglinlin <chundonglinlin@163.com>
Co-authored-by: pengfei.ma <pengfei.ma@ctechm.com>
@winlinvip winlinvip added the TransByAI Translated by AI/GPT. label Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TransByAI Translated by AI/GPT.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants