Sign inSign up

alexwoo/rtmp

By alexwoo

•Updated about 7 years ago

A simple rtmp push and pull test enviroment for nginx rtmp

Image
0

222

alexwoo/rtmp repository overview

A simple rtmp push and pull test enviroment for nginx rtmp, user nginx-1.14.2, related module:

https://github.com/AlexWoo/nginx-rtmp-module.git
https://github.com/AlexWoo/nginx-toolkit-module.git
https://github.com/AlexWoo/nginx-multiport-module.git
https://github.com/AlexWoo/nginx-client-module.git
https://github.com/openresty/echo-nginx-module.git
https://github.com/openresty/headers-more-nginx-module.git

Run images:

docker run --rm -it -p 80:80 -p 1935:1935 -p 8086:8086 -v ~/Github:/root/work/ alexwoo/rtmp

User can use ffmpeg to push stream and ffplay to play stream as follow:

ffmpeg -re -i test.flv -c copy -f flv rtmp://127.0.0.1/live/test
ffplay http://127.0.0.1/live/test

For more detail, check conf under https://github.com/AlexWoo/nginx-rtmp-module.git⁠

Tag summary

Content type

Image

Digest

Size

375.4 MB

Last updated

about 7 years ago

docker pull alexwoo/rtmp