Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jannik Hellenkamp
website
Commits
dbbfcbe2
Commit
dbbfcbe2
authored
Jul 23, 2018
by
Julian Rother
Browse files
Made live sources page more robust
parent
a357d26c
Changes
1
Hide whitespace changes
Inline
Side-by-side
livestreams.py
View file @
dbbfcbe2
...
...
@@ -77,6 +77,8 @@ def streaming():
if
not
tree
:
continue
s
=
tree
.
find
(
"./server/application/[name='src']/live/stream/[name='%i']"
%
source
[
'id'
])
if
not
s
:
continue
for
e
in
s
.
find
(
"client/[publishing='']"
).
getchildren
():
source
[
'stat'
][
e
.
tag
]
=
e
.
text
source
[
'video'
]
=
{}
...
...
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