forked from External/mediamtx
rename repository and executable (#1641)
This commit is contained in:
parent
f5fd89d3b4
commit
053f2ec282
80 changed files with 240 additions and 248 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue