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

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

Merged
merged 1 commit into from
Feb 25, 2020
Merged

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

merged 1 commit into from
Feb 25, 2020

Conversation

runner365
Copy link
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

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
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants