t   September 2020
       tSu Mo Tu We Th Fr Sa
       t       1  2  3  4  5
       t 6  7  8  9 10 11 12
       t13 14 15 16 17 18 19
       t20 21 22 23 24 25 26
       t27 28 29 30
       
       
       2020-09-15T16:29+0200
       Streaming from my PC to the Laptop using VAAPI.
       PC:
       $ ffmpeg -vaapi_device /dev/dri/renderD128 -f x11grab -video_size 1920x1080 \
            -framerate 30 -i :0 -vf 'hwupload,scale_vaapi=format=nv12' \
            -c:v h264_vaapi -qp 30 -f mpegts udp://192.168.1.20:1234
       Laptop:
       In OBS-Studio add Media Source:
       [ ] Local File
       Network Buffering: 1MB
       Input: udp://192.168.1.20:1234