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.
我使用 Ant Media Server,在使用华为 p20 和 p30 pro 观看时遇到以下错误。
"noSetRemoteDescription"
有什么我错过的吗?
是的,这个问题发生在华为 p20 和 p30 pro 等设备上。因为他们的 WebRTC 堆栈不支持 H.264。
所以在 Ant Media Server 中启用 VP8。根据您的情况,启用 VP8 并禁用 H264 可能会解决您的所有问题。另一方面,如果您需要更好的兼容性,您可以启用 H.264 和 VP8 并添加自适应比特率,使视频也转码到其他编解码器中。