mirror of
https://github.com/bluenviron/mediamtx
synced 2025-03-05 03:47:30 +00:00
continue rebranding (#1560)
This commit is contained in:
parent
8ad376de53
commit
4c667917db
@ -1,11 +1,11 @@
|
|||||||
|
|
||||||
<h1 align="center">
|
<h1 align="center">
|
||||||
<img src="logo.png" alt="rtsp-simple-server / MediaMTX">
|
<img src="logo.png" alt="MediaMTX / rtsp-simple-server">
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
_rtsp-simple-server_ / [_MediaMTX_](#important-announcement) is a ready-to-use and zero-dependency server and proxy that allows users to publish, read and proxy live video and audio streams.
|
[_MediaMTX_](#important-announcement) / _rtsp-simple-server_ is a ready-to-use and zero-dependency server and proxy that allows users to publish, read and proxy live video and audio streams.
|
||||||
|
|
||||||
Live streams can be published to the server with:
|
Live streams can be published to the server with:
|
||||||
|
|
||||||
|
@ -57,7 +57,7 @@ var cli struct {
|
|||||||
// New allocates a core.
|
// New allocates a core.
|
||||||
func New(args []string) (*Core, bool) {
|
func New(args []string) (*Core, bool) {
|
||||||
parser, err := kong.New(&cli,
|
parser, err := kong.New(&cli,
|
||||||
kong.Description("rtsp-simple-server / MediaMTX "+version),
|
kong.Description("MediaMTX / rtsp-simple-server "+version),
|
||||||
kong.UsageOnError(),
|
kong.UsageOnError(),
|
||||||
kong.ValueFormatter(func(value *kong.Value) string {
|
kong.ValueFormatter(func(value *kong.Value) string {
|
||||||
switch value.Name {
|
switch value.Name {
|
||||||
@ -203,7 +203,7 @@ func (p *Core) createResources(initial bool) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if initial {
|
if initial {
|
||||||
p.Log(logger.Info, "rtsp-simple-server / MediaMTX %s", version)
|
p.Log(logger.Info, "MediaMTX / rtsp-simple-server %s", version)
|
||||||
if !p.confFound {
|
if !p.confFound {
|
||||||
p.Log(logger.Warn, "configuration file not found, using an empty configuration")
|
p.Log(logger.Warn, "configuration file not found, using an empty configuration")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user