Hello,

I've created an HTTP input which is streaming only from 8 to 9pm, thanks to autostart=false and the .start/.stop server commands :

rcg=input.http(id="rcg", "http://live.campusgrenoble.org:9000/rcg112";,
autostart=false, buffer=3., max=30.)
exec_at(pred={ 20h00m00s}, { ignore(server.execute("rcg.start")) })
exec_at(pred={ 21h00m00s}, { ignore(server.execute("rcg.stop")) })


however it usually keeps playing a few seconds after 9pm, likely because of its internal buffer. Can I flush this buffer at 21h00m00s ?

I've tried source.skip(rcg), source.skip(rcg, 30.), and add_skip_command/.skip , without success.

Thanks for any hints !


Martin

_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to