<div dir="ltr"><div><div><div><div><div><div>Thanks Mark,<br></div>but I'm new to Ubuntu too, so all is very difficult for me!<br></div>I have downloaded "gst-rtsp-server-1.4.5" from <a href="http://gstreamer.freedesktop.org/src/gst-rtsp-server/">http://gstreamer.freedesktop.org/src/gst-rtsp-server/</a><br></div>and I have unzipped it.<br>Now I made ".configure", "make" and "sudo make install" by command line and all seems ok (You can take a look at the attached file).<br></div>But I think there is something else which doesn't work right, can you help me?<br><br></div>Thanks <br></div>Giacomo<br><div><div><div><div><br></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-06-08 8:38 GMT+02:00 Mark Howell <span dir="ltr"><<a href="mailto:mark-sub1@hypgnosys.org" target="_blank">mark-sub1@hypgnosys.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 06/07/2015 11:01 PM, Giacomo Difruscolo wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thank very much Mark.<br>
I have tried to addgi.require_version('GstRtspServer', '1.0')<span class=""><br>
<br>
but I get this error:<br>
<br>
/usr/bin/python2.7 /home/giacomo/PycharmProjects/CreateAServer_at_8554Port/create_a_server.py<br>
Traceback (most recent call last):<br>
   File "/home/giacomo/PycharmProjects/CreateAServer_at_8554Port/create_a_server.py", line 49, in <module><br>
     gi.require_version('GstRtspServer', '1.0')<br>
   File "/usr/lib/python2.7/dist-packages/gi/__init__.py", line 79, in require_version<br>
     raise ValueError('Namespace %s not available' % namespace)<br>
ValueError: Namespace GstRtspServer not available<br>
<br>
Process finished with exit code 1<br>
<br>
<br>
Thanks in advance for your help!<br>
Giacomo<br>
<br></span>
[snip]<br>
</blockquote>
<br>
Hmmm, are you sure you have GstRtspServer built with introspection, and installed? For example, on my systems running Ubuntu 14.04 (Trusty), GstRtspServer is not part of the standard GStreamer 1.x packages available via apt-get (which are all presently at version 1.2.4). You might need to download and build the gst-rtsp-server package from source (<a href="http://cgit.freedesktop.org/gstreamer/gst-rtsp-server" target="_blank">http://cgit.freedesktop.org/gstreamer/gst-rtsp-server</a>), or you might prefer to build a complete GStreamer 1.x environment with cerbero (which is what I work with most of the time).<div class="HOEnZb"><div class="h5"><br>
<br>
Cheers,<br>
<br>
Mark.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br></div>