This commit is contained in:
shogo4405 2017-08-09 23:13:31 +09:00
parent a38799de07
commit 5d7af68646
2 changed files with 3 additions and 5 deletions

View File

@ -1 +1 @@
github "shogo4405/Logboard" ~> 1.0.0
github "shogo4405/Logboard" ~> 1.0.1

View File

@ -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