laravel-video icon indicating copy to clipboard operation
laravel-video copied to clipboard

Assign to variable

Open piercegearhart opened this issue 3 years ago • 1 comments

Hello! This is less of an issue, and more of a question. I can see that the code VideoStreamer::streamFile($path) displays the video inside the browser once you go to the route connected to that controller function. I am wanting to I guess assign the video to a variable so I can display the video on a custom page, so there is more than just a video. I tried $video = VideoStreamer::streamFile($path); but of course that doesnt work because the code is setup to just show the video when pasting that in the controller. So is there a way I can do this?

piercegearhart avatar May 11 '21 15:05 piercegearhart

The question is not clear for me

imanghafoori1 avatar Oct 12 '21 13:10 imanghafoori1