Nginxのサイマル配信を検証する #170
TakumaNakagame
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
構成:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
ゴール
Nginxを使ったサイマル配信が適切に行える
nginx:obs = 1:3環境で実用できる注意点
Nginxを利用するケース
OP/EDのサイマル配信
現地の映像をすべてのトラックで再生する
リモート登壇
StreamYardでの登壇映像をNginxを介してOBSに届ける。
かつ、映像は特定トラックのみで配信される。
ネタ帳
バージョン情報
27.2.4https://github.com/obsproject/obs-studio/releases/tag/27.2.4Nginxに映像を送る方法
OBSの配信設定より以下を設定する
カスタムrtmp://nginx0{1,2}.cloudnativedays.jp:10002/live配信された映像をVLCで見る
VLCメディアプレーヤーの「メディア」→「ネットワークストリームを開く」を選択
rtmp://nginx0{1,2}.cloudnativedays.jp:10002/live/{ストリームキー}例:
rtmp://nginx01.cloudnativedays.jp:10002/live/kameneko配信された映像をOBSで見る
ソースより、「メディアソース」を選択
無効無効2MBrtmp://nginx0{1,2}.cloudnativedays.jp:10002/live/{ストリームキー}例:
rtmp://nginx01.cloudnativedays.jp:10002/live/kamenekortmp10 S無効有効無効自動無効無効接続先
各パスワードはいつものやつ
switcher{1,2,3}.cloudnativedays.jpnginx0{1,2,3}.cloudnativedays.jp192.168.71.2{1,2,3}Beta Was this translation helpful? Give feedback.
All reactions