Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Show Cases
IBC 2019
multistream-server
Commits
4f196023
Commit
4f196023
authored
Aug 21, 2019
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove dot from printf to ease copy-paste
parent
17677bf1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/main.c
src/main.c
+1
-1
No files found.
src/main.c
View file @
4f196023
...
...
@@ -257,7 +257,7 @@ int main (int argc, char *argv[])
loop
=
g_main_loop_new
(
NULL
,
FALSE
);
g_unix_signal_add
(
SIGINT
,
sigint_handler
,
loop
);
g_print
(
"Input SRT URI is %s
.
\n
"
g_print
(
"Input SRT URI is %s
\n
"
"
\n
Output streams:
\n
"
"
\t
HLS & WebRTC web player: http://localhost:8080
\n
"
"
\t
RIST: %s
\n
"
...
...
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