Browse Source

try to fix doc formatting [no docker]

pull/353/head
Jason Dove 4 years ago
parent
commit
f6680f29e7
  1. 3
      docs/user-guide/create-channels.md

3
docs/user-guide/create-channels.md

@ -9,8 +9,9 @@ Channel numbers can be whole numbers or can contain one decimal, like `500` or ` @@ -9,8 +9,9 @@ Channel numbers can be whole numbers or can contain one decimal, like `500` or `
### Streaming Mode
Three streaming modes are currently supported: `MPEG-TS` (Transport Stream), `HLS Direct` (HTTP Live Streaming Direct) and `HLS Hybrid` (HTTP Live Streaming Hybrid).
* `MPEG-TS` transcodes content and supports watermarks, though some clients will have issues at program boundaries
* `HLS Direct` does not transcode content and can perform better on low power systems, but does not support watermarks
* `HLS Direct` does not transcode content and can perform better on low power systems, but does not support watermarks and some clients will have issues at program boundaries
* `HLS Hybrid` transcodes content and supports watermarks, and can perform very well at program boundaries with some clients
### FFmpeg Profile

Loading…
Cancel
Save