AW: rtsp server dynamic pipeline

Thornton, Keith keith.thornton at zeiss.com
Wed Sep 18 05:35:59 UTC 2019


Hi,
In answer to your first question, take a look at the test_appsrc example in the examples subdirectory. That is how I solved a similar problem.
Gruesse

Von: gstreamer-devel <gstreamer-devel-bounces at lists.freedesktop.org> Im Auftrag von lorenzo75 at freenet.de
Gesendet: Dienstag, 17. September 2019 20:05
An: gstreamer-devel at lists.freedesktop.org
Betreff: rtsp server dynamic pipeline

Hello,

I want to generate pipelines for rtsp streaming via rtsp server, recording and live preview of a camera source. There can only be 1 instance of the camera source. The live preview pipe should always run. The recording pipe should only be activated when needed.  As far as I know, the rtsp server only runs a pipe when a client is connected.

camerasrc
I
tee - vp8enc - matroskamux - filesink
I
tee - h264enc - rtph264pay
I
displaysink


How can I combine the rtsp server with the dynamic pipelines? I also want to change properties of the pipelines during runtime (bitrate,....). I already had a look at the interpipes from ridge run. But I had some problems with them and now try to use a low level approach.

Thanks in advance

Marc



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20190918/82b5e739/attachment-0001.html>


More information about the gstreamer-devel mailing list