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

Keeps sending “not_initialized_yet” if websocket connection is not re-opened. #1555

Closed
mekya opened this issue Oct 3, 2019 · 0 comments
Assignees
Labels

Comments

@mekya
Copy link
Contributor

mekya commented Oct 3, 2019

When antmedia starting up it may send a “not_initialized_yet” error. But if the client does not create a new WebSocket connection antmedia will keep sending the same error even if instance already up.
-> {"command":"play","streamId":"100500"}
<- {"definition":"not_initialized_yet","command":"error"}
-> {"command":"play","streamId":"100500"}
<- {"definition":"not_initialized_yet","command":"error"}
-> {"command":"play","streamId":"100500"}
<- {"definition":"not_initialized_yet","command":"error"}
-> {"command":"play","streamId":"100500"}
<- {"definition":"not_initialized_yet","command":"error"}
-> {"command":"play","streamId":"100500"}
<- {"definition":"not_initialized_yet","command":"error"}
-> {"command":"play","streamId":"100500"}
<- {"definition":"not_initialized_yet","command":"error"}

@mekya mekya assigned mekya and burak-58 and unassigned mekya Oct 3, 2019
@mekya mekya closed this as completed Nov 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants