Stream Embed live stream same column value in the database

<div id="player"></div>
<script>
 var options = {
        width: 854,
        height: 480,
        layout: "video",
        channel: '{{$match->stream}}'
        };
        var embed = new Twitch.Player("player", options);
</script>

This is basic html/js and database value insertion for $language which you have not specified. This is not a general HTMl/JS/$language help forum!

1 Like