I'm trying to create a video with a slideshow (sort of). i'm tried to imitate 
the slideshow script from 
[here](https://www.liquidsoap.info/doc-dev/on2_part3.html).

```
audio = playlist("some/folder/") # .mp3 files
video = playlist.safe(prefix="annotate:duration=3:", "images.txt") # .jpeg/.jpg 
files

source = mux_video(video=video, audio)
output.youtube.live(key="hackme", fallible=true, source)
```
i stripped away some fancypants stuff for better readability - if noone can 
reproduce this, i 'll put it here, too.

whenever i try to use `prefix=`, the output is spammed with 
```
[images(dot)txt:1] Failed to prepare track: request not ready.
```

i checked my syntax at least a dozen times. when i remove ´prefix`, everything 
is back to normal.
i'm running the almost latest master (b44f282c4d8bc2e5cb6a514b226aa352e4db9bb4).
I also found [this E-Mail 
string](https://sourceforge.net/p/savonet/mailman/message/35600388/), but 
apparently that was left unresolved.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/636
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to