@extends('layouts.user-no-nav') @section('page_title', $stream->name) @section('styles') @if(!$stream->isLivekitDriver()) {{-- RTMP (Pushr) specific styles --}} @endif {!! Minify::stylesheet([ '/libs/dropzone/dist/dropzone.css', '/css/pages/checkout.css', '/css/pages/stream.css' ])->withFullUrl() !!} @stop @section('scripts') @if(!$stream->isLivekitDriver()) @endif {!! Minify::javascript([ '/libs/dropzone/dist/dropzone.js', '/libs/pusher-js-auth/lib/pusher-auth.js', '/js/FileUpload.js', '/js/pages/lists.js', '/js/pages/checkout.js', '/js/RTMPStream.js', '/js/RTCStream.js', '/js/pages/stream.js' ])->withFullUrl() !!} @stop @section('content')
{{$stream->name}}
@if(!isset($streamEnded)) @if(StreamsHelper::getUserInProgressStream()) @endif @endif
@include('elements.message-alert',['classes'=>'pb-3'])
@if($stream->canWatchStream) @if($stream->isLivekitDriver())
No live stream available
@else @endif @else
🔒 {{__("Live stream requires a")}} @if(isset($subLocked)) {{__("valid")}} @endif @if(isset($priceLocked)) @if(isset($subLocked)){{__("and an")}}@endif user)) data-placement="top" title="{{__('This creator cannot earn money yet')}}" @endif> {{__("one time fee")}} @endif.
@endif
@include('elements.streams.stream-details-banner')
@include('elements.streams.stream-chat')
@include('elements.checkout.checkout-box') @include('elements.report-user-or-post', ['reportStatuses' => ListsHelper::getReportTypes()]) @stop