1
0
Fork 0
forked from External/mediamtx

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
80 changed files with 240 additions and 248 deletions

View file

@ -3,8 +3,8 @@ package message //nolint:dupl
import (
"fmt"
"github.com/aler9/rtsp-simple-server/internal/rtmp/chunk"
"github.com/aler9/rtsp-simple-server/internal/rtmp/rawmessage"
"github.com/aler9/mediamtx/internal/rtmp/chunk"
"github.com/aler9/mediamtx/internal/rtmp/rawmessage"
)
// MsgUserControlPingRequest is a user control message.