raccy / obs-rtmp-nicolive

ニコニコ生放送用 OBS Studio プラグイン
MIT License
57 stars 8 forks source link

OBS Studio 23.0でニコ生プラグイン(obs-rtmp-nicolive)が動作しない #36

Open style1925 opened 5 years ago

style1925 commented 5 years ago

追記 (2020年02月21日加筆) 【ユーザー生放送】配信用のストリーム情報を放送者ごとに固定しました https://blog.nicovideo.jp/niconews/128534.html ニコ生プラグインを使用しなくても大丈夫になりました。

追記 (2019年03月11日 23時35分頃加筆) ニコニコ運営生放送 2時間34分42秒~にて 今後の予定に「配信URL・ストリームキー固定」がありました。 この予定が実行されるとニコ生プラグインが必要無くなると思います。 取り急ぎ情報として。 streamkey

バグの概要 OBS Studio 23.0 で「配信種別」が廃止されて「ニコ生プラグイン」が表示されなくなった

再現手順 OBS Studio 23.0.x以降を入手して、ニコ生プラグインを導入する https://github.com/obsproject/obs-studio/releases

スクリーンショット default

バグが発生した環境 ・OBS Studio 23.0.x以降 ・ニコ生プラグイン v2.1.0 + v2.2.0-pre2

補足 「配信種別」廃止の経緯? https://github.com/obsproject/obs-studio/pull/1579 * Improves the user experience for both the auto-configuration dialog and the stream page, removing the redundant "service type" option, and consolidates all services (including "custom") in to a single service-selection drop down. In addition, instead of selecting "Show all" as a checkbox, it is now present in the drop-down at the bottom.

回避策

  1. バージョン 22.0.xに戻す ニコ生プラグインは v2.1.0 を使用する

Windowsの場合(22.0.2) https://github.com/obsproject/obs-studio/releases/tag/22.0.2 64bit環境(インストーラー) OBS-Studio-22.0.2-Full-Installer-x64.exe 32bit環境(インストーラー) OBS-Studio-22.0.2-Full-Installer-x86.exe

macOSの場合(22.0.3) https://github.com/obsproject/obs-studio/releases/tag/22.0.3 obs-mac-22.0.3-installer.pkg

  1. プラグインの使用を辞める 手動でrtmp/ストリームキーをOBS側に入力する。 ※今後配信URL/ストリームキー固定化の予定あるようです。(下記参照)

  2. 別の補助ツールを使う

追記 ・22.0.2(またはそれ以下)から23.0にアップデートした場合 「設定 > 配信」を変更しなければ「配信開始」は可能

・23.0で初めて導入した場合 「配信種別」が廃止されたので使えない ただし23.0でも設定ファイル(service.json)を直接変更すれば、ニコ生プラグインの設定は変更出来て配信開始する事は可能 C:\Users\ユーザー名\AppData\obs-studio\basic\profiles(プロファイル名)\service.json

service.json に関して (true = 有効 / false = 無効) adjust_bitrate : 映像ビットレートを自動調節 auto_start : 自動で配信開始と枠移動を行う mail : メールアドレス password : パスワード watch_interval : 監視間隔 (秒)

{
    "settings": {
        "adjust_bitrate": true,
        "auto_start": false,
        "mail": "hoge(@)hoge",
        "password": "hogehoge",
        "watch_interval": 60
    },
    "type": "rtmp_nicolive"
}