摘要: title RTCRtpSender - (void)setParameters:(RTC_OBJC_TYPE(RTCRtpParameters) *)parameters { RTCRtpSender->RtpSenderBase:SetParametersRtpSenderBase->RtpSe 阅读全文
posted @ 2022-10-24 21:51 AndyHu518 阅读(95) 评论(0) 推荐(0)
摘要: 2022.10.8 Friends Season 1 Episode 1 2022.10.15 Friends Season 1 Episode 24 finished. Next turn begin. 阅读全文
posted @ 2022-10-08 20:06 AndyHu518 阅读(44) 评论(0) 推荐(0)
摘要: title WebRTC Video Simulcast Client->PeerConnection:SetLocalDescriptionPeerConnection->SdpOfferAnswerHandler:SetLocalDescriptionSdpOfferAnswerHandler- 阅读全文
posted @ 2022-09-05 00:41 AndyHu518 阅读(193) 评论(0) 推荐(0)
摘要: DegradationPreference 1. CPU overused 2. bandwidth is low, DropDueToSize 阅读全文
posted @ 2022-08-06 20:23 AndyHu518 阅读(54) 评论(0) 推荐(0)
摘要: 又通宵了。。。Jabra PanaCast 50 这种camera,在webrtc m91上,_mediaControl没有Run,就Pause的情况下,下次再Stop,Run的时候可能会没有响应,从而导致绿屏。 解决办法是在前面先Run一下,或者Pause之后Run一下再Stop,Run。就好了。 阅读全文
posted @ 2022-05-01 05:26 AndyHu518 阅读(201) 评论(0) 推荐(0)
摘要: 外部设置帧率和分辨率参数 https://blog.csdn.net/lym594887256/article/details/116735125 1. Set video resolution and fps in video_adapter.cc 阅读全文
posted @ 2022-01-11 13:11 AndyHu518 阅读(68) 评论(0) 推荐(0)
摘要: 本文主要从网上收集,贴这里是为自己查看方便。原文:https://blog.piasy.com/2018/05/24/WebRTC-Video-Native-Journey/index.html 通过这次的源码分析,我们可以看到 WebRTC 是如何设计 VCM (Video Coding Modu 阅读全文
posted @ 2022-01-08 20:19 AndyHu518 阅读(225) 评论(0) 推荐(0)
摘要: 1. 简单数据持久化 -(void)SavePersonData { NSUserDefaults *userDefault = [NSUserDefaults standardUserDefaults]; [userDefault setObject:[NSNumber numberWithInt 阅读全文
posted @ 2021-10-27 13:49 AndyHu518 阅读(28) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-26 17:14 AndyHu518 阅读(15) 评论(0) 推荐(0)
摘要: QP: Quantization Parameter CBP: Constrained Baseline Profile CHP: Constrained High Profile PLI: Picture Loss Indication FIR: Full Intra Request RTC Re 阅读全文
posted @ 2021-10-12 18:17 AndyHu518 阅读(301) 评论(0) 推荐(0)