Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nicolas Dufresne
multistream-server
Commits
f60f590a
Commit
f60f590a
authored
Aug 13, 2019
by
Jakub Adam
Browse files
Update hlssink parameters
target-duration=5 playlist-length=3
parent
54b02600
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.c
View file @
f60f590a
...
@@ -220,7 +220,7 @@ int main (int argc, char *argv[])
...
@@ -220,7 +220,7 @@ int main (int argc, char *argv[])
pipeline_str
=
g_strdup_printf
(
"srtsrc uri=%s ! tsparse ! tee name=t ! "
pipeline_str
=
g_strdup_printf
(
"srtsrc uri=%s ! tsparse ! tee name=t ! "
"queue ! decodebin ! videoconvert ! autovideosink "
"queue ! decodebin ! videoconvert ! autovideosink "
"t. ! queue leaky=downstream ! tsdemux ! mpegtsmux ! hlssink location=%s/segment%%05d.ts playlist-location=%s/playlist.m3u8 "
"t. ! queue leaky=downstream ! tsdemux ! mpegtsmux ! hlssink location=%s/segment%%05d.ts playlist-location=%s/playlist.m3u8
target-duration=5 playlist-length=3
"
"t. ! queue leaky=downstream max-size-buffers=400 ! rtpmp2tpay ! ristsink "
"t. ! queue leaky=downstream max-size-buffers=400 ! rtpmp2tpay ! ristsink "
"t. ! queue leaky=downstream ! tsdemux ! h264parse ! rtph264pay ! application/x-rtp,payload=96 ! tee name=webrtctee allow-not-linked=true"
"t. ! queue leaky=downstream ! tsdemux ! h264parse ! rtph264pay ! application/x-rtp,payload=96 ! tee name=webrtctee allow-not-linked=true"
,
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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