Skip to content

Commit

Permalink
Create FAQ.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nakakura committed Jul 2, 2018
1 parent 74007b6 commit 0c8b21d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions FAQ.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## 要注意点について

### Video/Audioが出ない

通信中にKeyframeが欠損した場合、次のKeyframe受信まで映像が正常に表示できません。これを避けるため、次の点を確認して下さい。

1. 受信側の再生アプリケーション起動後にRTPを送信開始する
2. "/media/connections/#{media_connection_id}/events" を監視し "STREAM" イベント(*)発火後にRTPメディアを送信する

*このイベントは、STUNパケットを受信したタイミングで発火しますので、相手側がRTPパケットを送信していなくても、MediaStream確立に成功した時点で発火します。

0 comments on commit 0c8b21d

Please sign in to comment.