mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-26 04:52:00 -08:00
update readme
This commit is contained in:
parent
1a419a1b9c
commit
cf36693ce6
1 changed files with 2 additions and 0 deletions
|
|
@ -93,6 +93,8 @@ The `--network=host` flag is mandatory since Docker can change the source port o
|
|||
docker run --rm -it -e RTSP_PROTOCOLS=tcp -p 8554:8554 -p 1935:1935 aler9/rtsp-simple-server
|
||||
```
|
||||
|
||||
Please keep in mind that the Docker image doesn't include _FFmpeg_. if you need to use _FFmpeg_ for a custom command or anything else, you need to build a Docker image that contains both _rtsp-simple-server_ and _FFmpeg_, by following instructions [here](https://github.com/aler9/rtsp-simple-server/issues/183#issuecomment-760856015).
|
||||
|
||||
## Basic usage
|
||||
|
||||
1. Publish a stream. For instance, you can publish a video/audio file with _FFmpeg_:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue