01647

ustreamer-01647

OBSの設定ファイル

profiles\paul_ust.ini

  • PlayPathはStream Keyね.UstreamならMD5ハッシュのような32個くらいの文字列,Twitchなら長い「live_~」文字列
  • ビットレートの既定値は映像1000kbps,音声128kbpsだった.そんなに要らないよねと,それぞれ650kbps,64kbpsにした
  • あれmicvolumeはなんで1.0じゃないんだろまあいいや気にしない
  • アスカとcarte,ソース単位でなくシーン単位が適切だろう.私が,どちらか一方を排他的に流すんだから
[Audio]
MicTimeOffset=0
MicBoostMultiple=1
ForceMicMono=0
MuteDesktopHotkey=0
MuteMicHotkey=1585
PushToTalkDelay=200
PushToTalkHotkey=0
UsePushToTalk=0
DesktopVolume=1.000000
MicVolume=0.972727
Device=Default

[Video]
BaseHeight=480
BaseWidth=640
DisableAero=1
Downscale=1.000000
FPS=30
Monitor=0

[Video Encoding]
Use444=0
Quality=8
Preset=veryfast
MaxBitrate=650
BufferSize=650

[Audio Encoding]
Codec=AAC
Bitrate=64
Format=1

[Publish]
BindToIP=Default
SendBufferSize=5840
Dashboard=http://www.ustream.tv/dashboard
StartStreamHotkey=0
StopStreamHotkey=0
SavePath=
SaveToFile=0
Delay=0
AutoReconnectTimeout=10
AutoReconnect=1
URL=rtmp://1.7039725.fme.ustream.tv/ustreamVideo/7039725
PlayPath=
Mode=0
Service=0

[General]
Priority=Normal

scenes.xconfig

scenes : {
  シーン : {
    class : Scene
    sources : {
      アスカ : {
        class : DesktopImageSource
        data : {
          captureType : 1
          monitor : 0
          window : "風来のシレン外伝 女剣士アスカ見参! with AsukaLib P:Normal W:10 BGM:70 SE:70"
          windowClass : AsfPC
          innerWindow : 1
          regionCapture : 0
          captureMouse : 0
          captureLayered : 1
          captureX : 0
          captureY : 0
          captureCX : 640
          captureCY : 480
          useColorKey : 0
          keyColor : -1
          keySimilarity : 10
          keyBlend : 0
          opacity : 100
        }
        cx : 640
        cy : 480
        x : 0
        y : 0
      }
      carte : {
        class : DesktopImageSource
        data : {
          captureType : 1
          monitor : 0
          window : Carte
          windowClass : OgreD3D9Wnd
          innerWindow : 1
          regionCapture : 0
          captureMouse : 1
          captureLayered : 0
          captureX : 0
          captureY : 0
          captureCX : 1024
          captureCY : 768
          useColorKey : 0
          keyColor : -1
          keySimilarity : 10
          keyBlend : 0
          opacity : 100
        }
        cx : 640
        cy : 480
        x : 0
        y : 0
      }
    }
  }
}