Creates a 3x3 mosaic and multicasts it
You, I guess?!
docker run -it --rm --network host \
-e VLC_SOURCE_1X1="http://example.com/stream/exciting_video" \
-e VLC_SOURCE_2X1="http://example.com/stream/exciting_video" \
-e VLC_SOURCE_3X1="http://example.com/stream/exciting_video" \
-e VLC_SOURCE_1X2="http://example.com/stream/exciting_video" \
-e VLC_SOURCE_2X2="http://example.com/stream/exciting_video" \
-e VLC_SOURCE_3X2="http://example.com/stream/exciting_video" \
-e VLC_SOURCE_1X3="http://example.com/stream/exciting_video" \
-e VLC_SOURCE_2X3="http://example.com/stream/exciting_video" \
-e VLC_SOURCE_3X3="http://example.com/stream/exciting_video" \
ghcr.io/aperim/vlc-mosaic3x3:latest
Yes.
This is multicast - make sure you set network
to host
.