Sign inSign up

m13253/srs

By m13253

•Updated over 8 years ago

A live streaming server, supporting RTMP protocol and more

Image
3

7.5K

m13253/srs repository overview

SRS⁠ is industrial-strength live streaming cluster, for the best conceptual integrity and the simplest implementation.

To run SRS:

docker run -p 1935:1935 -p 1985:1985 -p 8080:8080 m13253/srs

TCP port 1935 is an RTMP server, available for pushing & playing; TCP port 8080 is an HTTP server, available for playing.

This branch is a demo application for HLS streaming.

Push your stream to:

URL: rtmp://localhost:1935/live
Stream key: livestream

Then visit http://localhost:8080/⁠ to watch the livestream.

If you want to customize your SRS application, feel free to base your Dockerfile on mine.

Tag summary

Content type

Image

Digest

Size

158.7 MB

Last updated

over 8 years ago

docker pull m13253/srs