1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

support HLS(m3u8)

This commit is contained in:
winlin 2013-11-26 16:08:49 +08:00
parent ed983465e3
commit 7c314a7f7b

View file

@ -29,7 +29,8 @@ For example, use ffmpeg to publish:
</pre>
step 4: play live stream <br/>
<pre>
url: rtmp://127.0.0.1:1935/live/livestream
rtmp url: rtmp://127.0.0.1:1935/live/livestream
m3u8 url: http://127.0.0.1:1935/live/livestream.m3u8
</pre>
### Summary