Skip to content

Commit

Permalink
retouch video optimization rules
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Earnshaw <nearnshaw@decentraland.org>
  • Loading branch information
nearnshaw authored Dec 10, 2024
1 parent 8658621 commit a3fa7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/creator/sdk7/media/video-playing.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ In all cases, you'll need:

Keep in mind that streaming video demands a significant effort from the player's machine. It's recommended to avoid playing more than one video at a time.

If too many videos are playing at the same time in your scene, some will be paused by the engine. The priority is determined based on proximity to the player, direction of the camera and size of the screen. The maximum amount of simultaneous videos depends on the player's quality settings.
If too many videos are playing at the same time in your scene, some will be paused by the engine. The priority for pausing a screen is determined based on several factors that include proximity to the player, size, and if the screen is in field of fiew of the player. The maximum amount of simultaneous videos depends on the player's quality settings.

- Low: 1
- Medium: 5
Expand Down

0 comments on commit a3fa7d8

Please sign in to comment.