where 12345 is the code required by webcam and 554 is the rtsp port.
When I start a video call appear the following errors:
WARNING: app_rtsp.c:1037 rtsp_play: >rtsp play
WARNING: app_transcoder.c:963 app_transcode:>Transcoding[,s@camera1,h263@qcif/fps=10/kb=52/qmin=4/qmax=12/gs=50]
WARNING: channel.c:2781 set_format: Unable to find a codec translation path form unknown to unknown
asterisk: symbol lookup error: /usr/lib/asterisk/modules/app_transcoder.so: undefined synbol: sws_getContext
Posted: Fri May 22, 2009 10:09 am Post subject: [Asterisk-video] symbol lookup errors sws_getContext
You probably built the app_transcode application with an ffmpeg lib that
you downloaded and when it runs, it loads uses another library that may
come with your system.
Check how many ffmpeg libs you have and which version you are using. The
symbol that you mention is most probably from the libswscale.so (used to
resize the pictures).
where 12345 is the code required by webcam and 554 is the rtsp port.
When I start a video call appear the following errors:
WARNING: app_rtsp.c:1037 rtsp_play: >rtsp play
WARNING: app_transcoder.c:963 app_transcode:>Transcoding[,s@camera1,h263@qcif/fps=10/kb=52/qmin=4/qmax=12/gs=50]
WARNING: channel.c:2781 set_format: Unable to find a codec translation path form unknown to unknown
asterisk: symbol lookup error: /usr/lib/asterisk/modules/app_transcoder.so: undefined synbol: sws_getContext
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum