Vito

Results 45 issues of Vito

**Describe the bug** If I build liquidsoap without ffmpeg support, I get a bunch of warnings at startup. 2.2.x ``` At autocue.liq, line 119 char 14 - line 166 char...

**Is your feature request related to a problem? Please describe.** Random and Rotate switch functions internally create two additional sources without setting their IDs, making it difficult to track what's...

**Is your feature request related to a problem? Please describe.** I would like to be able to build without having a direct dependency on git. **Describe the solution you'd like**...

**Describe the bug** Output to file with encoders `%mp3`, `%shine` and `$ffmpeg(mp3)` produces padding at the start and the end. **To Reproduce** ```ruby def o(codec, file) output.file( reopen_delay=2.0, reopen_when={true}, codec,...

**Describe the bug** Unicode characters could be split incorrectly when using Unicode character properties in regex. **To Reproduce** ``` r/\PL+/.split("revolución") ``` **Expected behavior** There should be no splitting of the...