You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2024. It is now read-only.
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.
Uh oh!
There was an error while loading. Please reload this page.
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. 🥂
The text was updated successfully, but these errors were encountered: