linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-users] rtsp stream


From: Алексей Полуков
Subject: [Linphone-users] rtsp stream
Date: Mon, 03 Feb 2020 14:28:06 +0300

 
 
I am use ip camera with v4l2loopback and this command to put videostream into device
ffmpeg -rtsp_transport tcp -i "rtsp://admin:admin@${CAMERAADDR}/" -fflags nobuffer -f:v mpegts -probesize 8192 -pix_fmt yuvj422p -r 20 -f v4l2 /dev/video0 -f alsa hw:0,0 >/dev/null 2>&1
and this work correctly to record video.
But didn't work to make a video call with this trouble:swscaler deprecated pixel format userd, make sure you didi set range correctly.
What settings shout I change and where to fix this?
Sorry for my english.
All it executed on orangepi
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]