mardi 5 novembre 2019

How to stream video in Laravel

I am trying to stream the video in the blade file. Normally video is loading but I am not able to go to and fro.

Here is the link which I followed: https://codesamplez.com/programming/php-html5-video-streaming-tutorial

I have added the class things in my App/VideoStream.php class and in the blade

<?php
$video_path = 'my_video_ath';

$tmp = new \App\VideoStream($video_path);
$tmp->start();

?>


<video controls preload="auto" src="" width="100%"></video>'

Whats issue in this, please help me out.



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire