To stop offline images and countdowns from being displayed when a live stream goes offline, you can use the ‘stopOffline’ parameter. This parameter allows you to control whether the offline image and countdown should be shown. Here’s how you can set it up:

You can modify your video player’s URL by adding ‘stopOffline=1’ at the end or by ‘stopOffline=true’. For example:

https://your-video-player-url.com?stopOffline=true


By adjusting the stopOffline parameter, you can customize your live stream player’s behaviour to either display or hide offline images and countdowns based on your preference.

Note: ‘true’ = ‘1’ and ‘false’ = ‘0’. You can use either ‘true’ or ‘1’, and ‘false’ or ‘0’.