-
Notifications
You must be signed in to change notification settings - Fork 23
MEDIA-4876: add support for bigger data channel message size #409
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
Open
reddvl1980
wants to merge
24
commits into
master
Choose a base branch
from
MEDIA-4876-pr
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
553c4a5
MEDIA-4876: use PoolBuffer for data channel messages
reddvl1980 42fa29a
MEDIA-4876: add 'max-message-size' to conf actions reply's 'data' sec…
reddvl1980 18257bc
MEDIA-4876: add unit tests
reddvl1980 3ab538c
MEDIA-4876: address PR issues (cpp-check)
reddvl1980 26081e4
MEDIA-4876: address PR issues (include folder fix)
reddvl1980 a92482c
MEDIA-4876: delete unnecessary IEngine
reddvl1980 9c7e129
MEDIA-4876: address PR issues (rename)
reddvl1980 7d36059
MEDIA-4876: address dynamic memory issues
reddvl1980 fce5c0d
MEDIA-4876: pass PoolBuffer instead of copying
reddvl1980 1eb3951
MEDIA-4876: fix custom deleter for PoolBuffer
reddvl1980 0026d95
MEDIA-4876: get rid of AsIs and NullTerminated helpers
reddvl1980 4b3e597
MEDIA-4876: make sendSctp accept PoolBuffer rather then data*,len
reddvl1980 92abf83
MEDIA-4876: wip
reddvl1980 5fc2160
MEDIA-4876: address cpp-check issue
reddvl1980 e4eccd0
MEDIA-4876: renamed WebRtcDataStream::onSctpMessage -> onSctpMessageB…
reddvl1980 daa24f2
MEDIA-4876: get rid of use getReadonlyBuffer() in EngineMixer::sendEn…
reddvl1980 88835b8
MEDIA-4876: get rid of use getReadonlyBuffer() in EngineMixer::proces…
reddvl1980 6939267
MEDIA-4876: fix typo in unit test detected by DCheck build
reddvl1980 83a64ab
MEDIA-4876: add graceful termination of MixerManger to DataCHannelMes…
reddvl1980 5e980af
MEDIA-4876: PoolBuffer mem optimizaton 1/2
reddvl1980 5377830
MEDIA-4876: PoolBuffer mem optimization 2/2
reddvl1980 d1438b5
MEDIA-4876: remove view() class from PoolBuffer
reddvl1980 a95ec93
MEDIA-4876: renamed PoolBuffer read/write to copyFrom/copyTo
reddvl1980 e3c6925
MEDIA-4876: get rid of getContinuesBuffer in favor of on-stack variab…
reddvl1980 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -37,3 +37,9 @@ git_version.* | |
| versioninfo.txt | ||
| rtprcv-* | ||
| _bwelogs* | ||
|
|
||
| # Executables | ||
| smb | ||
| UnitTest2 | ||
| UnitTest | ||
| LoadTest | ||
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -140,5 +140,6 @@ struct Video | |
| struct Data | ||
| { | ||
| uint32_t port; | ||
| uint32_t maxMessageSize; | ||
| }; | ||
| } // namespace api | ||
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.