You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/push-publishing.md
+31-8Lines changed: 31 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,49 +35,70 @@ The RTMP protocol only supports H264 and AAC codecs.
35
35
36
36
### StreamMap
37
37
38
-
`<StreamMap>` is used for automatically pushing content based on user-defined conditions. The XML file path should be specified relative to `<ApplicationPath>/conf`.
38
+
`<StreamMap>` is used to automatically push content based on user-defined conditions. The XML file path must be specified relative to `<ApplicationPath>/conf`.
39
39
40
-
`<StreamName>` is used to match output stream names and supports the use of wildcard characters. `<VariantNames>` can be used to select specific tracks. Multiple variants can be specified using commas (','). The `<Protocol>` supports `rtmp`, `mpegts`, and `srt`. You enter the destination address in the `<Url>` and `<StreamKey>` field, where macros can also be used.
40
+
`<StreamName>` is used to match output stream names and supports wildcard characters.
41
+
42
+
`<VariantNames>` can be used to select specific tracks. Multiple variants can be specified by separating them with commas (,). \
43
+
If multiple tracks with the same `VariantName` exist in the output stream, a specific track can be selected by appending a `:[Index]` suffix.
44
+
45
+
`<Protocol>` supports `rtmp`, `mpegts`, and `srt`. The destination address is specified in the `<Url>` and `<StreamKey>` fields, and macros can be used.
0 commit comments