Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
社内で開発しているソフトフォンのビデオ バックエンドとして GStreamer を使用しようとしています。私たちのソフトフォンは GLib ベースではなく、独自のイベント ループを持っています。gst パイプラインをセットアップし、GMainLoop を使用せずにさまざまな状態にすることは可能ですか?
はい、ビデオ ストリームは独立して動作するため、「メイン ループ」のようなものでsleep(10)も機能します。ただし、gst パイプラインからイベントまたはエラー メッセージをキャプチャするには、GLib が必要です。
sleep(10)