I don't know if this is the good section of the forum. I use the following command to stream audio/video from VLC to Asterisk
Code: Select all
vlc Asterisk_logo.jpg --fake-duration 20000 --sout '#transcode{vcodec=H263,vb=800,width=352,height=288}:duplicate{dst=rtp{dst=10.36.1.6, port-audio=15004, port-video=19146}}'
rtp.c:1790 ast_rtp_read: Unknown RTP codec 96 received from IP
Where could be the incompatibility?
Thank