Alfred E. Heggestad writes:
> I have tested VP9 on Debian 10 and I dont get any warnings
> at all:
>
> rtcsession: start video
> Set video encoder: VP9 (2000000 bit/s, 30.00 fps)
> cairo: surface with format 0 (352 x 288) stride=1408
> cairo: scaling logo '/usr/local/share/baresip/logo.png' from 1241 x 272 to 176.0 x 38.5
> stream: incoming rtp for 'audio' established, receiving from
10.0.1.10:51767
> rtcsession: rtp established (audio)
> stream: incoming rtp for 'video' established, receiving from
10.0.1.10:65233
> rtcsession: rtp established (video)
> Set video decoder: VP9
> vp9: encoder opened, picture size 352 x 288
> vp9: decode: ss n_s=0 y=1 g=1
> audio: Set audio decoder: opus 48000Hz 2ch
> video: receiving with resolution 352 x 288 and format 'yuv420p'
> vp9: decode: ss n_s=0 y=1 g=1
> vp9: decode: ss n_s=0 y=1 g=1
> vp9: decode: ss n_s=0 y=1 g=1
> vp9: decode: ss n_s=0 y=1 g=1
> vp9: decode: ss n_s=0 y=1 g=1
> vp9: decode: ss n_s=0 y=1 g=1
> vp9: decode: ss n_s=0 y=1 g=1
I made new tests against latest stable versions of firefox and chrome
and still got the warnings. Baresip is not sending out video stream.
I added vpx_codec_version_str() call to the warning and result is below.
My test call is not same as yours, since I'm using v4l2.so video source
if it matters.
-- Juha
------------------------------
call: connecting to '
sip:te...@lab.tutpro.com'..
call: SIP Progress: 100 Trying (/)
call: SIP Progress: 100 Trying (/)
call: SIP Progress: 180 Ringing (/)
stream: update 'audio'
stream: update 'video'
audio: Set audio decoder: opus 48000Hz 2ch
audio: player started with sample format S16LE
audio: Set audio encoder: opus 48000Hz 2ch
audio: source started with sample format S16LE
audio tx pipeline: alsa ---> opus
audio rx pipeline: alsa <--- opus
Set video encoder: VP9 (500000 bit/s, 25.00 fps)
v4l2: /dev/video0: found valid V4L2 device (352 x 288) pixfmt=YUYV
v4l2: Current input: "Camera 1"
v4l2: current framerate is 30.00 fps
Set video decoder: VP9
+
35862...@lab.tutpro.com: Call established:
sip:te...@lab.tutpro.com
stream: incoming rtp for 'audio' established, receiving from
192.26.111.29:60388
vp9: enc init: v1.7.0-110-gedc9a4687, ABI version mismatch
vp9: enc init: v1.7.0-110-gedc9a4687, ABI version mismatch
vp9: enc init: v1.7.0-110-gedc9a4687, ABI version mismatch
...