<div dir="ltr"><div>Very useful, thnx! I have a few questions thou... <br><br>1) the factory seams to start only on client connection. My embedded dvr does not understand it =( can I force start the chain? <br><br>2) I see how I can bind my factory to specified path. Can i bind it to root path (like <a href="http://0.0.0.0:8554">0.0.0.0:8554</a> for one channel) ? Using '' or '/' for path does not work<br><br></div>Also it would be real nice to find some docs and/or more examples<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-04-06 17:21 GMT+03:00 Hernando Rojas <span dir="ltr"><<a href="mailto:hrojas@lacuatro.com.ar" target="_blank">hrojas@lacuatro.com.ar</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
Krutskikh, el Mon, 6 Apr 2015 16:48:14 +0300<br>
escribiste:<br>
<span class=""><br>
> Hi everyone,<br>
><br>
> I was wondering, what's the status of subj bindings? It seams to be 0.10<br>
> only in every source I googled. That's too bad, since the whole 0.10 I<br>
> believe is unsupported. But even so, I tried the following example<br>
> <a href="https://github.com/mpromonet/rpi/blob/master/gpio/rtspserver.py" target="_blank">https://github.com/mpromonet/rpi/blob/master/gpio/rtspserver.py</a> with a<br>
> little chain adjustment ( used "souphttpsrc is-live=1 location=<br>
> <a href="http://192.168.0.243:8090/int_cam?ch=1" target="_blank">http://192.168.0.243:8090/int_cam?ch=1</a> ! mpegtsdemux ! rtph264pay<br>
> name=pay0" to re-stream the http ts stream by vlc), but got only<br>
</span>[...]<br>
<br>
I am using it and its working fine (version 1.4.5).<br>
When you install the rtsp-server package, you have the bindings available too, via PyGI.<br>
<br>
Here you have a basic sample (copied from readme sample):<br>
<a href="https://gist.github.com/deubs/bbe993a512fe013b0b3a" target="_blank">https://gist.github.com/deubs/bbe993a512fe013b0b3a</a><br>
(You don't need to reimplement media factory, you can just call set_launch() from default media factory).<br>
<br>
The generated stream should be available in:<br>
rtsp://localhost:8554/test<br>
<br>
--<br>
Hernando<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">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>
</blockquote></div><br></div>