440 lines
22 KiB
PHP
440 lines
22 KiB
PHP
@extends('themes::themehhtq.layout')
|
|
|
|
@section('content')
|
|
<div class="myui-player clearfix">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="myui-player__item clearfix h605" style="background-color: #1f1f1f;">
|
|
<div class="col-md-wide-75 padding-0 relative clearfix" id="player-left">
|
|
<div class="myui-player__box player-fixed">
|
|
<a class="player-fixed-off" href="javascript:;" style="display: none;"><i
|
|
class="fa fa-close"></i></a>
|
|
<div id="player-area" class="myui-player__video embed-responsive clearfix">
|
|
</div>
|
|
</div>
|
|
<ul class="myui-player__operate" style="background-color: #1b1a25;">
|
|
<li>Chọn nguồn phát hoặc tải lại trang khi lỗi</li>
|
|
<li>
|
|
@foreach ($currentMovie->episodes->where('slug', $episode->slug)->where('server', $episode->server) as $server)
|
|
<a data-id="{{ $server->id }}" data-link="{{ $server->link }}" data-type="{{ $server->type }}"
|
|
onclick="chooseStreamingServer(this)" class="btn btn-default streaming-server">
|
|
<i class='icon-play'></i>
|
|
<span class='title'>VIP #{{ $loop->index + 1 }}</span>
|
|
<span class='loader'></span>
|
|
</a>
|
|
@endforeach
|
|
</li>
|
|
<li>
|
|
<a href="javascript:;" onclick="window.location.reload()"><i class="fa fa-spinner"></i> Tải lại trang</a>
|
|
</li>
|
|
</ul>
|
|
<style type="text/css"> .embed-responsive {
|
|
padding-bottom: 56.25%;
|
|
} </style>
|
|
<a class="is-btn hidden-sm hidden-xs" id="player-sidebar-is" href="javascript:;"><i
|
|
class="fa fa-angle-right"></i></a>
|
|
</div>
|
|
<div class="col-md-wide-25 padding-0" id="player-sidebar">
|
|
<div class="myui-panel active clearfix">
|
|
<div class="myui-panel-box clearfix">
|
|
<div class="col-pd clearfix">
|
|
<div class="myui-panel__head active clearfix">
|
|
<h3 class="title text-fff">{{$currentMovie->name}}
|
|
<small class="text-red">Tập {{$episode->name}}</small>
|
|
</h3>
|
|
</div>
|
|
<div class="box-rating">
|
|
<input id="hint_current" type="hidden" value="">
|
|
<input id="score_current" type="hidden"
|
|
value="{{$currentMovie->getRatingStar()}}">
|
|
<div id="star" data-score="{{$currentMovie->getRatingStar()}}"
|
|
style="cursor: pointer; float: left; width: 200px;">
|
|
</div>
|
|
<span id="hint"></span>
|
|
<div id="div_average" style="float:left; line-height:20px; margin:0 5px; ">(<span class="average"
|
|
id="average">{{$currentMovie->getRatingStar()}}</span> đ/<span
|
|
id="rate_count"> /
|
|
{{$currentMovie->getRatingCount()}}</span> lượt)
|
|
</div>
|
|
<meta itemprop="aggregateRating" itemscope itemtype="https://schema.org/AggregateRating" />
|
|
<meta itemprop="ratingValue" content="{{$currentMovie->getRatingStar()}}" />
|
|
<meta itemprop="ratingcount" content="{{$currentMovie->getRatingCount()}}" />
|
|
<meta itemprop="bestRating" content="10" />
|
|
<meta itemprop="worstRating" content="1" />
|
|
</div>
|
|
<div class="text-muted">
|
|
<ul class="nav nav-tabs pull-right">
|
|
<li class="dropdown pb10 margin-0">
|
|
<a href="javascript:;" class="padding-0 text-fff" data-toggle="dropdown">Chọn Server ({{count($currentMovie->episodes->groupBy('server'))}}) <i class="fa fa-angle-down"></i></a>
|
|
<div class="dropdown-box bottom">
|
|
<ul class="item">
|
|
@foreach ($currentMovie->episodes->sortBy([['server', 'asc']])->groupBy('server') as $server => $data)
|
|
<li class="@if ($episode->server == $server) active @endif">
|
|
<a href="#player{{$loop->index}}" tabindex="-1" data-toggle="tab">{{$server}}</a>
|
|
</li>
|
|
@endforeach
|
|
</ul>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="tab-content mb10">
|
|
@foreach ($currentMovie->episodes->sortBy([['server', 'asc']])->groupBy('server') as $server => $data)
|
|
<div id="player{{$loop->index}}" class="tab-pane fade in @if ($episode->server == $server) active @endif clearfix">
|
|
<ul class="myui-content__list playlist clearfix " id="playlist">
|
|
@foreach ($data->sortByDesc('name', SORT_NATURAL)->groupBy('name') as $name => $item)
|
|
<li class="col-lg-3 col-md-4 col-sm-5 col-xs-4 @if ($item->contains($episode)) active @endif">
|
|
<a class="btn btn-default @if ($item->contains($episode)) btn-warm @endif" href="{{ $item->sortByDesc('type')->first()->getUrl() }}">{{$name}}</a>
|
|
</li>
|
|
@endforeach
|
|
</ul>
|
|
</div>
|
|
@endforeach
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-wide-7 col-xs-1 padding-0">
|
|
<div class="myui-panel myui-panel-bg clearfix">
|
|
<div class="myui-panel-box clearfix">
|
|
<div class="myui-panel_hd">
|
|
<div class="myui-panel__head clearfix">
|
|
<h3 class="title">{{ $currentMovie->name }} - {{ $currentMovie->origin_name }} ({{ $currentMovie->publish_year }})</h3>
|
|
</div>
|
|
</div>
|
|
<div class="myui-panel_bd">
|
|
<div class="col-pd text-collapse content">
|
|
<span class="text-muted"></span><span class="sketch content">
|
|
<div class="the_tag_list">
|
|
@foreach ($currentMovie->tags as $tag)
|
|
<a href="{{ $tag->getUrl() }}" rel="tag">{{ $tag->name }}</a>
|
|
@endforeach
|
|
</div>
|
|
</span>
|
|
<span class="data" style="display: none;">
|
|
@if ($currentMovie->content)
|
|
{!! $currentMovie->content !!}
|
|
@else
|
|
<p>Hãy xem phim để cảm nhận nhé</p>
|
|
@endif
|
|
</span>
|
|
<a class="details" href="javascript:;">Xem thêm <i class="fa fa-angle-down"></i></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="myui-panel myui-panel-bg clearfix">
|
|
<div class="myui-panel-box clearfix">
|
|
<div class="myui-panel_hd">
|
|
<div class="myui-panel__head active bottom-line clearfix">
|
|
<h3 class="title">Bình luận</h3>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tab-content myui-panel_bd" style="background-color: #fff; border-radius: 20px;">
|
|
<div class="fb-comments" data-href="{{ $currentMovie->getUrl() }}" data-width="100%"
|
|
data-colorscheme="dark" data-numposts="5" data-order-by="reverse_time" data-lazy="true"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@include('themes::themehhtq.inc.interested')
|
|
</div>
|
|
@include('themes::themehhtq.inc.sidebar')
|
|
</div>
|
|
</div>
|
|
@endsection
|
|
|
|
@push('scripts')
|
|
|
|
<script src="/themes/hhtq/player/js/p2p-media-loader-core.min.js"></script>
|
|
<script src="/themes/hhtq/player/js/p2p-media-loader-hlsjs.min.js"></script>
|
|
|
|
<script src="/js/jwplayer-8.9.3.js"></script>
|
|
<script src="/js/hls.min.js"></script>
|
|
<script src="/js/jwplayer.hlsjs.min.js"></script>
|
|
|
|
<script>
|
|
jQuery(document).ready(function() {
|
|
jQuery('html, body').animate({
|
|
scrollTop: jQuery('#player-area').offset().top
|
|
}, 'slow');
|
|
});
|
|
</script>
|
|
|
|
<script>
|
|
var episode_id = {{$episode->id}};
|
|
const wrapper = document.getElementById('player-area');
|
|
const vastAds = "{{ Setting::get('jwplayer_advertising_file') }}";
|
|
|
|
function chooseStreamingServer(el) {
|
|
const type = el.dataset.type;
|
|
const link = el.dataset.link.replace(/^http:\/\//i, 'https://');
|
|
const id = el.dataset.id;
|
|
|
|
const newUrl =
|
|
location.protocol +
|
|
"//" +
|
|
location.host +
|
|
location.pathname.replace(`-${episode_id}`, `-${id}`);
|
|
|
|
history.pushState({
|
|
path: newUrl
|
|
}, "", newUrl);
|
|
episode_id = id;
|
|
|
|
|
|
Array.from(document.getElementsByClassName('streaming-server')).forEach(server => {
|
|
server.classList.remove('btn-warm');
|
|
})
|
|
el.classList.add('btn-warm');
|
|
|
|
renderPlayer(type, link, id);
|
|
}
|
|
|
|
function renderPlayer(type, link, id) {
|
|
if (type == 'embed') {
|
|
if (vastAds) {
|
|
wrapper.innerHTML = `<div id="fake_jwplayer"></div>`;
|
|
const fake_player = jwplayer("fake_jwplayer");
|
|
const objSetupFake = {
|
|
key: "{{ Setting::get('jwplayer_license') }}",
|
|
aspectratio: "16:9",
|
|
width: "100%",
|
|
file: "/themes/hhtq/player/1s_blank.mp4",
|
|
volume: 100,
|
|
mute: false,
|
|
autostart: true,
|
|
advertising: {
|
|
tag: "{{ Setting::get('jwplayer_advertising_file') }}",
|
|
client: "vast",
|
|
vpaidmode: "insecure",
|
|
skipoffset: {{ (int) Setting::get('jwplayer_advertising_skipoffset') ?: 5 }}, // Bỏ qua quảng cáo trong vòng 5 giây
|
|
skipmessage: "Bỏ qua sau xx giây",
|
|
skiptext: "Bỏ qua"
|
|
}
|
|
};
|
|
fake_player.setup(objSetupFake);
|
|
fake_player.on('complete', function(event) {
|
|
jQuery("#fake_jwplayer").remove();
|
|
wrapper.innerHTML = `<iframe width="100%" height="445px" src="${link}" frameborder="0" scrolling="no"
|
|
allowfullscreen="" allow='autoplay'></iframe>`
|
|
fake_player.remove();
|
|
});
|
|
|
|
fake_player.on('adSkipped', function(event) {
|
|
jQuery("#fake_jwplayer").remove();
|
|
wrapper.innerHTML = `<iframe width="100%" height="445px" src="${link}" frameborder="0" scrolling="no"
|
|
allowfullscreen="" allow='autoplay'></iframe>`
|
|
fake_player.remove();
|
|
});
|
|
|
|
fake_player.on('adComplete', function(event) {
|
|
jQuery("#fake_jwplayer").remove();
|
|
wrapper.innerHTML = `<iframe width="100%" height="445px" src="${link}" frameborder="0" scrolling="no"
|
|
allowfullscreen="" allow='autoplay'></iframe>`
|
|
fake_player.remove();
|
|
});
|
|
} else {
|
|
if (wrapper) {
|
|
wrapper.innerHTML = `<iframe width="100%" height="445px" src="${link}" frameborder="0" scrolling="no"
|
|
allowfullscreen="" allow='autoplay'></iframe>`
|
|
}
|
|
}
|
|
return;
|
|
}
|
|
|
|
if (type == 'm3u8' || type == 'mp4') {
|
|
wrapper.innerHTML = `<div id="jwplayer"></div>`;
|
|
const player = jwplayer("jwplayer");
|
|
const objSetup = {
|
|
key: "{{ Setting::get('jwplayer_license') }}",
|
|
aspectratio: "16:9",
|
|
width: "100%",
|
|
image: "{{ $currentMovie->getPosterUrl() }}",
|
|
file: link,
|
|
playbackRateControls: true,
|
|
playbackRates: [0.25, 0.75, 1, 1.25],
|
|
sharing: {
|
|
sites: [
|
|
"reddit",
|
|
"facebook",
|
|
"twitter",
|
|
"googleplus",
|
|
"email",
|
|
"linkedin",
|
|
],
|
|
},
|
|
volume: 100,
|
|
mute: false,
|
|
autostart: true,
|
|
logo: {
|
|
file: "{{ Setting::get('jwplayer_logo_file') }}",
|
|
link: "{{ Setting::get('jwplayer_logo_link') }}",
|
|
position: "{{ Setting::get('jwplayer_logo_position') }}",
|
|
},
|
|
advertising: {
|
|
tag: "{{ Setting::get('jwplayer_advertising_file') }}",
|
|
client: "vast",
|
|
vpaidmode: "insecure",
|
|
skipoffset: {{ (int) Setting::get('jwplayer_advertising_skipoffset') ?: 5 }}, // Bỏ qua quảng cáo trong vòng 5 giây
|
|
skipmessage: "Bỏ qua sau xx giây",
|
|
skiptext: "Bỏ qua"
|
|
}
|
|
};
|
|
|
|
if (type == 'm3u8') {
|
|
const segments_in_queue = 50;
|
|
|
|
var engine_config = {
|
|
debug: !1,
|
|
segments: {
|
|
forwardSegmentCount: 50,
|
|
},
|
|
loader: {
|
|
cachedSegmentExpiration: 864e5,
|
|
cachedSegmentsCount: 1e3,
|
|
requiredSegmentsPriority: segments_in_queue,
|
|
httpDownloadMaxPriority: 9,
|
|
httpDownloadProbability: 0.06,
|
|
httpDownloadProbabilityInterval: 1e3,
|
|
httpDownloadProbabilitySkipIfNoPeers: !0,
|
|
p2pDownloadMaxPriority: 50,
|
|
httpFailedSegmentTimeout: 500,
|
|
simultaneousP2PDownloads: 20,
|
|
simultaneousHttpDownloads: 2,
|
|
// httpDownloadInitialTimeout: 12e4,
|
|
// httpDownloadInitialTimeoutPerSegment: 17e3,
|
|
httpDownloadInitialTimeout: 0,
|
|
httpDownloadInitialTimeoutPerSegment: 17e3,
|
|
httpUseRanges: !0,
|
|
maxBufferLength: 300,
|
|
// useP2P: false,
|
|
},
|
|
};
|
|
if (Hls.isSupported() && p2pml.hlsjs.Engine.isSupported()) {
|
|
var engine = new p2pml.hlsjs.Engine(engine_config);
|
|
player.setup(objSetup);
|
|
jwplayer_hls_provider.attach();
|
|
p2pml.hlsjs.initJwPlayer(player, {
|
|
liveSyncDurationCount: segments_in_queue, // To have at least 7 segments in queue
|
|
maxBufferLength: 300,
|
|
loader: engine.createLoaderClass(),
|
|
});
|
|
} else {
|
|
player.setup(objSetup);
|
|
}
|
|
} else {
|
|
player.setup(objSetup);
|
|
}
|
|
|
|
|
|
const resumeData = 'OPCMS-PlayerPosition-' + id;
|
|
player.on('ready', function() {
|
|
if (typeof(Storage) !== 'undefined') {
|
|
if (localStorage[resumeData] == '' || localStorage[resumeData] == 'undefined') {
|
|
console.log("No cookie for position found");
|
|
var currentPosition = 0;
|
|
} else {
|
|
if (localStorage[resumeData] == "null") {
|
|
localStorage[resumeData] = 0;
|
|
} else {
|
|
var currentPosition = localStorage[resumeData];
|
|
}
|
|
console.log("Position cookie found: " + localStorage[resumeData]);
|
|
}
|
|
player.once('play', function() {
|
|
console.log('Checking position cookie!');
|
|
console.log(Math.abs(player.getDuration() - currentPosition));
|
|
if (currentPosition > 180 && Math.abs(player.getDuration() - currentPosition) >
|
|
5) {
|
|
player.seek(currentPosition);
|
|
}
|
|
});
|
|
window.onunload = function() {
|
|
localStorage[resumeData] = player.getPosition();
|
|
}
|
|
} else {
|
|
console.log('Your browser is too old!');
|
|
}
|
|
});
|
|
|
|
player.on('complete', function() {
|
|
if (typeof(Storage) !== 'undefined') {
|
|
localStorage.removeItem(resumeData);
|
|
} else {
|
|
console.log('Your browser is too old!');
|
|
}
|
|
})
|
|
|
|
function formatSeconds(seconds) {
|
|
var date = new Date(1970, 0, 1);
|
|
date.setSeconds(seconds);
|
|
return date.toTimeString().replace(/.*(\d{2}:\d{2}:\d{2}).*/, "$1");
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
<script>
|
|
document.addEventListener("DOMContentLoaded", function() {
|
|
const episode = '{{$episode->id}}';
|
|
let playing = document.querySelector(`[data-id="${episode}"]`);
|
|
if (playing) {
|
|
playing.click();
|
|
return;
|
|
}
|
|
|
|
const servers = document.getElementsByClassName('streaming-server');
|
|
if (servers[0]) {
|
|
servers[0].click();
|
|
}
|
|
});
|
|
</script>
|
|
|
|
<link href="{{ asset('/themes/hhtq/libs/jquery-raty/jquery.raty.css') }}" rel="stylesheet" />
|
|
<script src="{{ asset('/themes/hhtq/libs/jquery-raty/jquery.raty.js') }}"></script>
|
|
|
|
<script>
|
|
var rated = false;
|
|
jQuery(document).ready(function($) {
|
|
$('#star').raty({
|
|
number: 10,
|
|
starHalf: '/themes/hhtq/libs/jquery-raty/images/star-half.png',
|
|
starOff: '/themes/hhtq/libs/jquery-raty/images/star-off.png',
|
|
starOn: '/themes/hhtq/libs/jquery-raty/images/star-on.png',
|
|
click: function(score, evt) {
|
|
if (!rated) {
|
|
$.ajax({
|
|
url: '{{ route('movie.rating', ['movie' => $currentMovie->slug]) }}',
|
|
data: JSON.stringify({
|
|
rating: score
|
|
}),
|
|
headers: {
|
|
"Content-Type": "application/json",
|
|
'X-CSRF-TOKEN': document.querySelector(
|
|
'meta[name="csrf-token"]')
|
|
.getAttribute(
|
|
'content')
|
|
},
|
|
type: 'post',
|
|
dataType: 'json',
|
|
success: function(res) {
|
|
alert("Đánh giá của bạn đã được gửi đi!")
|
|
rated = true;
|
|
}
|
|
});
|
|
}
|
|
}
|
|
});
|
|
})
|
|
</script>
|
|
|
|
{!! setting('site_scripts_facebook_sdk') !!}
|
|
@endpush
|