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:
parent
ed983465e3
commit
7c314a7f7b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue