SFU update

This commit is contained in:
2023-05-19 01:56:43 +03:00
parent 70c0cb90bb
commit a0a4ca1cc0
23 changed files with 2944 additions and 0 deletions
@@ -0,0 +1,8 @@
#!/bin/bash
# Copyright Epic Games, Inc. All Rights Reserved.
# Start docker container by name using host networking
docker run --name sfu_latest --network host --rm mediasoup_sfu
# Interactive start example
#docker run --name sfu_latest --network host --rm -it --entrypoint /bin/bash mediasoup_sfu