Update Rtmp Library#6
Open
daroltidan wants to merge 1195 commits into
Open
Conversation
Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 2.2.0 to 2.2.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.0...v2.2.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.android dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…ns.kotlin.android-2.2.10 Bump org.jetbrains.kotlin.android from 2.2.0 to 2.2.10
fix AudioUtils by @itsmeinteger
Bumps `agp` from 8.12.0 to 8.12.1. Updates `com.android.application` from 8.12.0 to 8.12.1 Updates `com.android.library` from 8.12.0 to 8.12.1 --- updated-dependencies: - dependency-name: com.android.application dependency-version: 8.12.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.android.library dependency-version: 8.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bump agp from 8.12.0 to 8.12.1
add license to pom
Bumps `agp` from 8.12.1 to 8.12.2. Updates `com.android.application` from 8.12.1 to 8.12.2 Updates `com.android.library` from 8.12.1 to 8.12.2 --- updated-dependencies: - dependency-name: com.android.application dependency-version: 8.12.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.android.library dependency-version: 8.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bump agp from 8.12.1 to 8.12.2
WhipClient could not publish to https WHIP servers: - validSchemes only allowed "http", so an https URL was rejected with "Endpoint malformed". - setAuthorization was an unimplemented TODO() that crashed any caller. - the signaling request hardcoded http:// and POSTed to only the appName path segment, using the last path segment as the token. Standard WHIP servers expect a POST to the full endpoint URL with an Authorization: Bearer token. Changes: - accept "https" in validSchemes. - build the signaling POST from the parsed scheme (https over TLS) and the full endpoint path. - implement setAuthorization to carry the Bearer token (mapped from the shared user/password API). Tested against a standard https WHIP ingest (Dolby/Millicast): the publish is accepted (201 + ICE) where it was previously rejected.
fix(whip): support https endpoints with Bearer auth
Refactor implement https and bearer auth add method addCertificates
Feature/protocols fixes
refactor ASC to share in RTMP and RTSP
Refactor bitbuffer
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.
No description provided.