Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Video AG Infrastruktur
website
Commits
9d94365e
Commit
9d94365e
authored
Jul 28, 2018
by
Julian Rother
Browse files
Small fix
parent
da6a73fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
livestreams.py
View file @
9d94365e
...
...
@@ -214,7 +214,7 @@ def schedule_livestream(lecture_id):
data
[
'src1'
][
'vfilter'
]
=
build_filter
(
data
[
'src1'
][
'vfilter'
])
data
[
'src2'
][
'afilter'
]
=
build_filter
(
data
[
'src2'
][
'afilter'
])
data
[
'src2'
][
'vfilter'
]
=
build_filter
(
data
[
'src2'
][
'vfilter'
])
data
[
'destbase'
]
=
'rtmp://%s/hls/
l_
%i'
%
(
server
,
lecture
[
'id'
])
data
[
'destbase'
]
=
'rtmp://%s/hls/%i'
%
(
server
,
lecture
[
'id'
])
if
lecture
[
'stream_job'
]:
flash
(
'Stream läuft bereits!'
)
return
None
...
...
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