Learn how to use a media player with Livepeer
Player
to
play a livestream.
Player
with a playbackId
, which we
created previously when creating a livestream.
PLAYBACK_ID
with your video’s playback id.
&lowLatency=false
in the query
string, or if you want only low latency, you can pass &lowLatency=force
.
&clipLength={seconds}
can be passed, which will allow
viewers to clip livestreams. The length in seconds must be less than 120
seconds.
constant=true
, which means that
audio will not be distorted if the playhead falls behind the livestream. This is
usually used for music applications, where audio quality/consistency is more
important than latency.
muted
and autoplay
behavior with
&muted=false
and/or &autoplay=false
. These are set to true by default.
Looping can also be set with &loop=true
.