mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
examples/test-record: Add extra line to initial printout
Add an example line of how to deliver a stream to the RTSP RECORD example
This commit is contained in:
parent
cd4e675f0c
commit
007f48f711
1 changed files with 3 additions and 0 deletions
|
@ -92,6 +92,9 @@ main (int argc, char *argv[])
|
|||
|
||||
/* start serving */
|
||||
g_print ("stream ready at rtsp://127.0.0.1:%s/test\n", port);
|
||||
g_print ("On the sender, send a stream with rtspclientsink:\n"
|
||||
" gst-launch-1.0 videotestsrc ! x264enc ! rtspclientsink location=rtsp://127.0.0.1:%s/test\n",
|
||||
port);
|
||||
g_main_loop_run (loop);
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue