gst-rtsp-server

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

gst-rtsp-server

de_ninja
This post was updated on .
Hello,

I wanted to use the Gstreamer RTSP Server. I'm on archlinux btw.
I read that you cant use pacman -S gst-rtsp-server to install it, so i have to compile it from the source.
So i downloaded the newest version with wget....
I extracted it and compiled it with ./configure && make && make install
The installation worked apparently as I didn't get any errors.
I still can't use the command gst-rtsp-server (I tried some pipelines from this tutorial: http://trac.gateworks.com/wiki/Yocto/gstreamer/streaming#rtsp).
How do I get this to work?
Apparently the rtsp server should help me with my SDP files.
Sorry absolute noob here

Thank you very much
kind regards
Reply | Threaded
Open this post in threaded view
|

Re: gst-rtsp-server

Nicolas Dufresne-4
Le jeudi 14 avril 2016 à 06:27 -0700, de_ninja a écrit :

> I wanted to use the Gstreamer RTSP Server. I'm on archlinux btw.
> I read that you cant use pacman -S gst-rtsp-server to install it, so
> i have
> to compile it from the source.
> So i downloaded the newest version with wget....
> I extracted it and compiled it with ./configure && make && make
> install
> The installation worked apparently as I didn't get any errors.
> I still can't use the command gst-rtsp-server (I tried some pipelines
> from
> this tutorial:
> http://trac.gateworks.com/wiki/Yocto/gstreamer/streaming#rtsp).
> How do I get this to work? 
> Sorry absolute noob here

gst-rtsp-server is a server Library, that you can use to implement your
own server in C. Though, you can play with the test servers found in
the source tree in folder examples/ .

cheers,
Nicolas
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gst-rtsp-server

de_ninja
thanks for your reply!

I'm completely new to Gstreamer is there a tutorial on how to set this up?
and how complex is this whole process?
Thank you