Skip to content

Commit 8acdef0

Browse files
Update setup-guide.md
1 parent f3050de commit 8acdef0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup-guide.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,13 @@ Use Multi Stream Properties to set all the configuration needed for multi stream
166166
* <span style="color:blue">**LoopPlayback**</span>: Loop the current playback. It's true by default.
167167
* <span style="color:blue">**AutoTransition**</span>: Change the playback to the next video in the playlist. This action won't have effect when loopPlayback is true. It's false by default.
168168
* <span style="color:blue">**AdsProperties**</span>: List of properties to configure advertisement insertions for each player in the scene. For more information, please refer to [**Playing Ads**](./playing-ads.md)
169+
* <span style="color:blue">**Starting Bitrate**</span>: The bitrate in bps the player will try to start playing. Setting it to 0 will make the player start with the lowest track.
170+
* <span style="color:blue">**Track Bitrate Range**</span>: Limits the tracks by bitrate range. X = Minimum bitrate, Y = Maximum bitrate (in bps).
171+
* <span style="color:blue">**Resolution Max Size**</span>: Limits the tracks by maximum resolution. X = Max width (px), Y = Max height (px).
172+
* <span style="color:blue">**Resolution Min Size**</span>: Limits the tracks by minimum resolution. X = Min width (px), Y = Min height (px).
169173

170174
<p align="center">
171-
<img width="802" height="655" alt="image" src="https://github.com/user-attachments/assets/370fcf9e-3c99-44ee-97fc-b6adced5c475" />
175+
<img width="776" height="748" alt="image" src="https://github.com/user-attachments/assets/429d95d0-bd09-4759-b9e0-7f217d3c7247" />
172176
</p>
173177

174178
## 2.4 Build and Run

0 commit comments

Comments
 (0)