stream group show done

This commit is contained in:
Mahri Ilmedova 2022-09-12 00:19:26 +05:00
parent ab89f232aa
commit 350dd71022
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
<div class="video-player">
<video width="100%" poster="https://content.turkmentv.gov.tm/uploads/{{ $show->img_url }}" controls style="object-fit: cover;">
<source src="https://content.turkmentv.gov.tm/{{ $show->video_url }}" type="video/mp4">
<source src="/stream/{{ $show->id }}" type="video/mp4">
Your browser does not support HTML5 video.
</video>
</div>