I am struggling with asterisk video codec.
Currently i am using sipml5 for webrtc calling in asterisk.I want to enable video call in sipml5.so which codec to be used for video calling where i want to download or purchase?
Asterisk does not perform video transcoding, so there are no codec implementations for video included in the tree. For WebRTC it can pass through H.264, VP8, and VP9.
ok @jcolp i am clear in what i am doing and happening …
I am successful with the audio calling through webrtc in asterisk 15 …
Now i want to enable the video calling for that i need some guidance.the video calling is not passed through Vp8 codec…it just shows black screen and the audio flows between peers
It may be that the browser these days requires bundle and the non-bundle code is broken, in which case you’d have to use PJSIP. I use video daily with PJSIP on WebRTC including for conferences and it is fine, but chan_sip I don’t know the state of.
i am getting below error while calling from pjsip endpoints
[Mar 29 12:06:57] ERROR[14124]: res_rtp_asterisk.c:1999 ast_rtp_dtls_set_configuration: Specified private key for RTP instance ‘0x7fb08c089280’ could not be used
[Mar 29 12:06:57] ERROR[14124]: res_pjsip_sdp_rtp.c:901 setup_dtls_srtp: Attempted to set an invalid DTLS-SRTP configuration on RTP instance ‘0x7fb08c089280’