Romain Beauxis

Results 608 comments of Romain Beauxis

Can we confirm that this is in fact a bug? `request.duration` was updated in `2.2.5` to account for `cue_in`/`cue_out`. As such, it nows fully resolves the request. Before that it...

This should be fixed now. Closing. Feel free to re-open if needed.

The first error is because your local ocaml compiler version does not match the version of the cross-compiler you are trying to build. The second seems to indicate another flexlink...

I looked into it and it seems to be that this could be due to the inlining of mutexify calls. Typically, if we do: ```ocaml let v = mutexify m...

Thanks for the report, will definitely have a look for liquidsoap 2.

First look around seems to indicate no reference C/C++ libraries that we could use for a binding. This means we'd most likely have to re-implement the protocol in OCaml, which...

Good news tho, there is a standardized protobuf declaration: https://raw.githubusercontent.com/mumble-voip/mumble/master/src/Mumble.proto and a OCaml protobuf implementation: https://github.com/mransan/ocaml-protoc

Thanks for this. This looks like a real nice one, I'll have a look.

> Renaming `liq_fade_in` & `liq_fade_out` in `fades.liq` to `liq_fade_in_duration` & `liq_fade_out_duration` will break user’s pre-tagged files if they use `autocue.cue_file`. I don't think that we are changing this. > Splitting...