stevekmcc

Results 6 comments of stevekmcc

Thanks for asking! I imagine so - I just checked the version comments since back then, and the cross-referenced issues like #142 and there's no mention of this. As Noobs...

For the record, the HLS issue was with omxplayer, which needs --timeout 20 otherwise it exits after 35-70 seconds (see streamlink issue [182](https://github.com/streamlink/streamlink/issues/182)). Your livestream command line should thus include:...

See #32 (where I've added how to implement this) and #34

GO can be implemented with the current X32 firmware: https://community.musictribe.com/discussions/223527/311014/x32-midi-mapping (I'll copy-paste the answer here, since who knows how long a MusicTribe URL will last!) Paul_Vannatto wrote March 29 2021:...

Yes, it looks like that's how they do it too. X32 Live Toolbox is open source, so see the latest version, https://sourceforge.net/projects/x32livetoolbox/files/Source%20Code/LiveToolbox-133-source.zip/download file OscTxRx.pas lines 2943-3062

This would be great! ffprobe handles audio in the same way as video. Just change `-select_streams v:0` to `-select_streams a:0`. So in [line 9 of ProgramConfig.cs](https://github.com/fifonik/FFBitrateViewer/blob/cdc306d4aa4515e8d39af7862eb4086b8f333ed8/ProgramConfig.cs#L9) change `v:{{stream}}` to `a:{{stream}}`....