Can't compile code using gst-rtsp server

pushpa pushpalatha.sg at mistralsolutions.com
Wed Jul 11 21:53:34 PDT 2012


Try to include the header file path of your rtsp server for compilation and
also link the rtsp server library
For example:
"gcc  -I/usr/include/gstreamer-0.10  -O0 -g3 -Wall -c -fmessage-length=0
`pkg-config --cflags --libs gstreamer-0.10` "
	gcc  -o"rtsp"  ./main.o   -lgstrtspserver-0.10 -lgstreamer-0.10 


Regards,
Pushpa

--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Can-t-compile-code-using-gst-rtsp-server-tp4655577p4655578.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list