We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b718080 commit e352610Copy full SHA for e352610
1 file changed
RTMPHaishinKit/Sources/RTMP/RTMPStream.swift
@@ -693,7 +693,7 @@ public actor RTMPStream {
693
metadata["videocodecid"] = outgoing.videoSettings.format.codecid
694
metadata["videodatarate"] = outgoing.videoSettings.bitRate / 1000
695
if let expectedFrameRate = outgoing.videoSettings.expectedFrameRate {
696
- metadata["framerate"] = outgoing.videoSettings.expectedFrameRate
+ metadata["framerate"] = expectedFrameRate
697
}
698
699
if let audioFormat = outgoing.audioInputFormat?.audioStreamBasicDescription {
0 commit comments