diff --git a/README.md b/README.md index 3f223a5..d9ea403 100644 --- a/README.md +++ b/README.md @@ -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 ``` \ No newline at end of file