Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gerar conexão websocket entre o live-web e live-streamer #1

Closed
alissonpeloso opened this issue Sep 10, 2021 · 1 comment · Fixed by #2
Closed

Gerar conexão websocket entre o live-web e live-streamer #1

alissonpeloso opened this issue Sep 10, 2021 · 1 comment · Fixed by #2
Assignees
Labels
Milestone

Comments

@alissonpeloso
Copy link

alissonpeloso commented Sep 10, 2021

Entender funcionamento do Broadcasting para gerar uma conexão entre o web e streamer via websocket

@Dovyski
Copy link
Contributor

Dovyski commented Sep 15, 2021

Conforme conversamos na reunião, o melhor é ajustar essa tarefa para que a conexão aconteça utilizando o nosso próprio servidor websocket (que está disponível em php artisan websocket:serve).

A config do .env fica assim:

PUSHER_APP_ID=1
PUSHER_APP_KEY=test
PUSHER_APP_SECRET=test
PUSHER_APP_CLUSTER=mt1

MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
MIX_ECHO_WS_HOST=localhost

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

Successfully merging a pull request may close this issue.

3 participants