srs/trunk/src/core
john ba33bb8f8b Support set the ice-ufrag and ice-pwd for connectivity check. v5.0.191 (#3837)
Checking the HTTPS API or UDP connectivity for WHIP tests can be
difficult. For example, if the UDP port isn't available but the API is
fine, OBS only says it can't connect to the server. It's hard to see the
HTTPS API response or check if the UDP port is available.

This feature lets you set the ice username and password in SRS. You can
then send a STUN request using nc and see the response, making it easier
to check UDP port connectivity.

1. Use curl to test the WHIP API, including ice-frag and ice-pwd
queries.
2. Use nc to send a STUN binding request to test UDP connectivity.
3. If both the API and UDP are working, you should get a STUN response.

---------

Co-authored-by: john <hondaxiao@tencent.com>
2023-10-17 22:36:10 +08:00
..
srs_core_autofree.cpp Update license date to 2023. v5.0.123 2023-01-01 08:49:13 +08:00
srs_core_autofree.hpp Update license date to 2023. v5.0.123 2023-01-01 08:49:13 +08:00
srs_core_performance.cpp Update license date to 2023. v5.0.123 2023-01-01 08:49:13 +08:00
srs_core_performance.hpp Update license date to 2023. v5.0.123 2023-01-01 08:49:13 +08:00
srs_core_platform.cpp Update license date to 2023. v5.0.123 2023-01-01 08:49:13 +08:00
srs_core_platform.hpp Update license date to 2023. v5.0.123 2023-01-01 08:49:13 +08:00
srs_core_time.cpp Update license date to 2023. v5.0.123 2023-01-01 08:49:13 +08:00
srs_core_time.hpp Update license date to 2023. v5.0.123 2023-01-01 08:49:13 +08:00
srs_core_version.cpp Update license date to 2023. v5.0.123 2023-01-01 08:49:13 +08:00
srs_core_version.hpp Update license date to 2023. v5.0.123 2023-01-01 08:49:13 +08:00
srs_core_version3.cpp Update license date to 2023. v5.0.123 2023-01-01 08:49:13 +08:00
srs_core_version3.hpp Update license date to 2023. v5.0.123 2023-01-01 08:49:13 +08:00
srs_core_version4.cpp Update license date to 2023. v5.0.123 2023-01-01 08:49:13 +08:00
srs_core_version4.hpp HLS: Ignore empty NALU to avoid error. v5.0.170 2023-08-02 11:02:22 +08:00
srs_core_version5.cpp Update license date to 2023. v5.0.123 2023-01-01 08:49:13 +08:00
srs_core_version5.hpp Support set the ice-ufrag and ice-pwd for connectivity check. v5.0.191 (#3837) 2023-10-17 22:36:10 +08:00
srs_core.cpp Update license date to 2023. v5.0.123 2023-01-01 08:49:13 +08:00
srs_core.hpp Bugfix: Eliminate the redundant declaration of the _srs_rtc_manager variable. v5.0.169 (#3699) 2023-07-26 20:17:23 +08:00