From 58b4c774b4c37aa1a0da4749dfbbf4dc29f0f875 Mon Sep 17 00:00:00 2001 From: John Hollowell Date: Fri, 3 Jan 2020 05:00:38 -0500 Subject: [PATCH] Update stream.markdown (#11612) integration doesn't do any replacements in the filename, so removed ambiguous/incorrect section --- source/_integrations/stream.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/stream.markdown b/source/_integrations/stream.markdown index 3b581f5e48c..e98e8a42a6a 100644 --- a/source/_integrations/stream.markdown +++ b/source/_integrations/stream.markdown @@ -33,7 +33,7 @@ Both `duration` and `lookback` options are suggestions, but should be consistent | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- | | `stream_source` | no | The input source for the stream, e.g., `rtsp://my.stream.feed:554`. | -| `filename` | no | The file name string. Variable is `entity_id`, e.g., `/tmp/my_stream.mp4`. | +| `filename` | no | The file name string. e.g., `/tmp/my_stream.mp4`. | | `duration` | yes | Target recording length (in seconds). Default: 30 | | `lookback` | yes | Target lookback period (in seconds) to include in addition to duration. Only available if there is currently an active HLS stream for `stream_source`. Default: 0 |