0

ネットワーク経由でオーディオとビデオを別々に送信しましたが、同期したオーディオ ビデオ データをネットワーク経由で送信したいと考えています。ps: オーディオには Naudio、ビデオには DirectShow を使用しています。

4

1 に答える 1

0

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.

于 2013-03-19T12:35:45.953 に答える