update streamid decode for get more encoder such as VMIX#1615
Merged
winlinvip merged 1 commit intoossrs:developfrom Feb 25, 2020
runner365:3.0release.srt.dev
Merged
update streamid decode for get more encoder such as VMIX#1615winlinvip merged 1 commit intoossrs:developfrom runner365:3.0release.srt.dev
winlinvip merged 1 commit intoossrs:developfrom
runner365:3.0release.srt.dev
Conversation
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
winlinvip
added a commit
that referenced
this pull request
Feb 25, 2020
winlinvip
added a commit
that referenced
this pull request
Feb 25, 2020
winlinvip
reviewed
Feb 25, 2020
| return false; | ||
| pos = streamid.find("/"); | ||
| if (pos == streamid.npos) { | ||
| url_subpath = "live/" + streamid; |
Member
There was a problem hiding this comment.
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.