@@ -2,7 +2,7 @@ Dolby Interactivity APIs Mixer Layout App
22=========================================
33
44<p align =" center " >
5- <img src =" https://cdn.dolby.io/wp-content/uploads/2020/05/Dolbyio-white-horizontal-e1589344433251.jpg " alt =" Voxeet SDK logo" title =" Dolby.io logo " width =" 200 " />
5+ <img src =" wiki/dolbyio.jpeg " alt =" Dolby.io logo" title =" Dolby.io logo " width =" 200 " />
66</p >
77
88
@@ -63,7 +63,7 @@ For example, the layout may be equal sized tiles for the majority of the video b
6363 - `record`, which is used to record live conference;
6464 - `replay`, which is used to record a replay of a conference;
6565 - `stream`, which is used to stream to YouTube or Facebook; or
66- - `hls`, which is usef for streaming using HLS.
66+ - `hls`, which is used for streaming using HLS.
6767
6868 The mixer layout can vary the layout based on the type.
6969 For example, for a live recording of a conference, the Platform will set the vaue for the input with id `layoutType` to `record`.
@@ -74,15 +74,21 @@ For example, the layout may be equal sized tiles for the majority of the video b
7474
7575* Download the project with:
7676
77- `git clone git@github.com:voxeet/voxeet-uxkit-web-mixerlayout.git`
77+ ```
78+ git clone git@github.com:voxeet/voxeet-uxkit-web-mixerlayout.git
79+ ```
7880
79- * Install the dependancies with:
81+ * Install the dependencies with:
8082
81- `yarn install`
83+ ```
84+ yarn install
85+ ```
8286
8387* Start the application with:
8488
85- `yarn start`
89+ ```
90+ yarn start
91+ ```
8692
8793
8894## Test
@@ -98,7 +104,9 @@ Change the default value for `isDemo` to `true` and set the `consumerKey` and `c
98104
991052. Start the server
100106
101- `yarn start`
107+ ```
108+ yarn start
109+ ```
102110
1031113. Launch Chrome and go to `http://127.0.0.1:8081/`. The layout type can be selected and a mix started:
104112
@@ -196,7 +204,9 @@ This component is used by `TileVideo` to show a presenter who does not have came
196204
197205To generate a bundle of the JavaScript of the project, in the root directory of the app run:
198206
199- `yarn run build`
207+ ```
208+ yarn run build
209+ ```
200210
201211This will generate `dist/index.html` and `dist/out.js`.
202212
0 commit comments