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.
ネットワーク経由でオーディオとビデオを別々に送信しましたが、同期したオーディオ ビデオ データをネットワーク経由で送信したいと考えています。ps: オーディオには Naudio、ビデオには DirectShow を使用しています。
I assume the first point you have to make sure is that you are generating the RTCP packets at some fixed interval of time. RTCP maps the rtp timestamps with NTP. And this is required at the client end for syncing audio and video.