mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
README: add blurb about shared media factories
This commit is contained in:
parent
6a880e53df
commit
f2a2577f13
1 changed files with 4 additions and 0 deletions
|
@ -161,6 +161,10 @@ can build simple server applications with it.
|
|||
a test signal will be streamed to the client. The full example code can be
|
||||
found in the examples/test-readme.c file.
|
||||
|
||||
Note that by default the factory will create a new pipeline for each client. If
|
||||
you want to share a pipeline between clients, use
|
||||
gst_rtsp_media_factory_set_shared().
|
||||
|
||||
|
||||
* more on GstRTSPMediaFactory
|
||||
|
||||
|
|
Loading…
Reference in a new issue