Readme added to the RTMP example.

This commit is contained in:
zergon321
2023-03-05 17:27:54 +03:00
parent 9e8a6c89ad
commit 69619fcf32

10
examples/rtmp/README.md Normal file
View File

@@ -0,0 +1,10 @@
# An RTMP stream reading example
## Dependencies
- **Docker**
- `docker-compose`
## How to launch
First run `docker-compose up` to launch the **RTMP** streaming server. Then run `./stream.sh` to start streaming `video.mp4` over **RTMP**. After it execute `go run main.go` to watch the stream.