Hello,
I am trying to use linphone and UnicastRTP to get video.
== Using SIP VIDEO CoS mark 6
== Using SIP RTP CoS mark 5
– Executing [116@smvoice-sip:1] Answer(“SIP/123-000001bf”, “”) in new stack
– Executing [116@smvoice-sip:2] Dial(“SIP/123-000001bf”, “UnicastRTP/127.0.0.1:50000”) in new stack
– Called UnicastRTP/127.0.0.1:50000
– UnicastRTP/127.0.0.1:50000-0x7de53c004f10 answered SIP/123-000001bf
– Channel UnicastRTP/127.0.0.1:50000-0x7de53c004f10 joined ‘simple_bridge’ basic-bridge <383f257f-dacf-4a88-bb34-5093fa67957b>
– Channel SIP/123-000001bf joined ‘simple_bridge’ basic-bridge <383f257f-dacf-4a88-bb34-5093fa67957b>
[May 12 08:48:54] WARNING[1282136][C-00006701]: channel.c:5765 set_format: Unable to find a codec translation path: (ulaw) → (h264)
I get this error about the code translation???
My extension for linphone has:
disallow=all
allow=h264
allow=ulaw
allow=alaw
allow=gsm
videosupport=yes
my asterisk sip.conf has videosupport=yes
How do I get video with UnicastRTP ?
Jerry