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__ {
+}