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

Ingest: Still use -re for stream to ingest HLS better.

This commit is contained in:
winlin 2022-08-31 13:30:13 +08:00
parent dd37a041b9
commit 7d47017a00
8 changed files with 32 additions and 27 deletions

View file

@ -18,7 +18,7 @@ vhost source.srs.com {
ffmpeg ./objs/ffmpeg/bin/ffmpeg;
engine {
enabled off;
output rtmp://127.0.0.1:[port]/live?vhost=[vhost]/livestream;
output rtmp://127.0.0.1:[port]/live/livestream?vhost=[vhost];
}
}
}