Update README.md
This commit is contained in:
parent
4b63a2cfb2
commit
b6d761eb22
1 changed files with 14 additions and 1 deletions
13
README.md
13
README.md
|
@ -1,3 +1,16 @@
|
|||
# filadelfia_distributer
|
||||
|
||||
Distributer for filadelfia streamer.
|
||||
|
||||
# Run
|
||||
|
||||
```
|
||||
npm install
|
||||
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
|
||||
```
|
Loading…
Reference in a new issue