small fixes to docs and debug
[platform/upstream/gstreamer.git] / examples / test-readme.c
index 5464e04..bbe8b14 100644 (file)
@@ -60,6 +60,7 @@ main (int argc, char *argv[])
   gst_rtsp_server_attach (server, NULL);
 
   /* start serving */
+  g_print ("stream ready at rtsp://127.0.0.1:8554/test\n");
   g_main_loop_run (loop);
 
   return 0;