mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
examples: print 'stream ready at url' for mp4 and ogg example
This commit is contained in:
parent
99f670d8bc
commit
fc6fa3f16a
2 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue