@extends('admin.layouts.home') @section('title', 'Live Stream Settings') @section('content')

Live Stream Settings

Manage Live Stream Settings

Configure your platform's live streaming features

Live Streaming Settings
Live Streaming

Users can go live instantly.

Live Streaming Storage

Let the live stream save streams to watch again later.

Millicast API Configuration
To start using this feature, you'll need to create an account in MilliCast.
Millicast Live Streaming

Users can go live instantly using Millicast.

Note you can only choose one provider at the same time.

Your Millicast Publishing Token.
Your Millicast Account ID.
Agora API Configuration
To start using this feature, you'll need to create an account in Agora.
Agora Live Streaming

Users can go live instantly using Agora.

Note you can only choose one provider at the same time.

The secret key is not showing due security reasons, you can still overwrite the current one.
The secret key is not showing due security reasons, you can still overwrite the current one.
Amazon S3 Live Streaming Storage

Used to store video streams if "Live Streaming Storage" is enabled.

The secret key is not showing due security reasons, you can still overwrite the current one.
  • Before enabling Amazon S3, make sure you upload the whole "upload" folder to your bucket.
  • Before disabling Amazon S3, make sure you download the whole "upload" folder to your server.
  • We recommend to upload the folder and files via S3cmd.
  • If your site is still brand new, you can escape the upload step, but make sure to click on "Test Connection".
Looking for Video Call Configuration? Click here
@include('admin.update_settings') @endsection