rename repository and executable (#1641)

This commit is contained in:
Alessandro Ros
2023-04-01 19:52:06 +02:00
committed by GitHub
parent f5fd89d3b4
commit 053f2ec282
80 changed files with 240 additions and 248 deletions

View File

@@ -16,11 +16,11 @@ import (
"github.com/bluenviron/mediacommon/pkg/codecs/h264"
"github.com/notedit/rtmp/format/flv/flvio"
"github.com/aler9/rtsp-simple-server/internal/conf"
"github.com/aler9/rtsp-simple-server/internal/formatprocessor"
"github.com/aler9/rtsp-simple-server/internal/logger"
"github.com/aler9/rtsp-simple-server/internal/rtmp"
"github.com/aler9/rtsp-simple-server/internal/rtmp/message"
"github.com/aler9/mediamtx/internal/conf"
"github.com/aler9/mediamtx/internal/formatprocessor"
"github.com/aler9/mediamtx/internal/logger"
"github.com/aler9/mediamtx/internal/rtmp"
"github.com/aler9/mediamtx/internal/rtmp/message"
)
type rtmpSourceParent interface {