Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Is it possible to stream video to subscribers from Laravel #42

Closed
azeemhassni opened this issue Dec 9, 2018 · 1 comment
Closed

Is it possible to stream video to subscribers from Laravel #42

azeemhassni opened this issue Dec 9, 2018 · 1 comment

Comments

@azeemhassni
Copy link

azeemhassni commented Dec 9, 2018

Greetings,

I'm working on a mobile app, I'm thinking to use this package for realtime communication.

I'm wondering if it's possible to stream a video file from laravel to all the connected clients using this package?

Thanks for any help. 🥂

@mpociot
Copy link
Member

mpociot commented Dec 10, 2018

Hi,

I don't think websockets are made for streaming chunks of video to be honest. You could probably use websockets to trigger the simultaneous playback on all connected clients - but streaming itself is probably better done via HTTP.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants