/Laravel-WebRTC

Sample WebRTC streaming application based on Laravel framework

Primary LanguagePHP

WebRTC example with Laravel

It is a Laravel project that I learned and implemented WebRTC technology.

Tech Stack

Client: Vue.js

NPM library: Simple Peer

Server: PHP8, Laravel 8 , Soketi

Database: PostgreSQL

Run Locally

Clone the project

  git clone https://github.com/metinagaoglu/Laravel-WebRTC

Go to the project directory

  cd Laravel-WebRTC

Run the docker-composer command

  docker-compose up

Start the server manually for now

  "php app/artisan serve --host=0.0.0.0"

Re-search

Soketi

WebRTC Guide

Peer.js

Laravel Websocket

STUN/TURN