Am 16.11.23 um 19:18 schrieb robertlazarski:
My ffmpeg goals are a bit different - multiple cameras filming music
performances and linear timecode based audio sync in post production -
but I may have some ideas that could help.
Cool!
First of all, I suggest the FFMPEG mailing list
ffmpeg-user(a)ffmpeg.org.
Yeah! I found them, after I wrote to this list.
My first attempt at KISS for such a requirement would
use the UDP
protocol for lower latency with Open Sound Control (OSC) with each
device as a server that uses mpv playback via its OSC plugin -
basically giving mpv remote access to typical transport controls of
"play, stop, pause" etc.
Oh! Didn't know mpv can be used with plugins
- that's indeed one thing I
searched for a long time, now: A remote controlled video player!
Interesting!
Being a server based app over UDP, there really is no
latency and the
client is totally text based with simple commands.
https://github.com/lvm/mpv-osc
I'll give it a try. Thank you!
Greets!
Mitsch