use full live stream url

This commit is contained in:
Bilal
2020-07-20 14:36:04 +02:00
parent cd0de9154c
commit 2568383352
5 changed files with 18 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ $(document).on "turbolinks:load", ->
$("#broadcast_video").html data.video_content
new (Clappr.Player)(
parentId: '#broadcast_video'
source: data.playback_url
source: data.full_live_stream_playback_url
width: '100%',
height: '100%',
mute: true,