Distributer for filadelfia streamer.
 
Go to file
TheThing 080c1bb081 Update README.md 2023-11-16 08:11:29 +00:00
api Very basic and workable HLS ingestion server for ffmpeg 2023-11-09 11:21:38 +00:00
upload Very basic and workable HLS ingestion server for ffmpeg 2023-11-09 11:21:38 +00:00
.gitignore Initial commit 2023-11-16 06:25:45 +00:00
.npmrc Very basic and workable HLS ingestion server for ffmpeg 2023-11-09 11:21:38 +00:00
LICENSE Initial commit 2023-11-16 06:25:45 +00:00
README.md Update README.md 2023-11-16 08:11:29 +00:00
index.mjs Very basic and workable HLS ingestion server for ffmpeg 2023-11-09 11:21:38 +00:00
package.json Very basic and workable HLS ingestion server for ffmpeg 2023-11-09 11:21:38 +00:00

README.md

filadelfia_distributer

Distributer for filadelfia streamer.

Run

npm install
npm run dev # or npm start

Stream to ingest

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