一端在直播 也就是推流 另一端观看时 画面延迟比较大 而且 音频传输比视频传输快些 先听到声音 画面后续才跟上 这样就不同步了 怎么解决了? 用的是PLPlayerKit和PLMediaStreamingKit实现的推流和拉流
Then cache the audio data first, and then start playing from the same frame after the video data arrives.
Then cache the audio data first, and then start playing from the same frame after the video data arrives.