@@ -37,7 +37,7 @@
ref="playerRef"
:playerInfo="playinfo"
class="components-container"
- style="margin-top: 10px"
+ style="margin-top: 10px; width: 90%; height: 80vh"
/>
</div>
</template>
@@ -47,7 +47,7 @@ const config = reactive({
hasAudio: true,
isLive: true,
MSE: false,
- WCS: false
+ WCS: true
})
const playCreate = () => {