Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sms
c-player
Commits
75c1d303
Commit
75c1d303
authored
Sep 16, 2015
by
yids
Browse files
changed url
parent
c8963e1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tcp2rtsp.c
View file @
75c1d303
...
...
@@ -50,7 +50,7 @@ main (int argc, char *argv[])
gst_rtsp_media_factory_set_shared
(
factory
,
TRUE
);
/* attach the test factory to the /test url */
gst_rtsp_mount_points_add_factory
(
mounts
,
"/
test
"
,
factory
);
gst_rtsp_mount_points_add_factory
(
mounts
,
"/
020-tv
"
,
factory
);
/* don't need the ref to the mapper anymore */
g_object_unref
(
mounts
);
...
...
@@ -59,7 +59,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_print
(
"stream ready at rtsp://127.0.0.1:8554/
020-tv
\n
"
);
g_main_loop_run
(
loop
);
return
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment