refs #278
This commit is contained in:
parent
a38799de07
commit
5d7af68646
2
Cartfile
2
Cartfile
|
@ -1 +1 @@
|
|||
github "shogo4405/Logboard" ~> 1.0.0
|
||||
github "shogo4405/Logboard" ~> 1.0.1
|
||||
|
|
|
@ -52,10 +52,8 @@ final class LiveViewController: UIViewController {
|
|||
"continuousExposure": true,
|
||||
]
|
||||
rtmpStream.videoSettings = [
|
||||
"width": 1280,
|
||||
"height": 720,
|
||||
"bitrate": 900 * 1024,
|
||||
"profileLevel": kVTProfileLevel_H264_Baseline_AutoLevel,
|
||||
"width": 720,
|
||||
"height": 1280,
|
||||
]
|
||||
rtmpStream.audioSettings = [
|
||||
"sampleRate": sampleRate
|
||||
|
|
Loading…
Reference in New Issue