mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix the m3u8 crash bug, simplify it
This commit is contained in:
parent
2b0bef18ed
commit
a2e6e6718e
2 changed files with 40 additions and 23 deletions
|
@ -76,9 +76,10 @@ vhost dev {
|
|||
hls_path ./objs/nginx/html;
|
||||
hls_fragment 5;
|
||||
hls_window 30;
|
||||
forward 127.0.0.1:19350;
|
||||
#forward 127.0.0.1:19350;
|
||||
forward 127.0.0.1:1936;
|
||||
transcode {
|
||||
enabled on;
|
||||
enabled off;
|
||||
ffmpeg ./objs/ffmpeg/bin/ffmpeg;
|
||||
engine dev {
|
||||
enabled on;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue