Update README.md
This commit is contained in:
parent
b6d761eb22
commit
080c1bb081
1 changed files with 1 additions and 1 deletions
|
@ -12,5 +12,5 @@ npm run dev # or npm start
|
|||
# Stream to ingest
|
||||
|
||||
```
|
||||
ffmpeg -i test.mkv -profile:v high -hls_segment_type 1 -level 5.2 -s 1920x1080 -strict -2 -start_number 0 -hls_time 6 -hls_list_size 0 -f hls http://localhost:4510/ingest/path/being/ignored/test.m3u8
|
||||
ffmpeg -i test.mkv -sn -profile:v high -hls_segment_type 1 -level 5.2 -s 1920x1080 -strict -2 -start_number 0 -hls_time 6 -hls_list_size 0 -f hls http://localhost:4510/ingest/path/being/ignored/test.m3u8
|
||||
```
|
Loading…
Reference in a new issue