validate/launcher: Treat DASH like HLS in another place
This commit is contained in:
parent
14414c13c5
commit
233c99fbb7
@ -54,7 +54,7 @@ class Protocols(object):
|
||||
|
||||
@staticmethod
|
||||
def needs_clock_sync(protocol):
|
||||
if protocol == Protocols.HLS:
|
||||
if protocol in [Protocols.HLS, Protocols.DASH]:
|
||||
return True
|
||||
|
||||
return False
|
||||
|
Loading…
x
Reference in New Issue
Block a user