Hi, I download glib-4.40.0.tar.xz, gstreamer-1.6.4.tar.xz, gst-plugins-base-1.6.4.tar.xz, gst-plugins-good-1.6.4.tar.xz, gst-plugins-bad-1.6.4.tar.xz, gst-rtsp-server-1.6.4.tar.xz.
and then compile them use ./confiugre ; make; sudo make install.
its all success, no errors report.
But, when i 'cd gst-rtsp-server-1.6.4/examples', and run './test-readme':
swing@ubuntu:~/Desktop/gstreamer/gst-rtsp-server-1.6.4/examples$ ./test-readme
stream ready at rtsp://127.0.0.1:8554/test
And in another terminal, I install the newest vlc media player, and run 'vlc rtsp://127.0.0.1:8554/test', but it doesnt work and show errors:
swing@ubuntu:~/Desktop/gstreamer/gst-rtsp-server-1.6.4/examples$ vlc rtsp://127.0.0.1:8554/test
VLC media player 2.1.6 Rincewind (revision 2.1.6-0-gea01d28)
[0x1c17118] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared
with other applications.
[0x7fd840000ed8] live555 demux error: Failed to connect with rtsp://127.0.0.1:8554/test
[0x7fd8440009b8] main input error: open of `rtsp://127.0.0.1:8554/test' failed