asterisk12 と sipML5 のデモサイトでお互いに動画を送ることはできますか? 音声は聞こえますが、ビデオは黒い画面です... sip.conf を次のように設定します。
[general]
videosupport=yes
[6001]
host=dynamic
secret=1234
context=from-internal
type=friend
encryption=yes
avpf=yes
force_avp=yes
icesupport=yes
directmedia=no
disallow=all
allow=ulaw
allow=alaw
allow=gsm
allow=h261
allow=h263
allow=h264
allow=vp8
dtlsenable=yes
dtlsverify=fingerprint
dtlscertfile=/etc/asterisk/keys/asterisk.pem
dtlscafile=/etc/asterisk/keys/ca.crt
dtlssetup=actpass
[6002]
host=dynamic
secret=1234
context=from-internal
type=friend
encryption=yes
avpf=yes
force_avp=yes
icesupport=yes
directmedia=no
disallow=all
allow=ulaw
allow=alaw
allow=gsm
allow=h261
allow=h263
allow=h264
allow=vp8
dtlsenable=yes
dtlsverify=fingerprint
dtlscertfile=/etc/asterisk/keys/asterisk.pem
dtlscafile=/etc/asterisk/keys/ca.crt
dtlssetup=actpass
私の環境、sipml5 デモ サイト http://sipml5.org/call.htm?svn=224
asterisk 2014-08-01 08:22:18 UTC に Linux を実行している x86_64 上で root @ 48asterisk によってビルドされた asterisk 12.4.0
OS デビアン 7.6
ご協力ありがとうございます。