mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
update readme
This commit is contained in:
parent
caf4eedf74
commit
b36c474561
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -11,11 +11,15 @@ This software was developed with the aim of simulating a live camera feed for de
|
||||||
It actually supports *one* publisher, while readers can be more than one.
|
It actually supports *one* publisher, while readers can be more than one.
|
||||||
|
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Precompiled binaries are available in the [release](https://github.com/aler9/rtsp-simple-server/releases) page. Just download and extract the executable.
|
Precompiled binaries are available in the [release](https://github.com/aler9/rtsp-simple-server/releases) page. Just download and extract the executable.
|
||||||
|
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
1. Start the server:
|
1. Start the server:
|
||||||
|
|
@ -38,6 +42,8 @@ Precompiled binaries are available in the [release](https://github.com/aler9/rts
|
||||||
gst-launch-1.0 -v rtspsrc location=rtsp://localhost:8554/ ! rtph264depay ! decodebin ! autovideosink
|
gst-launch-1.0 -v rtspsrc location=rtsp://localhost:8554/ ! rtph264depay ! decodebin ! autovideosink
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
## Full command-line usage
|
## Full command-line usage
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
@ -55,7 +61,9 @@ Flags:
|
||||||
--rtcp-port=8001 port of the RTCP UDP listener
|
--rtcp-port=8001 port of the RTCP UDP listener
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
Specifications
|
IETF Standard
|
||||||
* https://tools.ietf.org/html/rfc7826
|
* https://tools.ietf.org/html/rfc7826
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue