Skip to content

update streamid decode for get more encoder such as VMIX#1615

Merged
winlinvip merged 1 commit intoossrs:developfrom
runner365:3.0release.srt.dev
Feb 25, 2020
Merged

update streamid decode for get more encoder such as VMIX#1615
winlinvip merged 1 commit intoossrs:developfrom
runner365:3.0release.srt.dev

Conversation

@runner365
Copy link
Copy Markdown
Contributor

update streamid decode for get more encoder such as VMIX.

If streamid is "123456", the rtmp address become rtmp://127.0.0.1/live/123456 in default publish mode.
This is for encoder such as VMIX.

@codecov-io
Copy link
Copy Markdown

codecov-io commented Feb 24, 2020

Codecov Report

Merging #1615 into develop will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1615      +/-   ##
===========================================
- Coverage    68.76%   68.75%   -0.01%     
===========================================
  Files           96       96              
  Lines        40614    40614              
===========================================
- Hits         27927    27926       -1     
- Misses       12687    12688       +1
Impacted Files Coverage Δ
trunk/src/core/srs_core_autofree.hpp 88.88% <0%> (-11.12%) ⬇️
trunk/src/service/srs_service_utility.cpp 77.84% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d8419bd...bbfa552. Read the comment docs.

TRANS_BY_GPT3

@winlinvip winlinvip merged commit 1e99867 into ossrs:develop Feb 25, 2020
winlinvip added a commit that referenced this pull request Feb 25, 2020
return false;
pos = streamid.find("/");
if (pos == streamid.npos) {
url_subpath = "live/" + streamid;
Copy link
Copy Markdown
Member

@winlinvip winlinvip Feb 25, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

90afd06

Specify the default app name in the configuration file, which is set to "live" by default.

TRANS_BY_GPT3

winlinvip added a commit that referenced this pull request Feb 26, 2020
@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.

Development

Successfully merging this pull request may close these issues.

3 participants