Piping video over ssh

My situation is not the same depicted inCan I pipe /dev/video over ssh” but I have a similar need. See an audio-video flow from an RTSP camera which is not accessible – by choice! – from the net but there is an accessible Linux machine which can talk to such a camera.

So in my case it’s just as simple as

ssh $USER@$SERVER -p $MYPORT ffmpeg -i rtsp:$IP_OF_RTSP_CAMERA:$RTSP_PORT/s0  -f matroska - |ffplay -f matroska /dev/stdin

Actually the machine is not directly on the net but I use sidedoor which maintains an SSH connection or tunnel with a shell script daemon.

[Guida] Sosumi: virtualizzare MacOS su GNU/Linux

Scopriamo Sosumi, tool per virtualizzare macOS su GNU/Linux, contenete già tutto ciò che serve per avviarne l’installazione in pochissimi step.

Source: [Guida] Sosumi: virtualizzare MacOS su GNU/Linux

Update: sosumi seems to have been abandoned or discuntinued. See https://www.linuxuprising.com/2021/03/install-macos-big-sur-or-catalina-in.html and https://github.com/sickcodes/Docker-OSX