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

Extending NetConnection connect Command(fourCcList) #1433

Merged
merged 1 commit into from
May 4, 2024

Conversation

shogo4405
Copy link
Collaborator

Description & motivation

  • Support NetConnection connect Command(fourCcList)

Type of change

  • New feature (non-breaking change which adds functionality)

Screenshots:

@shogo4405 shogo4405 added this to the 1.8.1 milestone May 3, 2024
@@ -42,6 +42,8 @@ public class RTMPConnection: EventDispatcher {
public static let defaultWindowSizeS: Int64 = 250000
/// The supported protocols are rtmp, rtmps, rtmpt and rtmps.
public static let supportedProtocols: Set<String> = ["rtmp", "rtmps", "rtmpt", "rtmpts"]
/// The supported fourCcList are hvc1.
public static let supportedFourCcList = ["hvc1"]
Copy link

Choose a reason for hiding this comment

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

⚠️ The 'stat' is the require reason api. Please check privacy manifest files.

@shogo4405 shogo4405 marked this pull request as ready for review May 3, 2024 15:34
@shogo4405 shogo4405 merged commit 1f14f35 into main May 4, 2024
2 checks passed
@shogo4405 shogo4405 deleted the feature/rtmp-connection-supported-fourcc-list branch May 4, 2024 05:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant