diff --git a/examples/test-record.c b/examples/test-record.c index 437eaf5e62..47b8fd92c3 100644 --- a/examples/test-record.c +++ b/examples/test-record.c @@ -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;