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
Show Cases
IBC 2019
multistream-server
Commits
96e94296
Commit
96e94296
authored
Aug 23, 2019
by
Olivier Crête
Browse files
Add newline at end of printf
parent
2ea55aeb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.c
View file @
96e94296
...
@@ -300,7 +300,7 @@ int main (int argc, char *argv[])
...
@@ -300,7 +300,7 @@ int main (int argc, char *argv[])
"
\n
Output streams:
\n
"
"
\n
Output streams:
\n
"
"
\t
HLS & WebRTC web player: http://localhost:8080
\n
"
"
\t
HLS & WebRTC web player: http://localhost:8080
\n
"
"
\t
RIST: %s
\n
"
"
\t
RIST: %s
\n
"
"
\t
SRT: srt://127.0.0.1:7002"
,
"
\t
SRT: srt://127.0.0.1:7002
\n
"
,
srt_uri
,
srt_uri
,
rist_addresses
);
rist_addresses
);
...
...
Write
Preview
Supports
Markdown
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