From 0b51fecf486df8723db6854412a9e84bcb885771 Mon Sep 17 00:00:00 2001 From: dexter <178529795@qq.com> Date: Mon, 20 Jun 2022 13:25:50 +0800 Subject: [PATCH] =?UTF-8?q?snap=E6=8F=92=E4=BB=B6=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- go.mod | 2 +- go.sum | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b6483d01..01ac3e02 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ shutdown.sh .m7s debug.go dist/ -record/ \ No newline at end of file +record/ +config2.yaml \ No newline at end of file diff --git a/go.mod b/go.mod index 6b34f7fb..65a71225 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( m7s.live/plugin/room/v4 v4.0.0-20220512035851-f980d4a7f6a0 m7s.live/plugin/rtmp/v4 v4.0.0-20220619154232-ab31af1fb7d6 m7s.live/plugin/rtsp/v4 v4.0.0-20220619154428-2c1d908d7e68 - m7s.live/plugin/snap/v4 v4.0.0-20220612035905-720756e0d9ce + m7s.live/plugin/snap/v4 v4.0.0-20220619154320-97a4991e775b m7s.live/plugin/webrtc/v4 v4.0.0-20220619154404-6a5d740a21de m7s.live/plugin/webtransport/v4 v4.0.0-20220619154419-bf138bc5958b ) diff --git a/go.sum b/go.sum index 5e522e39..d518c5de 100644 --- a/go.sum +++ b/go.sum @@ -524,6 +524,8 @@ m7s.live/plugin/rtsp/v4 v4.0.0-20220619154428-2c1d908d7e68 h1:sKnga6vlsh3iVLwbjp m7s.live/plugin/rtsp/v4 v4.0.0-20220619154428-2c1d908d7e68/go.mod h1:pGxUDv4pes+hA/PxDdUdJleyJpSbK0562hCC0TODMJ0= m7s.live/plugin/snap/v4 v4.0.0-20220612035905-720756e0d9ce h1:oYlcXS0qX/LtLMry6Lvaidz91dw6nEIs8q4XIaU6+dw= m7s.live/plugin/snap/v4 v4.0.0-20220612035905-720756e0d9ce/go.mod h1:XHggonZ0lIKEX/OP2rXjV2mPpG4urmvMT3foIaFRsus= +m7s.live/plugin/snap/v4 v4.0.0-20220619154320-97a4991e775b h1:fyy2rnRkjJnOIDJ4lIYHpDlxaAMJPYvXmhd/PbNhgrQ= +m7s.live/plugin/snap/v4 v4.0.0-20220619154320-97a4991e775b/go.mod h1:XHggonZ0lIKEX/OP2rXjV2mPpG4urmvMT3foIaFRsus= m7s.live/plugin/webrtc/v4 v4.0.0-20220619154404-6a5d740a21de h1:YQuiVrN7XMsxbxvYC8696i0gFPPe8TsfTIUDMxmKrFQ= m7s.live/plugin/webrtc/v4 v4.0.0-20220619154404-6a5d740a21de/go.mod h1:F78F1+ILZZbKYoHXr42YBXkHoi9D4W7jvjSazN38000= m7s.live/plugin/webtransport/v4 v4.0.0-20220619154419-bf138bc5958b h1:VIZh7EDfZ6kLv+f9sLMQzrRZObDiMVgFFaTalVAU+MI=