rtsp+tls example: need help

Sebastian Dröge sebastian at centricular.com
Mon Dec 16 01:49:53 PST 2013


On So, 2013-12-15 at 20:43 -0800, jie wrote:
> I found an rtsp + tls example in 'gst-rtsp-server/examples/test-video.c'. In
> server side: I click "./test-video". Terminal displayed as : "stream ready
> at rtsp://127.0.0.1:8554/test"
> 
> So in client side, when I try "GST_DEBUG=3 gst-launch-1.0 rtspsrc
> [...]
> In server side, it displayed as: 
> jenny at Jenny-T510:~/git/gst-rtsp-server/examples$ ./test-video
> stream ready at rtsp://127.0.0.1:8554/test
> /home/jenny/git/gst-rtsp-server/examples/.libs/lt-test-video: symbol lookup
> error:
> /home/jenny/git/gst-rtsp-server/gst/rtsp-server/.libs/libgstrtspserver-1.0.so.0:
> undefined symbol: gst_rtsp_watch_set_send_backlog
> 
> Can somebody help in it? Thank you very much.

This means that your gst-rtsp-server build is broken. It is using the
libraries of a too old version of gst-plugins-base, which did not have
gst_rtsp_watch_set_send_backlog() yet.

Which version of gst-plugins-base do you have installed, and do you have
multiple on your system? If you run
ldd /home/jenny/git/gst-rtsp-server/gst/rtsp-server/.libs/libgstrtspserver-1.0.so.0
, does it list the correct libgstrtsp library there?

-- 
Sebastian Dröge, Centricular Ltd - http://www.centricular.com
Expertise, Straight from the Source
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 966 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20131216/26775818/attachment.pgp>


More information about the gstreamer-devel mailing list