Skip to content
Snippets Groups Projects
Commit fc6fa3f1 authored by Tim-Philipp Müller's avatar Tim-Philipp Müller :tropical_fish:
Browse files

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

parent 99f670d8
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment