Hi,
Le sam. 22 sept. 2018 à 13:10, sébastien dagnicourt <
sebastien.dagnico...@gmail.com> a écrit :
>
> Hi,
>
> So new tests:
> I create a local "radio.txt" file.
> I put in in the playlist function, tracks were discovered and played.
>
> So, I created a simple bash file that do a "cat radio.txt >>
tmp_liquidsoap_file"
> Same issue, liquidsoap won't take the file.
> As you suggested I put a debug echo before the exit 0, the echo is ok.
The content of the tmp file is ok.
> Can't do more simple than that ...

That's a good start! This works for me with 1.3.4:

def test(~rlog,~maxtime,arg) =
[process_uri(extname="txt","echo /tmp/bla.wav >> $(output)")]
end
add_protocol("test",test)

s = playlist("test:")

output.ao(fallible=true,s)

Is that similar to your test?
Romain
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to