I'm trying to implement a video streaming server using laravel, with Jwplayer as a client.
It works ok with Response::download() but i'm not able to seek forward if the video is not fully loaded yet.
Is there a special response / http header I could use ? Has anyone experienced this before ?
Maybe Response::stream(callback, status, headers) could help?
http://laravel.com/api/4.1/Illuminate/Support/Facades/Response.html#method_stream
Hii.. I am also loking for video streaming in laravel how it can be done?
Thanks, Jignesh.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community