why gst-rtsp-server does not work???

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

why gst-rtsp-server does not work???

Swing
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

Reply | Threaded
Open this post in threaded view
|

Re: why gst-rtsp-server does not work???

Nicolas Dufresne-4
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@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
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel