mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for tcurl is already containing stream and param, don't need to add to it again
This commit is contained in:
parent
0f791cbf06
commit
036d3c0019
1 changed files with 0 additions and 5 deletions
|
@ -52,11 +52,6 @@ void srs_discovery_tc_url(string tcUrl, string& schema, string& host, string& vh
|
||||||
// rtmp://ip/app?vhost=VHOST/stream
|
// rtmp://ip/app?vhost=VHOST/stream
|
||||||
string fullUrl = srs_string_replace(tcUrl, "...vhost...", "?vhost=");
|
string fullUrl = srs_string_replace(tcUrl, "...vhost...", "?vhost=");
|
||||||
|
|
||||||
// Standard URL is:
|
|
||||||
// rtmp://ip/app/app2/stream?k=v
|
|
||||||
// Where after last slash is stream.
|
|
||||||
fullUrl += stream.empty() ? "/" : (stream.at(0) == '/' ? stream : "/" + stream);
|
|
||||||
|
|
||||||
// First, we covert the FMLE URL to standard URL:
|
// First, we covert the FMLE URL to standard URL:
|
||||||
// rtmp://ip/app/app2?k=v/stream , or:
|
// rtmp://ip/app/app2?k=v/stream , or:
|
||||||
// rtmp://ip/app/app2#k=v/stream
|
// rtmp://ip/app/app2#k=v/stream
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue