examples: print 'stream ready at url' for mp4 and ogg example
authorTim-Philipp Müller <tim@centricular.com>
Thu, 3 Jul 2014 18:52:42 +0000 (19:52 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 3 Jul 2014 18:52:42 +0000 (19:52 +0100)
examples/test-mp4.c
examples/test-ogg.c

index b69c7cd..52e082d 100644 (file)
@@ -69,6 +69,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;
index 5e844ad..f4d104c 100644 (file)
@@ -69,6 +69,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;