We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7809c9f commit 970197aCopy full SHA for 970197a
1 file changed
tests/streams/hls_custom_tags.liq
@@ -85,5 +85,9 @@ o =
85
86
o.on_file_change(synchronous=true, on_file_change)
87
88
-thread.run(delay=2., {list.hd(o.streams()).insert_tag("X-CUSTOM-AAC-INSERT")})
+thread.run(
89
+ delay=2.,
90
+ every=2.,
91
+ {list.hd(o.streams()).insert_tag("X-CUSTOM-AAC-INSERT")}
92
+)
93
clock.assign_new(sync="none", [s])
0 commit comments