Skip to content

Commit 970197a

Browse files
committed
Repeat.
1 parent 7809c9f commit 970197a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tests/streams/hls_custom_tags.liq

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,9 @@ o =
8585

8686
o.on_file_change(synchronous=true, on_file_change)
8787

88-
thread.run(delay=2., {list.hd(o.streams()).insert_tag("X-CUSTOM-AAC-INSERT")})
88+
thread.run(
89+
delay=2.,
90+
every=2.,
91+
{list.hd(o.streams()).insert_tag("X-CUSTOM-AAC-INSERT")}
92+
)
8993
clock.assign_new(sync="none", [s])

0 commit comments

Comments
 (0)