<div dir="ltr">Has the GStreamer RTSP server been ported to 1.0? From the docs it looks like it hasn't.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, May 15, 2013 at 9:58 AM, mrjojan <span dir="ltr"><<a href="mailto:prostoars@mail.ru" target="_blank">prostoars@mail.ru</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I`m trying to make a simple c program using gstreamer rtsp server.<br>
For example i use the gst-rtsp-server/example/test-video.c file .<br>
I use this gcc command to compile test-video.c to an object file.<br>
<br>
gcc -I/usr/include/libxml2 -I/usr/include/glib-2.0<br>
-I/usr/include/gstreamer-1.0 -I/usr/lib/arm-linux gnueabi/glib-2.0/include<br>
-O0 -g3 -Wall -c -o"test-video.o" "test-video.c" `pkg-config --cflags --libs<br>
gstreamer-1.0`<br>
<br>
Next, use the following gcc command line to name the output executable rtsp<br>
and link the object file to the necessary libraries`<br>
<br>
gcc  -o"rtsp"  ./test-video.o   -L/opt/gstreamer/lib -lgstrtspserver-1.0<br>
-lgstreamer-1.0 -lglib-2.0<br>
<br>
My gstreamer is in /opt.<br>
<br>
when i run the programm, i have an error like this.<br>
<br>
./rtsp: error while loading shared libraries: libgstrtspserver-1.0.so.0:<br>
cannot open shared object file: No such file or directory<br>
<br>
What can i do to resolve this problem?<br>
<br>
regards<br>
-mrjojan<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/error-compiling-code-using-gst-rtsp-server-tp4659944.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/error-compiling-code-using-gst-rtsp-server-tp4659944.html</a><br>

Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div>