OvenPlayer.create()
. However, we will inform you of some ways to access the OvenPlayer Instance in debugging or unexpected situations.font-size
, font-weight
, color
...)top-right
, top-left
, bottom-right
, bottom-left
are available.waterMark.position
. All CSS value available (e.g. 10px
, 5%
, 1rem
...)waterMark.position
. All CSS value available (e.g. 10px
, 5%
, 1rem
...)auto
means set to the original width of the image. All CSS value available (e.g. 10px
, 5%
, 1rem
...)auto
means set to the original height of the image. All CSS value available (e.g. 10px
, 5%
, 1rem
...)sources
. Also, multiple protocols can support a broader range of browsers, and multiple resolutions allow viewers to select video quality.sources
and will automatically play the next source if playback fails.*.vtt
, *.srt
, and *.smi
as subtitle file formats.sectionStart
and cuts the playback after the time of sectionEnd
. The example below will only play between 300 seconds to 600 seconds of the stream.playlist
has multiple sources
mentioned above. You can explore between playlists, and it automatically plays the next content. Also, you can assign ads and captions for each playlist
.timeoutMaxRetry
connectionTimeout
connectionTimeout
sets the maximum allowable time until a connection is established. timeoutMaxRetry
sets the number of times the player will automatically retry the connection when the maximum allowed time has elapsed. When retrying a connection due to a timeout, the player does not display an error message. If the connection fails after retries for timeoutMaxRetry
, the player throws a timeout error. If timeoutMaxRetry
is set to 0, no timeout processing is performed."relay"