@flussonic/flussonic-dvr-player 26.4.5 → 26.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/FlussonicDvrPlayer.js +2 -2
- package/dist/FlussonicDvrPlayer.js.gz +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -111,6 +111,7 @@ mosaic play mode:
|
|
|
111
111
|
- `multiTimeline` - enable split timeline mode (`true`|`false`)
|
|
112
112
|
- `streamingChannels` - a plain object, that can include:
|
|
113
113
|
- `renderTitles` - show titles of streams (`true`|`false`)
|
|
114
|
+
- `size` - a mosaic size (`AxB` where A - a number of columns, B - a number of rows)
|
|
114
115
|
- `streams` - an array of objects, that can include:
|
|
115
116
|
- `subName` - name of the stream
|
|
116
117
|
- `address` - stream may have its own address on the other Flussonic server
|