-
Notifications
You must be signed in to change notification settings - Fork 7
Feature/add e2e test #248
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
Merged
Merged
Feature/add e2e test #248
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 781d2e6. 暫定修正なので revert する
--fake-capture-device オプションを有効にすると、音声と映像の両方でフェイクデバイスを使用する。 実際の音声・映像送信は --audio/--video オプションに依存する。
video_source のnullチェックとvideo_trackの作成を config_.video が true の場合のみ実行するように修正。 これにより音声のみ送信(--video false --audio true)が可能になる。
--fake-video と --fake-audio オプションを --fake-capture-device に統合。 デフォルト値は True のままで、テストではフェイクデバイスを使用する。
- Windows では実行ファイル名に .exe 拡張子を付与する - Windows プラットフォームの優先順位リストに windows_x86_64 を追加する - ファイルの存在チェック時も .exe 拡張子を考慮する
ca8b9b2 to
bc252d3
Compare
…設定を追加する Windows で Boost の静的ランタイムライブラリを正しくリンクするため、 以下の設定を追加: - Boost_USE_STATIC_RUNTIME ON - MSVC_RUNTIME_LIBRARY の設定 - コンパイルオプションの Windows/非 Windows 分岐
…MakeLists.txt を修正する - ターゲット別ディレクトリ(macos_arm64, ubuntu-*, windows_x86_64)を削除 - トップレベルの CMakeLists.txt で Windows 向け設定を完全化 - /bigobj フラグを追加 - Windows マクロ定義(_CONSOLE, _WIN32_WINNT, NOMINMAX, WIN32_LEAN_AND_MEAN)を追加 - Threads パッケージを非 Windows でのみ検索 これで 3 つのサンプル全てが sumomo と同じ構成に統一される。
Member
Author
|
@melpon 一通りまとめたので一旦見てもらえれば。 |
Drain() に加えて Flush() を呼び出し、polling_thread の終了を確実にする。 polling_thread_.reset() を join() の直後に移動し、競合状態を回避する。
Contributor
|
@voluntas |
Member
Author
|
@melpon windows 時の E2E テストデバッグに使いたいの残してください 🙏 |
melpon
approved these changes
Nov 7, 2025
Contributor
melpon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
気になるところは直しました。
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.