Python bindings to gstreamer rtspserver plugin

Krutskikh Ivan stein.hak at gmail.com
Tue Apr 7 00:39:20 PDT 2015


Very useful, thnx! I have a few questions thou...

1) the factory seams to start only on client connection. My embedded dvr
does not understand it =( can I force start the chain?

2) I see how I can bind my factory to specified path. Can i bind it to root
path (like 0.0.0.0:8554 for one channel) ? Using '' or '/' for path does
not work

Also it would be real nice to find some docs and/or more examples

2015-04-06 17:21 GMT+03:00 Hernando Rojas <hrojas at lacuatro.com.ar>:

> Hello,
>
> Krutskikh, el Mon, 6 Apr 2015 16:48:14 +0300
> escribiste:
>
> > Hi everyone,
> >
> > I was wondering, what's the status of subj bindings? It seams to be 0.10
> > only in every source I googled. That's too bad, since the whole 0.10 I
> > believe is unsupported. But even so, I tried the following example
> > https://github.com/mpromonet/rpi/blob/master/gpio/rtspserver.py with a
> > little chain adjustment ( used "souphttpsrc is-live=1 location=
> > http://192.168.0.243:8090/int_cam?ch=1 ! mpegtsdemux ! rtph264pay
> > name=pay0" to re-stream the http ts stream by vlc), but got only
> [...]
>
> I am using it and its working fine (version 1.4.5).
> When you install the rtsp-server package, you have the bindings available
> too, via PyGI.
>
> Here you have a basic sample (copied from readme sample):
> https://gist.github.com/deubs/bbe993a512fe013b0b3a
> (You don't need to reimplement media factory, you can just call
> set_launch() from default media factory).
>
> The generated stream should be available in:
> rtsp://localhost:8554/test
>
> --
> Hernando
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150407/57cecec4/attachment-0001.html>


More information about the gstreamer-devel mailing list