examples: print 'stream ready at url' for mp4 and ogg example

This commit is contained in:
Tim-Philipp Müller 2014-07-03 19:52:42 +01:00
parent 99f670d8bc
commit fc6fa3f16a
2 changed files with 2 additions and 0 deletions

View 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;

View 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;