STREAMING.md: complete instructions

このコミットが含まれているのは:
n9k 2022-06-09 01:43:13 +00:00
コミット 7e6e91ca2f
1個のファイルの変更3行の追加1行の削除

ファイルの表示

@ -24,8 +24,10 @@ Click `Settings` and set these:
* Advanced
* Recording
* Filename Formatting: `stream`
* Overwrite if file exists: yyes
* Video
* Output (Scaled) Resolution: `960x540` or lower
* Common FPS Values: any integer framerate (e.g. 30 or 60)
* Output
* Output Mode: `Advanced`
* Recording:
@ -37,7 +39,7 @@ Click `Settings` and set these:
| Container Format | `hls` |
| Muxer Settings (if any) | `hls_init_time=0 hls_time=2 hls_list_size=120 hls_flags=delete_segments hls_segment_type=fmp4` |
| Video bitrate | `420 Kbps` or lower |
| Keyframe interval (frames) | `30` (same as the framerate, or exactly half) |
| Keyframe interval (frames) | framerate*hls_time, e.g. if 60fps and hls_time=2 use 120 |
| Video Encoder | libx264, or an H.264 hardware encoder (e.g. `h264_nvenc` for Nvidia, [see here][ffmpeg]) |
| Audio Bitrate | `96 Kbps` |
| Audio Encoder | `aac` |