We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
現在は一定期間ごとにhttp APIを叩いている 大きな負荷ではない筈だが、プロダクションツールを目指している以上不安な点が残る
TCP TALLYを使用して、コネクションを貼ったまま、低遅延で低負荷高パフォーマンスなタリー実装に切り替える
懸念点として、vMixが停止した(TCP接続が切れた)際の再試行処理と、飛んでくるBODYの読み取りに問題がないか精査する必要がある 前者は定期的にリトライし、SUBSCRIBEを再度走らせれば問題無いが、後者に関してはBODYがxmlやjsonではなく数字の羅列であることから、一度inputを取得してから数字と見合わせる必要があることが挙げられる
The text was updated successfully, but these errors were encountered:
FlowingSPDG/vmix-go#37
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
現在は一定期間ごとにhttp APIを叩いている
大きな負荷ではない筈だが、プロダクションツールを目指している以上不安な点が残る
TCP TALLYを使用して、コネクションを貼ったまま、低遅延で低負荷高パフォーマンスなタリー実装に切り替える
懸念点として、vMixが停止した(TCP接続が切れた)際の再試行処理と、飛んでくるBODYの読み取りに問題がないか精査する必要がある
前者は定期的にリトライし、SUBSCRIBEを再度走らせれば問題無いが、後者に関してはBODYがxmlやjsonではなく数字の羅列であることから、一度inputを取得してから数字と見合わせる必要があることが挙げられる
The text was updated successfully, but these errors were encountered: