From 13d9b44c731b27d27ab8bfd3cecb6e0451101631 Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 10 Mar 2014 18:59:11 +0800 Subject: [PATCH] simplify usage --- README.md | 1 + trunk/conf/rtmp.conf | 3 +++ 2 files changed, 4 insertions(+) create mode 100755 trunk/conf/rtmp.conf diff --git a/README.md b/README.md index fa32d067e..06e8517f0 100755 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ cd simple-rtmp-server/trunk See also:
[Usage: How to delivery RTMP?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleRTMP)
+[Usage: How to delivery HLS?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleHLS)
### Architecture System Architecture: diff --git a/trunk/conf/rtmp.conf b/trunk/conf/rtmp.conf new file mode 100755 index 000000000..7d97f914c --- /dev/null +++ b/trunk/conf/rtmp.conf @@ -0,0 +1,3 @@ +listen 1935; +vhost __defaultVhost__ { +}