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

@ -11,7 +11,7 @@
text-shadow: 0.1em 0.1em 0.2em #006081a8 !important;
}
</style>
{{--
{{--
<div class="container-fluid" style="padding: 0">
<div class="container-fluid header-carousel">
<div class="row">
@ -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>