why gst-rtsp-server does not work???
Nicolas Dufresne
nicolas.dufresne at gmail.com
Tue Apr 19 13:50:22 UTC 2016
Le lundi 18 avril 2016 à 18:53 -0700, Swing a écrit :
> 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 at ubuntu:~/Desktop/gstreamer/gst-rtsp-server-1.6.4/examples$
> ./test-readme
> stream ready at rtsp://127.0.0.1:8554/test
test-readme pipeline is "( videotestsrc is-live=1 ! x264enc !
rtph264pay name=pay0 pt=96 )". It requires x264enc that is part of gst-
plugins-ugly (it's GPLv2+ licence and is implementing known patents).
So see this error, enable enough GStreamer trace, like level WARNING
(GST_DEBUG=2).
cheers,
Nicolas
More information about the gstreamer-devel
mailing list