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.
我正在尝试为 mac 实现 RTSP 广播器。我能够独立播放音频和视频,但是当我开始同时播放它们时,我一次只能听到音频或视频。如果音频播放比视频不显示,如果视频播放没有音频。
苹果 AVcapture 会话中存在一些问题,因为它在一段时间后延迟了数据包的生成。我必须为麦克风创建一个单独的 avcapturesession,它解决了我的问题。感谢拉尔夫的所有支持..